![]() |
| Home RSS Directory F.A.Q Suggest A Feed Try Custom Feed Sonneries Portable |
Latest Flows from this sub-category: random selection from this sub-category: |
Net Blog Design Mon, 03 Mar 2008 10:43:22 +0100 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 [...]
Fri, 29 Feb 2008 14:20:33 +0100 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 [...]
Fri, 08 Feb 2008 13:29:16 +0100 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_MACHINE\SOFTWARE\Microsoft\Windows [...]
Mon, 04 Feb 2008 13:15:07 +0100 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 [...]
Mon, 22 Oct 2007 09:48:33 +0200
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
Wed, 03 Oct 2007 12:44:19 +0200 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
Mon, 01 Oct 2007 10:03:46 +0200 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 [...]
Fri, 28 Sep 2007 16:19:02 +0200
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 [...]
Fri, 28 Sep 2007 16:11:09 +0200 There is an interesting post Vandelay wrote on 3 Powerful 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 [...]
Fri, 28 Sep 2007 10:59:03 +0200 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 [...]
|
|
contact |