§ Most important things to remember
"Keep It Simple Stupid!" (KISS principle)
"If it ain't broke, don't fix it!"
0 Comments added to this post
§ External links to new windows
Ok, there's lots of REALLY HEATED discussions about this topic all over the web. I'm not looking for arguments; I'm just posting what I do here in this blog.
§ Format apache directory listing
The default directory listing apache shows is controlled by mod_autoindex and it has some options available.
§ My XP startup items
I have a couple of shortcuts in my startup folder. These are the "Target" lines of the shortcuts.
The first one gets rid of explorer's showing every zip file as a folder. You know how many zip files I've got? The /s at the end makes it not show a dialog box when it's finished.
%windir%\system32\regsvr32.exe /u zipfldr.dll /s
The second maps w: to my localhost root. Good ol' DOS commands!
%windir%\system32\subst.exe w: e:\wamp\www
0 Comments added to this post
§ Simple AJAX request
Almost all of my AJAXing is to simply grab the output of a source and stuff it in in a div. In previous posts you can see what I've been using for a long time, but I wanted to make a function I wouldn't have to edit every time I used it in a project.
- backlinks on "Adjust iframe height to contents" - Definitely helped me.
- Slashback on "Simpler validate form fields are filled in (no additional class names)" - You are welcome!
- humour on "Simpler validate form fields are filled in (no additional class names)" - thanks for the script !
- Slashback on "Simpler validate form fields are filled in (no additional class names)" - Thank you. I'm glad it helped!
- buy site on "Javascript function to add css" - Well, i have faced this problem a lot of times and now i got how to add CSS to my java script. I bookmarked your page and will come…