Pages

Subscribe

Monday, March 31, 2008

more server-side caching in PHP

http://www.ajaxonomy.com/2008/web-design/easy-server-side-caching-in-php

Call PHP from AJAX using JQUERY

http://roshanbh.com.np/2008/03/call-php-ajax-every-second-jquery.html

5 useful examples or URL rewriting using .htaccess

Even more .htaccess!!!!
http://roshanbh.com.np/2008/03/url-rewriting-examples-htaccess.html

Hide .php extension with url rewriting using .htaccess

A bit more on this subject , I have mentioned this before at some stage:
http://roshanbh.com.np/2008/02/hide-php-url-rewriting-htaccess.html

Secure PHP image uploader

http://digitalgemstones.com/script/ImgUploader.php

PHP file download with speed limit

Interesting reading, but probably not 100% accurate:
http://jonasjohn.de/snippets/php/dl-speed-limit.htm

Wikto - a windows clone of Nikto - for web server vulnerability assessment

Wikto for windows is just like nikto for linux, it's a web server vulnerability assessment tool.
It can be found here:

http://www.sensepost.com/research/wikto/

How to create a facebook application with PHP

http://www.iscripting.net/smf/php-b23/(php)-create-a-facebook-application/0/

XAMPP + Mediawiki + LDAP/AD + Windows

http://www.rawiriblundell.com/?p=224

Caching PHP output

This script is so great I can't even put it into words:
http://www.ilovejackdaniels.com/php/caching-output-in-php/

Casual cryptography for web developers

http://www.goodphptutorials.com/out/Casual_cryptography_for_web_developers

a good free PHP mailer

http://www.swiftmailer.org/

Thursday, March 20, 2008

Shadowbox - better than lightbox???

It can show up images, flash videos, text, even external webpages in its little lightbox-style box thingy.
http://mjijackson.com/shadowbox/

Wednesday, March 19, 2008

Tuesday, March 18, 2008

Thursday, March 6, 2008

Unattended XP install info

I probably should have blogged about this before as I have seen these websites many times but anyway, here goes.

It's possible to take your XP cd and add the latest Service pack, hotfixes, drivers, all your software, tweaks, hacked uxtheme.dll, anything you want really. Then you re-burn your new CD. It's also possible to set the CD to install automatically so you don't have to answer any questions at install time.

Ok so there's a great website at
http://unattended.msfn.org/
and it has details on how to slipstream in service packs, hotfixes etc. and setup an unattended install of Windows XP.

There's also tons of drivers ( driver packs ) on this website:
http://www.driverpacks.net/
that you can slipstream into your XP cd for compatibility with more systems.

There's also a blog post here about how to streamline your XP or trim out the fat:
http://www.codinghorror.com/blog/archives/000639.html
It tells you how to use XPlite to strip out some of the unwanted stuff in XP but be careful as you may need certain things that you want to remove as something else you do want depends on the other thing... if you get me....
also XPlite is payware but there's a program that does similar work for free called nlite and it's availabe here:
http://www.nliteos.com/

if anyone has any more suggestions please comment. I don't think anyone actually reads my blog but it's handy for me to keep track of my links etc.

[edit] Oh yeah one last thing, there's a few ways to do unattended installs over the network. Microsoft RIS (I think it's called Remote Installation Service or something) is one but another probably easier way to do it is documented here:
http://diegostart.dijuremo.org/
With this system you can not only install your OS over the network but I think you can install it with all your software setup and ready to go too. don't quote me on that but have a look at the link above to find out...