http://knowledgehub.zeus.com/articles/2008/07/07/building_a_mysql_load_balancing_proxy http://blog.jaoo.dk/2008/06/19/is-it-professional-to-cheat-the-boss/ http://www.midorijs.com/Passing-JavaScript-Objects-to-PHP.html http://design.mellentine.com/2008/09/22/javascript-smart-unobtrusive-ajax-form-submission-with-jquery/ http://www.no-margin-for-errors.com/projects/prettyPhoto/ http://code.google.com/p/emastic/ http://www.dailymotion.com/swf/k5tDWLAYdwsY8BLI2C http://devcentral.f5.com/weblogs/macvittie/archive/2008/09/26/httpfox-the-firefox-add-on-you-cant-live-without.aspx http://www.coderholic.com/php-profile-class/ http://www.hiveminds.co.uk/content/fireorb-is-starting-with-firemite-for-drupal.html http://www.zend.com/en/company/news/press/zend-technologies-series-of-free-online-seminars-on-php http://www.devx.com/security/Article/39218 http://naniktolaram.com/?p=41 http://malsup.com/jquery/cycle/lite/ http://www.oreillynet.com/ruby/blog/2008/09/becoming_a_sexy_programmer_sli_1.html http://natbat.net/2008/Sep/28/css-systems/ http://enhance.qd-creative.co.uk/2008/06/11/10-useful-jquery-plugins/ http://csstemplatesfree.net/ http://docs.jquery.com/UI/Accordion http://docs.jquery.com/Plugins/Tablesorter http://ideamill.synaptrixgroup.com/jquery/tablefilter/tabletest.htm http://dev.jquery.com/~gilles/sifr/ http://jquery.lukelutman.com/plugins/flash/ http://jquery.lukelutman.com/plugins/flash/example-text-replacement.html http://www.csszengarden.com/?cssfile=http://green-beast.com/portfolio/zen/css/zen.css http://www.cssplay.co.uk/boxes/width2.html http://in.relation.to/Bloggers/SeamlessWicket http://lostgarden.com/2008/09/rules-of-productivity-presentation.html http://reconstrukt.com/ingrid/example3.html# http://www.projectzero.org/ http://www.artima.com/weblogs/viewpost.jsp?thread=239387 http://www.projectzero.org/sMash/1.0.x/docs/zero.devguide.doc/zero.core/PHPHandlers.html http://www.projectzero.org/sMash/1.0.x/docs/zero.devguide.doc/ http://www.sitepoint.com/article/learn-adobe-air-part-3/2/ http://devkick.com/blog/useful-jquery-a-compilation-of-jquery-utilities/ http://digitalbush.com/projects/masked-input-plugin/ http://blog.medallia.com/2007/05/jquery_reference_widget.html http://css.dzone.com/news/query-string-aware-javascript http://in.relation.to/9474.lace at 7m00-9m00: How to load heavy once the dom is ready... using jQuery(document).ready(function(){jQuery('#load-area').load('video2.html');}); or jQuery(window).bind('load',function(){jQuery('#load-area').load('video2.html');}); jQuery('#btnvideo3').bind('click',function(){jQuery('#load-area').load('video3.html');}); // replace content of 2 with 3 when btn is pushed http://css-tricks.com/videos/css-tricks-video-35.php http://docs.jquery.com/Ajax/load http://www.sitepoint.com/article/ajax-jquery/ http://www.ibm.com/developerworks/library/x-ajaxjquery.html $.post('save.cgi', { text: 'my string', number: 23 }, function() { alert('Your data has been saved.'); }); $.ajax({ url: 'document.xml', type: 'GET', dataType: 'xml', timeout: 1000, error: function(){ alert('Error loading XML document'); }, success: function(xml){ // do something with xml } }); http://15daysofjquery.com/quick-and-dirty-ajax/14/ http://www.noupe.com/tutorial/51-best-of-jquery-tutorials-and-examples.html http://www.webdesignerwall.com/tutorials/jquery-tutorials-for-designers/ http://visualjquery.com/1.1.2.html http://plugins.jquery.com/project/moreSelectors http://www.webdevlounge.com/javascript/mootools-and-jquery-ajax-shortcuts-for-champions/ http://www.youtube.com/watch?v=ukXNRAmogtU http://omnipotent.net/jquery.sparkline/#who http://blog.rebeccamurphey.com/2007/12/17/graph-table-data-jquery-flot/ http://www.rebeccamurphey.com/jquery/graphTable/table.html http://code.google.com/p/flot/ http://people.iola.dk/olau/flot/examples/visitors.html http://people.iola.dk/olau/flot/examples/time.html http://www.84bytes.com/2008/09/21/charts-and-graphs-plotting-with-jquery-plugins/ JavaScript validation http://ramcrishna.blogspot.com/2008/10/most-useful-javascript-functions.html JQuery videos http://ejohn.org/blog/jqueryembraceextend/ http://www.numiton.com/products/features/core.html http://java.dzone.com/announcements/introducing-nwp-java-counterpa CSS drop shadow http://www.cssplay.co.uk/menu/shadow2.html Fixing mysql http://www.softwareprojects.com/resources/programming/t-how-to-fix-mysql-database-myisam-innodb-1634.html [mysqld] myisam-recover=backup,force This is one reason why you should always run a master/master setup when using InnoDB - have a redundant master if one fails to start. http://www.thegeekstuff.com/2008/09/how-to-repair-corrupted-mysql-tables-using-myisamchk/ JQuery UI Tabs $("#example > ul").tabs(); http://docs.jquery.com/UI/Tabs http://hiddenpixels.com/javascript/javascript-tabs-examples-tutorials/ Master/Master MySQL: (VERY GOOD with seperate increment offset) http://www.howtoforge.com/mysql_master_master_replication http://www.planetmy.com/blog/hows-to-replicate-mysql/ http://www.howtoforge.com/back_up_mysql_dbs_without_interruptions http://beckelman.net/post/2008/10/05/jQuery-Progress-Indicators.aspx http://swtch.com/~rsc/regexp/regexp1.html ================================================================== http://search.cpan.org/~dankogai/Regexp-Optimizer-0.15/lib/Regexp/Optimizer.pm