This site rockz like hell.. ajax sudoku is here .. Helluvah fun playing sudoku on this site…I have not been interested in sudoku but this site makes it interesting…
Worth a try …
Sudoku lovers should enjoy it …
31
Jul
This site rockz like hell.. ajax sudoku is here .. Helluvah fun playing sudoku on this site…I have not been interested in sudoku but this site makes it interesting…
Worth a try …
Sudoku lovers should enjoy it …
30
Jul
Finally found some time this weekend to find those poems i had written back in school days..
Read them here or go to the poems directly
Life without the Computer
Friends
30
Jul
WinCvs is a free source code version control tool .. CVS is usefull for any damn project be it 10 files or 10000 files.. In this post i will try to explain how to start using wincvs and thereby bring CVS into your project.. Please bear with me for sometime until i post the tut [...]
29
Jul
Aptana is a robust, JavaScript-focused IDE for building dynamic web applications. Highlights include the following features: Code Assist on JavaScript, HTML, and CSS languages, including your own JavaScript functions Outliner that gives a snapshot view of your JavaScript, HTML, and CSS code structure Error and warning notification.
29
Jul
He leaves a short email saying goodbye
29
Jul
Web 2.0 madness is on the rise !!
Check this link which shows mockups of many famous brands like nike, citibank, microsoft etc
29
Jul
Of late the number of number of websites on the internet is increasing at a very rapid pace, much rapid than ever before. Nowadays you can gain so much mileage by employing simple but easy to use SEO tactics.This article gives you some suggestions on how you can do some small SEO stuff for your [...]
18
Jul
Building a form like this using tables is easy .. scroll down and see the source code … no table no td no tr … just plain CSS..
CSS is real fun to play with and powerfull too
[code lang="CSS"]
body{
background-color:#fff;
font-family:Arial;
}
#frmAddress{
background-color:#fee9bd;
padding:0px;
margin:0px;
border:1px solid #FFCC66;
width:50%;
}
#frmAddress h1{
font-size:20px;
background-color:#fff8db;
padding:0px;
margin :0px;
}
.frmin{
width:150px;
background-color:#fff8db;
margin-top:2px;
margin-bottom:4px;
}
label{
background-color:#fff8db;
border:1px solid #ccc;
float: left;
width: 120px;
margin:3px;
padding:3px;
font: bold normal 13px Arial, Helvetica, sans-serif;
}
br{
clear:left;
}
[/code]
[code lang="HTML"]
@import [...]
18
Jul
What’s so bad about using tables?
Difficult and annoying to change styles.
Positioning is difficult.
Not Search Engine Friendly.
Cannot transform the page to other markup languages easily.
Tables are slower in loading.
They are not flexible or free flowing on screen unlike layers.
Whats so good about CSS and Layers ?
Ease of use – CSS is far easier to learn and [...]
17
Jul
We were introduced to CVS or Concurrent Versioning System .. Whats the great deal with versioning ??
CVS is actually Source Configuration Management
Why is it needed ?
Versioning is needed for the following reasons
to track the changes made to the code
to revert back to earlier builds
logging
to keep a team’s work progress in sync even if the team [...]
