http://www.generateit.net/
http://smallseotools.com/
ckeditor and form examples and ajax
http://www.jstiles.com/Blog/How-To-Submit-a-Form-with-jQuery-and-AJAX?name=&email=&message=&submit=Submit
http://demos.9lessons.info/jqueryform.html
http://www.9lessons.info/2009/04/submit-form-jquery-and-ajax.html
http://www.queness.com/post/160/create-a-ajax-based-form-submission-with-jquery
http://nightly.ckeditor.com/latest/ckeditor/_samples/
http://stackoverflow.com/questions/7926417/ckeditor-change-width
http://www.pixy.cz/blogg/clanky/css-fieldsetandlabels.html
http://demos.9lessons.info/jqueryform.html
http://www.9lessons.info/2009/04/submit-form-jquery-and-ajax.html
http://www.queness.com/post/160/create-a-ajax-based-form-submission-with-jquery
http://nightly.ckeditor.com/latest/ckeditor/_samples/
http://stackoverflow.com/questions/7926417/ckeditor-change-width
http://www.pixy.cz/blogg/clanky/css-fieldsetandlabels.html
date in perl -- one day before
my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time() - 24*60*60);
my $yesterday_date = sprintf "%.d-%.2d-%.2d", $year+1900, $mon+1, $mday;
my ($sec1,$min1,$hour1,$mday1,$mon1,$year1,$wday1,$yday1,$isdst1) = localtime(time());
my $todays_date = sprintf "%.d-%.2d-%.2d", $year1+1900, $mon1+1, $mday1;
my $yesterday_date = sprintf "%.d-%.2d-%.2d", $year+1900, $mon+1, $mday;
my ($sec1,$min1,$hour1,$mday1,$mon1,$year1,$wday1,$yday1,$isdst1) = localtime(time());
my $todays_date = sprintf "%.d-%.2d-%.2d", $year1+1900, $mon1+1, $mday1;
Linux info
varnish -- http://www.mormanski.net/2010/08/14/install-configure-varnish-on-ubuntu-lucid-linux
-- http://www.lullabot.com/articles/varnish-multiple-web-servers-drupal
varnish sticky session
LAMP -- http://txt.binnyva.com/2007/04/compile-and-install-lamp-server-from-source-php5-apache2-mysql5/
-- http://www.devshed.com/c/a/Apache/Building-Apache-the-Way-You-Want-It/12/
linux boot process -- http://www.thegeekstuff.com/2011/02/linux-boot-process/
http://stackoverflow.com/questions/1750194/smtp-why-does-email-needs-envelope-and-what-does-the-envelope-mean
http://unixinterviewquestions.blogspot.in/2012/07/domainkeys-identified-mail-dkim.html
-- http://www.lullabot.com/articles/varnish-multiple-web-servers-drupal
varnish sticky session
LAMP -- http://txt.binnyva.com/2007/04/compile-and-install-lamp-server-from-source-php5-apache2-mysql5/
-- http://www.devshed.com/c/a/Apache/Building-Apache-the-Way-You-Want-It/12/
linux boot process -- http://www.thegeekstuff.com/2011/02/linux-boot-process/
http://stackoverflow.com/questions/1750194/smtp-why-does-email-needs-envelope-and-what-does-the-envelope-mean
http://unixinterviewquestions.blogspot.in/2012/07/domainkeys-identified-mail-dkim.html
Subscribe to:
Posts (Atom)