Skip to main content

Posts

Showing posts from July, 2012

Free iPhone Wallpapers

A collection of free for all purposes iPhone wallpapers Toxic - Free iPhone Wallpaper Muddy Waters - Free iPhone Wallpaper Dark Rain - Free iPhone Wallpaper Kryptonite - Free iPhone Wallpaper Flames - Free iPhone Wallpaper

Contact Information by QR Code

Using one of the many online QR code generators you have the option of creating a neat contact card which can be scanned with most of the QR Code Reader Apps (both Android and IOS).  Here is the QR code containing my contact information. I used the IOS Google Googles app to scan the above code. And here are the options i get, including "Add To Contacts" How do you use QR codes? Do you have a suggestion or maybe a different view about QR codes? Please comment in this post.

CSS3 HTML5 Resume

Update I have created a new CSS3-HTML5-Twitter Bootstrap3 Minimalist Design resume template . You can find the new Blogpost and the Free Resume Template here . Lately, I've been looking into responsive design using CSS3 and HTML5. I have used responsive design to setup a Resume with a settings page and a contact form which also responds to the device width. Link to CV   You can still find the archived resume presented in this post here .   The HTML You will have your standard HTML5 document DOM: <!DOCTYPE html> <html lang="en">     <head>         <meta charset="utf-8" />         <title>Tudor Anghelina - Resume</title>         <link rel="stylesheet" href="style.css" type="text/css" media="screen" />   I like to use viewport to fix the scaling issue on iOS devices, by setting the initial-scale to 1.   <...