Welcome to our Blog, here you can find news and articles related to the IT industry. If you are interested in finding out more about our company, you can take a look at our portfolio or read about us.
|
|
|
|
| March 04, 2010 - Running Flowplayer (Flash Player) on local computer |
|
| We needed to setup flow player on the presentational site that will have to run without internet on local computer, and spent hours and hours trying to figure out what is the problem… Read More » |
|
 |
Add a comment
(0) |
|
| January 31, 2010 - Location.href Fire Fox and Mozilla Problem |
|
| Problem: location.href('/products.php'); doesn’t work
Solution: location.href='/products.php'; Read More » |
|
 |
Add a comment
(0) |
|
| 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
(1) |
|
| 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
(6) |
|
| 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) |
|
|