background preloader

30+ Killer Web Development Screencasts to fine tune your skills

30+ Killer Web Development Screencasts to fine tune your skills
A single image helps us to understand the concept better than a description of 1000 words. In a similar manner reading a code of thousand lines wont make us learn a software than a single video demonstration. There comes the purpose of Screen shots which helps us in the form of screen casts to learn our task in a quick and relaxed manner. So sit back and do your task in an effective manner.Updating the information on the site or developing the site as a whole is Web Development. A screen cast gives you a much clear idea by its interactive way of explaining as similar to a live version with the help of a clear audio as in the case of Microsoft Office or Photoshop tutorials. 1.AJAX refreshing RSS content Overcome the hassles of page refreshing by updating the contents without a manual page refresh. If you’re doing just one feed, I think it’d be more efficient to roll your own JavaScript code, especially if it’s just parsing RSS. 2.Simple-Jquery-spy-effect Jquery: 6.Slider gallery

Tutorials | 1stwebdesigner - Graphic and Web Design Blog As smart phones and tablets have become popular, more and more people are have been reading their emails regularly on their small screen devices. According to Campaign Monitor, mobile surpassed web and desktop client usage last July 2012. As the mobile email usage grows, web developers and designer must consider optimizing the look of their email newsletters on phones and tablet. Email clients such as Outlook (Windows), Mail (OSX), etc. use different HTML engines. Many have some rules and regulations. So, in making an email template, it is highly recommended to use a different approach. Read More Have you tried using the SVG image format? In the past, the only image format that was supported by all browsers was the GIF, an image file developed by CompuServe. After some time, the aim for advance 2-dimensional vector computer graphics on the Web came into being. Read More Today, I’m going to introduce to you different transitions and effects that can be done using only CSS3. Read More

Contact form PHP Script Download Well if you find yourself at this page, you are after a quick fix to get that problematic contact page up and running, and you probably made a smart move and saved yourself hours of time, because one error can cause the PHP Script to implode and trying to locate the error can be monotonous to the inexperienced eye. Here I have created a simple PHP Script for your contact page you can Download below, the Dreamweaver tutorial above will provide you with the information you need to change on the actual script. You will need to edit the scrip with the Email you wish your message to be sent, the return URL and you can edit the message and CSS to suit your website. This script is free, however should you need assistance installing the script or adding additional data variables there will be a small installation fee of £10 - €12 or $15, we regard this as a fair honest and affordable price. $email = $_POST['email']; $name = $_POST['name']; $phone = $_POST[phone]; $comments = $_POST['comments'];

Designing for iOS: Life Beyond Media Queries Although not a new phenomenon, media queries seem to be getting a lot attention online recently and for the right reasons too – it’s great to be able to adapt a design with just a few lines of CSS – but many people are relying only on them to create an iPhone-specific version of their website. I was pleased to hear at FOWD NYC a few weeks ago that both myself and Aral Balkan share the same views on why media queries aren’t always going to be the best solution for mobile. Both of us specialise in iPhone design ourselves and we opt for a different approach to media queries. The trouble is, regardless of what you have carefully selected to be display:none; in your CSS, the iPhone still loads everything in the background; all that large imagery for your full scale website also takes up valuable mobile bandwidth and time. Redirect your iPhone/iPod Touch users To detect whether someone is viewing your site on an iPhone or iPod Touch, you can either use JavaScript or PHP. The JavaScript The PHP

Related: