jQuery UI draggable and resizable combination
A more than trivial example of how jQuery UI's resizables and draggables can be used together.
0 commentsSave Tags: frameworks, how-to, javascript
Scraping and Converting Data with Hpricot and JSON in Ruby
Real world scraping scenario with a simple Hpricot example.
0 commentsSave Tags: how-to, ruby
From Excel XLS to CSV with PHP-ExcelReader
Great library but there were some issues, nothing that couldn't be solved though.
0 commentsSave Tags: how-to, php
Flash 10 and jQuery multi-file uploader
A multi-file uploader that works with the 10 version of the player, it must necessarily use a button to access the open files window.
0 commentsSave Tags: flash-flex, how-to, javascript
Prototyping with JavaScript - made easy
I hope the article is doing justice to the title, being easy that is. Anyway, it's an introduction to prototyping with JavaScript, the result of an... more »
0 commentsSave Tags: how-to, javascript
jQuery plugin - HTML decode and encode
Could be handy in case you end up with HTML encoded HTML inside some DOM elements and you need to convert it, or vice versa.
0 commentsSave Tags: frameworks, how-to, javascript
jQuery - sorting DIVs by date
Using TinySort and some custom code to sort Atom and RSS2 articles by date.
0 commentsSave Tags: frameworks, how-to, javascript
jQuery as glue through Ajax
A more than trivial example on how to glue interfaces generated by different code bases together, with the help of Javascript and Ajax. In this case... more »
1 commentsSave Tags: frameworks, how-to, javascript
DQL recipes
A list of more than trivial examples using the PHP Doctrine Query Language (DQL).
0 commentsSave Tags: frameworks, how-to, php
Working with TYPO3 4.2 and TemplaVoila 1.3.7
You could call this an updated version of the futuristic templating tutorial for the TYPO3 CMS.
0 commentsSave Tags: css-html, how-to
Trackbacks with Google Blog Search and Zend Feed
Getting external links to any given article.
0 commentsSave Tags: frameworks, how-to, php, web services
Image popups with jQuery
This example will automatically create auto resized popup windows that contain a big version of the clicked image. Only images meeting certain... more »
0 commentsSave Tags: frameworks, how-to, javascript
jQuery Date Picker - easy setup
Example usage and a different CSS style for the picker than the default black/grey one.
0 commentsSave Tags: frameworks, how-to, javascript
File Uploads with PHP Doctrine
An example of how to integrate uploads into the Doctrine validation process.
0 commentsSave Tags: how-to, php
Big Chinese site is stealing tutorials
Jcwcn.com, a big Chinese site is parsing tutorials all over the place and posting it as if it was their own original content.
0 commentsSave Tags: announcement, news
CRUD with PHP Doctrine
Somewhat more than trivial CRUD interface with PHP Doctrine.
0 commentsSave Tags: database, how-to, php
Tracking Clicks with jQuery and Google Analytics
Looping through all anchors and filtering out the ones we don't want to track with jQuery not().
0 commentsSave Tags: frameworks, how-to, javascript
Simulating Gravity Wells in Flash
Pointless but fun, as in fun programming and funny result.
0 commentsSave Tags: flash-flex, how-to
Explicit scope resolution in Pico Lisp
Explicitly resolving scope with for instance eval is a double edged sword. It can save your ass or create a code mess if not used sparingly.
0 commentsSave Tags: how-to, other languages
Extending Doctrine Record - Check Box Groups
Automating insertion of many to many relationships through extending Doctrine Record's fromArray method. This is form to database logic with PHP made... more »
0 commentsSave Tags: database, how-to, php
PHP Doctrine introduction for dummies
Short introduction showcasing the awesomeness of this ORM.
0 commentsSave Tags: database, how-to, php
Registration form in Pico Lisp
Walk through of the logic needed to setup a fairly advanced registration form with Pico Lisp and its HTTP server. We work directly with the user... more »
0 commentsSave Tags: gui, how-to, other languages
wxRuby Editor - More bug fixes and Scintilla text slinging
Walk through of various bugs getting squashed and adding extra features with a lot of help from Scintilla's native text functions.
0 commentsSave Tags: gui, how-to, ruby
AMFPHP in Flash CS3 with AS3 - jQuery.post style
How to set up the connection between Actionscript 3 and PHP from scratch.
0 commentsSave Tags: flash-flex, how-to, php