Installing R packages

Posted by | 10:42 PM
Part of the reason R has become so popular is the vast array of packages available at the cran and bioconductor repositories. In the last ...

AJAX crash course

Posted by | 10:39 PM
Ajax  is a powerful technology and it’s also really easy to code (probably this is the reason why often webmasters ab...

7-Step Crash Course in AJAX Programming With PHP and XAJAX

Posted by | 10:38 PM
This is for the web programming geeks out there who have wanted to do AJAX in PHP but it seems too daunting.  I just added some AJAX funct...
Labels: , , ,

Combining Selectables And Draggables Using jQuery UI

Posted by | 3:57 AM
we can call: console.log(variable); When we open up the page and open Firebug, it will print out what the variable contains, it is a grea...

Create A Tabbed Content Rotator Using jQuery

Posted by | 3:56 AM
Build A Solid Structure – XHTML We have our usual wrapper that wraps the rotator div which contains the tabs structured as a list and the...

jQuery tabs: Create HTML tabs using jQuery UI

Posted by | 3:55 AM
HTML Tabs have became one of the most used UI components in web design. Tabs are generally used to break content into multiple sections ...

jQuery UI Tabs with Next/Previous

Posted by | 3:51 AM
Tabbed areas are lovely, but when you start getting to more than 3 or 4 different tabs, they start to get a little crowded and it makes sen...