Archive for Agustus 2008

This is a small list of my preferred web resources (tools, database, functions, classes, libraries) that I use to design web sites.MootoolsObject-Oriented JavaScript framework designed for the intermediate...
PHP - Hypertext Preprocessor before it was a Personal Home Page now a days very popular open source language in web world.
src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVRcl0DQ86a5iSj45Nj6SwjT4VEIkEjjbdGtKEsxA1fZkasGCScYm5OQkBM7y1fyvSAEanTnwQwhu7MF-BrZUI8S16tS2R4710oowKItvvX42sQunYghWjvDPm0e4oFYpwJsnJmQ61U8pL/s320/php.png"...

My friend Pratap asked to me how to design a simple CSS layout for blogger. I published this post for himDesign layout and CSS codeBefore you proceed, it's useful to have an idea about page's sections.Copy...

Onion routing is a technique for anonymous communication over a computer network. Messages are repeatedly encrypted and then sent through several network nodes called onion routers. Each onion router...

SearchmeSearchme is a new search engine that uses 3D visual search and category refinement. I think it will help you find what you’re looking for, faster, with a lot less spam.It’s a new way to search...
In a security context, a hacker is someone involved in computer security/insecurity, specializing in the discovery of exploits in systems (for exploitation or prevention), or in obtaining or preventing...

#include ;#define LAST 10;int main(){int i, sum = 0;for ( i = 1; i < = LAST; i++ ){sum += i;}/*-for-*/printf("sum = %dn", sum);return 0;}And the developer
fixes it this way #include ;#define LAST...
A Collection of jQuery and Ajax Tutorials with live demos, tutorials posted on 9lessons blog. In these demos I had explained about jquery connectivity with MySQL database, Ajax implementation with PHP...
The following list is the table of contents of all tutorials you can find on 9lessons. Tutorials are about Java, Programming, PHP, Database, Hacking, Technology and Design.Last Update - 08th April 2010Most...
Filter by Google Analytics ratings Last Update - 20th Oct 2009PHPLoad Data while Scrolling Page Down with jQuery and PHP Voting system with jQuery, Ajax and PHP. Delete Records with Random Animation Effect...