DirectoryWeb DesignBlog Details for "Discount Web Design Blog"

Discount Web Design Blog

Discount Web Design Blog
Discount Web Design is a leading provider of affordable Web Design services and other Web Site resources to stimulate online business growth.

Articles

Templates VS Server Side Includes (SSI)
2008-03-03 10:43:00
Hi everyone… Yesterday I was thinking about how to save time when developing websites and I wanted to share my thoughts with you. In order to save time when developing sites, one can use templates or server side inludes (SSI). But which is the best method?? Well, this is about what I am going to discuss in ...
More About: Templates , Server , Side
Some tips to stay safe from SQL injections
2008-02-29 14:20:00
Have you ever head of SQL injection? What is it? Well, SQL Injection happens when a developer accepts user input that is directly placed into a SQL Statement and doesn’t properly filter out dangerous characters. This can allow an attacker to not only steal data from your database, but also modify and delete it. Let’s have a ...
More About: Tips , Safe , Stay
Display a particular message when windows is booting
2008-02-08 13:29:00
Do you wish to display a particular message when windows is starting? Microsoft has planned this functionality, but it is hidden by default… Hence, we must modify some values in the registry. This is how to proceed : Open the run dialog, and type regedit. This opens the registry of windows. On the left arborescence, browse HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindow s ...
More About: Windows , Display , Message , Mess
How to really hide a folder or a file in Windows
2008-02-05 13:16:00
To hide a file or a folder in windows XP or Vista, one can only check the hidden attribute of the folder when its properties is selected. However, this method is too simple, and even an beginner could easily detect the presence of a hidden file by unchecking the hidden attribute. Fortunately, there is a better method…on ...
More About: Windows , File , Hide , Folder
How to use multiple submit buttons on a single form
2008-02-04 13:15:00
Generally, an HTML form takes only one submit button to send data. If you want to know how to use multiple submit buttons on a single form, just follow this little ‘tutorial’. First, you should create a form with 3 (or more, it’s up to you) submit buttons. Note that the 3 submit buttons have the same ...
More About: Single , Submit , Form , Buttons
LemOnline Wordpress Theme
2007-10-22 09:48:00
This is a wordpress theme based on the green lemon. It is Called LemOnline. Just try it. Features: - 2 Columns - Fixed Width - Green Theme - Right Sidebar - Header Images Download here
More About: Wordpress , Wordpress Themes , Wordpress Theme
LemOnline Wordpress Theme
2007-10-22 09:48:00
This is a wordpress theme based on the green lemon. It is Called LemOnline. Just try it. Features: - 2 Columns - Fixed Width - Green Theme - Right Sidebar - Header Images Download here
More About: Wordpress , Wordpress Themes , Wordpress Theme
Things you should beware of on Google
2007-10-03 12:44:00
There is an interesting article by Joseph Plazo about how to get DeIndexted from Google . If you follow the advice you will surely get banned from google. But why not do the opposite of what he is saying, this could boost your rank on google. The article can be found here
More About: Things , Beware
Things you should beware of on Google
2007-10-03 12:44:00
There is an interesting article by Joseph Plazo about how to get DeIndexted from Google . If you follow the advice you will surely get banned from google. But why not do the opposite of what he is saying, this could boost your rank on google. The article can be found here
More About: Things , Beware
Passing php array variables through POST or GET
2007-10-01 10:03:00
Have you ever wonder if there was a way to pass variables inside an array to a POST or GET without having to pass one by one? Or even to keep its array structure on the other side? Here is a small trick that can make this possible. Here we will use the in built php function ...
More About: Post , Variables , Array , Passing
Passing php array variables through POST or GET
2007-10-01 10:03:00
Have you ever wonder if there was a way to pass variables inside an array to a POST or GET without having to pass one by one? Or even to keep its array structure on the other side? Here is a small trick that can make this possible. Here we will use the in built php function ...
More About: Post , Variables , Array , Passi , Passing
Win a 1024 GB hard disk
2007-09-28 16:19:00
What would you do if you get a hard disk of 1 TB (i.e 1024 GB)? Here is what I would do with 1TB of storage: 1. This will give me chance to start doing video editing, as this needs much sotrage to be accomplish. I could be doing a full 1h30 films instead of a 30 ...
More About: Contest , Disk , Hard , Hard Disk
Win a 1024 GB hard disk
2007-09-28 16:19:00
What would you do if you get a hard disk of 1 TB (i.e 1024 GB)? Here is what I would do with 1TB of storage: 1. This will give me chance to start doing video editing, as this needs much sotrage to be accomplish. I could be doing a full 1h30 films instead of a 30 ...
More About: Contest , Disk , Hard , Hard Disk
The power of internal linking
2007-09-28 16:11:00
There is an interesting post Vandelay wrote on 3 Power ful Results from Internal Linking . Here is a small excerpt We all know that internal linking to your own pages and blog posts is important, but recently I experience some proof of this fact. Many of you have seen the post from about 2 ...
The power of internal linking
2007-09-28 16:11:00
There is an interesting post Vandelay wrote on 3 Power ful Results from Internal Linkin g . Here is a small excerpt We all know that internal linking to your own pages and blog posts is important, but recently I experience some proof of this fact. Many of you have seen the post from about 2 ...
How to extract POST data in one line with php
2007-09-28 10:59:00
Here is a quick trick in php that can save you time when you retrieve data from an html form. Let?s say you normally have a form with name, surname, email and telephone number. You would normally collect those informations in your script as such: $name = $_POST[’name’]; $surname = $_POST [’surname’]; $email = $_POST[’email’]; $telephone = $_POST[’telephone’]; Then you just use ...
More About: Post , Data , Line , Extract
How to extract POST data in one line with php
2007-09-28 10:59:00
Here is a quick trick in php that can save you time when you retrieve data from an html form. Let?s say you normally have a form with name, surname, email and telephone number. You would normally collect those informations in your script as such: $name = $_POST[’name’]; $surname = $_POST [’surname’]; $email = $_POST[’email’]; $telephone = $_POST[’telephone’]; Then you just use ...
More About: Post , Data , Line , Xtra , Extract
The easiest way to learn php part 1
2007-09-27 09:14:00
I think if you have been using the internet you have surely come across the term php? If not it is a programming language commonly used in the web design industry. It has contributed in many of the dynamic website that you have seen on the internet.The term PHP stand to Hypertext Preprocessor (I know ...
More About: Part , Learn
The easiest way to learn php part 1
2007-09-27 09:14:00
I think if you have been using the internet you have surely come across the term php? If not it is a programming language commonly used in the web design industry. It has contributed in many of the dynamic website that you have seen on the internet.The term PHP stand to Hypertext Preprocessor (I know ...
More About: Part , Learn
Blog Experience
2007-09-25 14:29:00
We have the pleasure to announce the start of our blog in order to move the internet experience to another level.
More About: Blog , Experience , Peri , Erie
Blog Experience
2007-09-25 14:29:00
We have the pleasure to announce the start of our blog in order to move the internet experience to another level.
More About: Blog , Experience
50376 blogs in the directory.
Statistics resets every week.


Contact | About
© Blog Toplist 2008 - Supported by Web Catalog - SEO by FeWorks
eXTReMe Tracker