By Rakesh Menon on July 16, 2010
How cool will it be to have a glowing blink effect behind your input boxes in a form without using Flash? Well thanks to the bright new kid on the block, CSS3, spruced up with a bit of jQuery! In this tutorial, I will show you how to build a nifty effect to enhance your [...]
Posted in Tutorials | Tagged css3, Development, forms, jquery, tutorial
By DarrenM on July 14, 2010
For sites with multiple writers, it’s nice to have a place for them all to interact privately. Though there are solutions like Yammer and Teambox, they require your writers to register and log into another site. I can only guess as to how busy some people are! With this post I’ll show you how to [...]
Posted in Tutorials | Tagged buddypress, collaboration, tips, tools, tricks, Wordpress, Writers
By Daniels Mekšs on July 11, 2010
jQuery is the most popular JavaScript library that highlights the interaction between JavaScript and HTML. With jQuery you can write less and do more. jQuery has become an active trend and it’s features are growing rapidly.
I have assembled 25 beginner level tutorials for you to start knowing and exploiting jQuery and it’s powerful tools. After reading [...]
Posted in Tutorials | Tagged beginner, javascript, jquery, programming, Tutorials, webdesign
By Matthew Corner on July 9, 2010
FAQ (Frequently Asked Question) pages have become commonplace on many websites for many reasons. The main, is that they offer a way to provide support, most commonly, customer support, without having to re-iterate solutions to common problems. For larger companies, a good FAQ page can even have an effect on the amount of support staff [...]
Posted in Tutorials | Tagged Development, FAQ, jquery, Tutorials, UX
By Michael Burns on July 6, 2010
Hello! Today I’m gonna teach you how to create a dark template, I tried to explain everything as detailed as I could, but let me know if you didn’t get something right. This is my very first time on writing a tutorial and I am very excited about this chance.
I will do my best to [...]
Posted in Tutorials | Tagged Design, detailed, layout, photoshop, tutorial, web
By Sumeet Chawla on July 5, 2010
Many sites have a really cool hidden panel which contains some relevant information and this panel is revealed to us, with a cool animation, when we click on a particular button or hover over it. This has usually been achieved using jQuery. But now as we advent towards the future and CSS3 is becoming a [...]
Posted in Tutorials | Tagged coding, CSS 3, Development, how to, tutorial
By Taimur Asghar on July 4, 2010
Icon designing is very essential and important for graphic designer as there are plenty of clients who are willing to pay good for some unique and creative icons for their projects. There are many sites offering free icons for commercial use but they cannot be unique as anyone can use them or they may not [...]
Posted in Tutorials | Tagged Design, icons, Resources, Roundup, Tutorials
By Irina Borozan on July 2, 2010
In the first part of this tutorial we’ve built a distance finder using google maps. To build our app we’ve used the newest google maps api version, v3. Our distance finder lets the user write two addresses, shows them on a map, shows the route between them and computes the route’s length. Today, we will [...]
Posted in Tutorials | Tagged api, geocoding, google maps, javascript, php