|
|
|
| November 18, 2009 - What is ERD and Why Is It Important In Website Development? |
|
| ERD is an Entity Relationship Diagram which is a graphical representation of database entities (tables, table columns, table definitions, attributes) and inter-relationships between these entities (how the tables are connected). Read More » |
|
 |
Add a comment
(5) |
|
| October 05, 2009 - How to create CAPTCHA using PHP |
|
| In last article I explained what CAPTCHA is and why it is used (you can find that article here). Here I will provide PHP code that crates and uses CAPTCHA. Read More » |
|
 |
Add a comment
(39) |
|
| August 10, 2009 - How to stop form from submitting with page refresh using PHP |
|
| Upon filling out and submitting the form, the user refreshers the webpage (F5) causing the form to be resubmitted and the entry to be rewritten to the database. Read More » |
|
 |
Add a comment
(2) |
|
| June 17, 2009 - What is Mod Rewrite and How to Use It |
|
| In technical words mod rewrite is a way to direct server to respond in a specific way to request it receives. In words understandable for general public mod rewrite allows creating user and search engine friendly links Read More » |
|
 |
Add a comment
(3) |
|
| May 28, 2009 - How To Create A Lightbox To Display Text Or Images |
|
| Here is the most simple way to code a Lightbox, just under 55 lines of HTML and JavaScript code. Read More » |
|
 |
Add a comment
(8) |
|
|