Monthly Archive for February, 2010

http://www.mdgart.com/2009/03/15/persistent-drag-and-drop-tree-with-jquery-php-and-mysql-part-1/
http://news.kg/wp-content/uploads/tree/

Read Full Post »

http://www.quarkruby.com/2008/1/7/widget

Read Full Post »

http://stackoverflow.com/questions/1524963/how-to-create-a-nested-menu-from-mysql-with-php
http://stackoverflow.com/questions/1321365/subcategories-mysql-and-php

Read Full Post »

Watching Michael Moore's Capitalism movie and it just makes me so angry at the villains of the Presidency, George Bush and Ronald Regan. Along with Alan Greenspan.

Read Full Post »

I am so tired of the US capitalism system that has been warped to serve the rich. I think the people of the US need to re-organize and change the system. CHANGE THE SYSTEM!!!

Read Full Post »

She has such an amazing smile, grace, and intelligence. The world truly is hers.

Read Full Post »

http://www.intomobile.com/2010/02/25/plants-vs-zombies-iphone-sells-over-300000-copies-1-million-in-9-days.html

Read Full Post »

http://stackoverflow.com/questions/1888919/performance-concerns-on-sanitizing-all-user-input-using-php-arraymap

Read Full Post »

$('a.edit_subscriber').live("click", function(){ //
var item_id = $(this).attr('item_id');
$(this).parent().hide();
$(this).parent().next().show();
var $this=$(this);
var optionValues = [];
$name = $(this).closest('tr').find('td.edit').each(function() { // loop through each TD
var name = $(this).attr('name');
var length = $(this).text().length; // find length [...]

Read Full Post »

Useful Web UI

http://www.smashingmagazine.com/2009/01/12/10-useful-web-application-interface-techniques/

Read Full Post »

http://uxmag.com/design/rich-internet-application-screen-design

Read Full Post »

Adobe FREE vector clipart images

Adobe Exchange has a lot of free vector images clipart created by users.
http://www.adobe.com/cfusion/exchange/index.cfm?event=productHome&exc=17

Read Full Post »

Nice jQuery calendar widget

http://www.eyecon.ro/datepicker/

Read Full Post »

$('a.edit).click(function() { // show add new project
var optionValues = [];
$name = $(this).closest('tr').find('td').each(function() { // loop through each TD
optionValues.push($(this).text());
});
$('#form_edit > input').each(function(index) { // loop through each TD and add the value
$(this).val(optionValues[index])
});
[...]

Read Full Post »

jQuery email validation

http://www.reynoldsftw.com/2009/03/live-email-validation-with-jquery/

Read Full Post »

Anyone know a solution?
I tried jquery.hint.js and jquery.example.min.js

Read Full Post »

Finally had to deselect stuff from objects pane like stored procs, functions, triggers, events. Then it worked.

Read Full Post »

SuperNudge for Fireworks

http://www.fireworkszone.com/index.php?root=2&extension=1&idTutorial=366

Read Full Post »

http://www.elctech.com/articles/dirtyform-watching-for-form-changes-with-jquery

Read Full Post »

the quality is so damn good and smooth. much better than flash.

Read Full Post »

jquery modal dialog popup

http://www.ericmmartin.com/projects/simplemodal/

Read Full Post »

really easy tooltip with jquery

http://cssglobe.com/lab/easytooltip/01.html

Read Full Post »

jQuery tooltips for forms

http://flowplayer.org/tools/demos/tooltip/form.html

Read Full Post »

Beautiful prototype tooltip

http://www.nickstakenburg.com/projects/prototip2/

Read Full Post »

cool jquery tooltip

http://craigsworks.com/projects/qtip/demos/content/loading#

Read Full Post »

http://dev.herr-schuessler.de/examples/jquery-popeye/

Read Full Post »

Cool jQuery popup

http://www.dvq.co.nz/wp-content/uploads/2008/07/jquery-popup-bubble/index.html

Read Full Post »

Pretty cool jQuery popup

http://jqueryfordesigners.com/coda-popup-bubbles/

Read Full Post »

Which directory does YUM install PHP?

Read Full Post »

This is freaking scary.. not getting enough sleep and insominia can affect your physical brain grey matter. makes me worried about my lack of sleep.
http://www.msnbc.msn.com/id/35422929/ns/health-mental_health/

Read Full Post »

jQuery datepickers

http://www.eyecon.ro/datepicker/http://hackingon.net/post/jQuery-Datepicker-by-Example.aspx

Read Full Post »

http://www.overset.com/2008/08/30/animated-sortable-data-table-jquery-plugin–jtps/

Read Full Post »

jQuery themes includes icons

http://jqueryui.com/themeroller/#ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=2191c0&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=75&borderColorHeader=4297d7&fcHeader=eaf5f7&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=0078ae&bgColorDefault=0078ae&bgTextureDefault=02_glass.png&bgImgOpacityDefault=45&borderColorDefault=77d5f7&fcDefault=ffffff&iconColorDefault=e0fdff&bgColorHover=79c9ec&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=448dae&fcHover=026890&iconColorHover=056b93&bgColorActive=6eac2c&bgTextureActive=12_gloss_wave.png&bgImgOpacityActive=50&borderColorActive=acdd4a&fcActive=ffffff&iconColorActive=f5e175&bgColorHighlight=f8da4e&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcd113&fcHighlight=915608&iconColorHighlight=f7a50d&bgColorError=e14f1c&bgTextureError=12_gloss_wave.png&bgImgOpacityError=45&borderColorError=cd0a0a&fcError=ffffff&iconColorError=fcd113&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=75&opacityOverlay=30&bgColorShadow=999999&bgTextureShadow=01_flat.png&bgImgOpacityShadow=55&opacityShadow=45&thicknessShadow=0px&offsetTopShadow=5px&offsetLeftShadow=5px&cornerRadiusShadow=5px

Read Full Post »

It's a label gun. Was trying for the longest time to remember what the hell is the name of it.

Read Full Post »

I am amazed at the amount of widgets that are available to make developer's lives easier. jQuery is probably one of the most important javascript libraries to come along in helping us get things done. It's an amazing tool.
I was looking at jquery calendar widgets and they are all so good.

Read Full Post »

StressEraser for $99 special

Here's where you can purchase your StressEraser for just $99:
http://stresseraser.com/special-discount/
Valid until Until 5pm EST on Friday, February 19th, 2010.

Read Full Post »

Romantic Cantonese Movies

Here's a list.
http://whoila.com/gallery.php?publiclink=3XcVPzk8WmmL

Read Full Post »

http://www.roscripts.com/PHP_regular_expressions_examples-136.html

Read Full Post »

Fireworks CS4 for Mac is slow like a snail and buggy as heck. What the heck! It's super expensive and so damn buggy.

Read Full Post »

Rich text editors for jQuery

http://www.queness.com/post/212/10-jquery-and-non-jquery-javascript-rich-text-editors

Read Full Post »

Older Posts »