It’s time for another great giveaway! This comes courtesy of our sister site MightyDeals.com where you can find the best deals for web creatives, with discounts up to 90% off! Results will be announced here on WDD on September 26th, 2012. The winner will also be notified of his/her winnings via email. Good luck to everyone!
Author: unuzero
CSS for a Multi-Colored Link ‘:hover’
This is a cool CSS effect to use with links. We can create a link that will change to two different colors when you hover over it.
International Sites, Dupe Content and the Sitemap XML
Duplicate content in the world of SEO is a no no. You may be familiar with the on-going uproar caused by the series of animal themed updates Google has been rolling out over the past 18 or so months. Duplicate content was one of the targets of Google’s algorithm overlays during the Panda update that originally started back in February 2011. Since then, Google has been making monthly updates to this change and they think they’re pretty on par with how they’re handling it.
Python & Web: Building Dynamic Web Forms in Web2Py from Ground – Part II
In the first tutorial of this series, we dived into the basics of creating web forms in Web2Py. We saw how easy it is to create dynamic web forms and how smoothly their inputs sync with the database. Assuming that you have followed it, let’s play even harder.
Create a User Note-Keeping Utility For Your Site With IndexedDB: Part 2
n this series we are using the IndexedDB API to create a basic note-keeping utility within a Web page. In the first part of the series we setup the HTML5 page elements and started IndexedDB processing by attempting to open the database. In this part we will be working on creating the object store, which is how we define the structure of the note database. In the final two parts of the series we will handle inserting, deleting and querying notes.