In: PHP
31 Dec 2009Login System is the First Part of Security system in web programming. In this tutorial I am going to show you the collection of various methos and types of login system. I will give a right choice for your system and you can understand more about login.
1. Making A Cool Login System With PHP, MySQL [...]
In: Templates
27 Dec 20091. Joomla24
2. Free Joomla Templates
3. Site Ground
4. Themza
5. Free Joomla Templates
6. Template Monster
7. Joomla Mania
8. JoomlaShack
9. JoomlaDesigns
10. dezinedepot
11. Joomla Shine
12. Best Free Joomla Templates
13. Themebase
14. Best of Joomla
15. Joomla Xtreme
“CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. If you’re a developer who lives in the real world of shared hosting accounts and clients with deadlines, and if you’re tired of ponderously large and thoroughly undocumented [...]
In: CSS
16 Dec 2009Previously I have written a full text page having Complete Tutorial For Developing own CMS System. On the request of my readers I am going to post the CSS style for the code.
@charset “utf-8″;
/* CSS Document */body{
margin:0;
padding:0;
font: 11px “Lucida Grande”, Verdana, Arial, “Bitstream Vera Sans”, sans-serif;
}
.sitetitle{
padding:0px 0px 0px 25px;
font-family: “Arial”;
display: inline;
color: white;
font-size: 24px;
font-weight: bold;
vertical-align: middle;
}
.dispaly{
border:1px [...]
