background preloader

Making A Cool Login System With PHP, MySQL

Making A Cool Login System With PHP, MySQL
Martin Angelov Introduction Today we are making a cool & simple login / registration system. It will give you the ability to easily create a member-only area on your site and provide an easy registration process. It is going to be PHP driven and store all the registrations into a MySQL database. To add the needed flair, we are using the amazing sliding jQuery panel, developed by Web-kreation. Step 1 – MySQL First we have to create the table that will hold all the registrations. table.sql CREATE TABLE `tz_members` ( `id` int(11) NOT NULL auto_increment, `usr` varchar(32) collate utf8_unicode_ci NOT NULL default '', `pass` varchar(32) collate utf8_unicode_ci NOT NULL default '', `email` varchar(255) collate utf8_unicode_ci NOT NULL default '', `regIP` varchar(15) collate utf8_unicode_ci NOT NULL default '', `dt` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`), UNIQUE KEY `usr` (`usr`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; Step 2 – XHTML demo.php demo.css

http://tutorialzine.com/2009/10/cool-login-system-php-jquery/

How to Crack a Wi-Fi Network. 1.Back Track Today we’re going to run down, step-by-step, how to crack a Wi-Fi network with WEP security turned on. Dozens of tutorials on how to crack WEP are already all over the internet using this method. Seriously—Google it. 10 Basic Layout Examples Keeping It Simple Page layout is equal parts art and science. Creating something that’s visually attractive and unique takes an artist’s eye. However, there are several very easy to follow guidelines that you can use to create solid layouts that work for any number of cases. These principles include choosing and sticking to an alignment, structuring your whitespace properly and highlighting important elements through size, positioning, etc.

How To Become A Hacker Copyright © 2001 Eric S. Raymond As editor of the Jargon File and author of a few other well-known documents of similar nature, I often get email requests from enthusiastic network newbies asking (in effect) "how can I learn to be a wizardly hacker?". Back in 1996 I noticed that there didn't seem to be any other FAQs or web documents that addressed this vital question, so I started this one. 15 Sites to Help Web Designers Creating a good website isn't an easy task, but there's a few tools that can definitely make your developer or designer life easier. In this article, I have compiled 15 extremely useful website that any web developer or web designer should have bookmarked. ColorCombos

10 Alternative Ways To Access Blocked Sites Websites like facebook , twitter and other social networking sites are generally blocked in schools, colleges and offices . People search on the internet how to access blocked facebook or any website. There exist some tricks by which you can bypass the restrictions and access blocked websites , the most obvious is the use of proxies or Anonymizer websites . Proxies doesn’t always works as they gets blocked by firewall . Here I am listing some other methods to access blocked contents .

The Shapes of CSS Learn Development at Frontend Masters CSS is capable of making all sorts of shapes. Squares and rectangles are easy, as they are the natural shapes of the web. Add a width and height and you have the exact size rectangle you need. 10 Twitter no-nos: Don’t scare away your potential agent, publisher, or reader Posted on Mar 26, 2011 | 4 comments There’s this saying, that you shouldn’t post anything on a social networking site that you wouldn’t want your grandmother to see. I’m going to take it a step further: Don’t post anything a prospective agent/publisher/reader would hold against you. I don’t think I need to remind you how important sites like Twitter are for marketing and networking. It’s sort of like the Wild West – cool, mysterious, but also sometimes dangerous and if you’re not careful you’ll catch dysentery. If you’re here, there’s a good chance you know the basics about Twitter, so we’ll skip the introductions.

25 Awesome Tools for Choosing a Website Color Scheme As a designer, color management should be an integral part of your workflow. A website’s color scheme helps shape its identity and therefore should not be carelessly thrown together. Here are 25 online, desktop and iPhone applications to help you live and breathe color management no matter where you are. tempalias - Temporary Email Aliases 50 Beautiful Color Palettes for Your Next Web Project Choosing the right color scheme is essential to your website’s success. Your layout and other design choices — including font — should be developed in concert with your color scheme, which can ensure readability, cohesiveness, and beauty in the final product. Unfortunately, making that choice or creating a color palette from scratch can be quite the challenge. That’s why for today’s post I’ve put together a collection of 50 beautiful color palettes that are ready to use for your next web project.

Web Hosting, Unix Hosting, E-Mail, Web Design 40 Resources Every Designer Should Know Ever wondered where designers get their resources to help them succeed with a project? Here is a list of great resources including sites, PSD. files, actions, UI elements, mock ups et cetera and best of all, they are totally free and available for you to download. Just click on the title or image and it will bring you to the resource. Top Blog Sites « Blogging 101 « Blogtap.net

Unfortunately this now will no longer work as it would need to be modified to use MySQLi instead of MySQL. At this time the page will show the error message stating the following: Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO While haven't tried it yet, there is an alternative using MySQLi that could work. Visit this page and read how to add it to your site: by tfbkny Jan 27

Related: