nerges web design massachusetts connecticut

Blogadasical

Ahh, you've found the area where I put all my basic ramblings, rants and topics for discussions. I'm sure you'll either enjoy reading it or be bored out of your mind.

Active Directory, HELP!

Microsoft

Managing Active Directory can be a daunting and overwhelming task. But it doesn't have to be. Below are three articles from one of my favorite sites on AD management that I found extremely helpful.

How can I add an "unlock user account" option to the Active Directory Users and Computers context menu?

How can I add additional user account information option to the Active Directory Users and Computers context menu?

LDAP search strings samples

 

Random Image Generator

PHP

So I had the need to randomize a banner. Not too uncommon one would think. But to get it work cross-browser was another story. I did end up, however, finding a VERY easy script from a website called Personified with an article called "Simple Random Header Images for Your Blog". But instead of using the function rand I'm using the function mt_rand. Supposedly it gives a better randomization.

The basic idea is to put whatever images you want to randomize in the same folder, anywhere on your server. Name them something similar but with numbered in order. So something like banner1.jpg, banner2.jpg, ... banner55.jpg.  Then when you call an image you script it like

http://images_folder_path/banner<?php echo(mt_rand(1,55)); ?>.jpg

But your pages must be in php in order for this to work. Not only is this the EASIEST way to do this but it also WORKS! 

 

Learn PHP With Videos

PHP

So ever wanted to learn php but hate reading? Well Leigh Mac has developed a series of video's on learning PHP. A wonderful hands on approach. Go on have a look!

http://phpvideotutorials.com/

 
<< Start < Prev 1 Next > End >>

Results 1 - 8 of 8
copyright © 2004-2007 Nerges Design - Valid CSS - Valid XHTML -