Popular
5 Types of Comments to Avoid Making in Your Code
http://repeatgeek.com/career/5-types-of-comments-to-avoid-making-in-your-code/
Have you ever been reviewing code and come across a comment that you deemed was unnecessary? Commenting your code meant to improve the readability of your code and make it more understandable to so...
Understanding YSlow – A Firebug Extension to Analyze and Improve Webpage Performance
http://www.devcurry.com/2010/07/understanding-yslow-firebug-extension.html
Yahoo’s YSlow is a ‘must have’ Firefox add-on and is an extension (for performance) to the Firebug tool. YSlow analyzes web pages and suggests ways to improve the performance of web pages based on ...
Managing Indexes in Cassandra using Async Triggers
http://maxgrinev.com/2010/07/23/managing-indexes-in-cassandra-using-async-triggers/
Suppose you are building a Cassandra application and you want to speed up your queries via indexing. Cassandra does not support secondary indexes at first, but storing redundant data (in a differen...
Designing Style Guidelines For Brands And Websites
http://www.smashingmagazine.com/2010/07/21/designing-style-guidelines-for-brands-and-websites/
A website is never done. Everyone has worked on a project that changed so much after it launched that they no longer wanted it in their portfolio. One way to help those who take over your projects ...
Django by Example: Django Tutorials
http://lightbird.net/dbe/index.html
This guide will show you how to build a variety of apps in Django 1.2, including a Todo List App, a simple Blog, a Photo Manager / Sharing App and a simple Forum App. (Nearly all of the code will w...
What are the lesser known but cool data structures ?
http://stackoverflow.com/questions/500607/what-are-the-lesser-known-but-cool-data-structures
here a some data structures around that are really cool but are unknown to most programmers. Which are they? Everybody knows linked lists, binary trees, and hashes, but what about Skip lists, Bl...
Android Development – Hierarchy Viewer
http://www.barebonescoder.com/2010/07/android-development-hierarchy-viewer/
Android Development 101 – A tutorial Series
http://hackaday.com/2010/07/12/android-development-101-%E2%80%93-a-tutorial-series/
Android is the prime OS for developing applications in today for many reasons. The main reasons being that it is Open Source and Intuitive. In addition it uses Java for development, which is quite ...

Hot
Latest
