Profile
Achievement
You have not received any achievements.chrisaiv's Recent Snippets
- All /
Ruby provides a platform independent way of displaying file paths. Here are a few common ways to show absolute and relative paths.
0
1427
posted 16 years ago by chrisaiv
Lee Brimelow show's how to smooth an image that is loading from Flickr.
1
1348
posted 16 years ago by chrisaiv
This shows how we can find objects inside code blocks (aka data sets).
0
1943
posted 16 years ago by chrisaiv
I needed a way to show "US States" element whenever the user selected "United States" as their country. Here's a live demo: http://demo.chrisaiv.com/dropdown
0
1556
posted 16 years ago by chrisaiv
For those of us still using Flex Builder 3, every time we create a new project, we usually need to right-click the Project and add a parameter called -default-background-color=0xffffff into the compiler settings. An easier solution is to create an X...
1
1392
posted 16 years ago by chrisaiv
Here are a few examples on how to use Lists and Dictionaries in Python. It's by no means exhaustive, just a quick reference.
0
1263
posted 16 years ago by chrisaiv
How to concatenate lists, add an item to a list, slice an item from a list.
0
1184
posted 16 years ago by chrisaiv
I was asked to add Recaptcha' to an already existing form. I didn't want to interfere with the code so I decided to search for some sort of AJAX solution. Here's my implementation of DarkSideOfTheCarton.com. This form needs to have a form with <fo...
1
2297
posted 16 years ago by chrisaiv
https://www.chrisjmendez.com/2004/09/27/jquery-converting-all-the-items-in-a-select-element-into-a-string-array/
0
1720
posted 16 years ago by chrisaiv
The Drupal website will be updated every 45 minutes after the hour.
2
1256
posted 16 years ago by chrisaiv
Simple Javascript that will get a feed and parse it using Ajax
2
1675
posted 16 years ago by chrisaiv
AJAX by default only lets you play within your own Domain.com but there are plenty of times where you want to use someone else's feed. Check out http://snipplr.com/view/12466/jquery-parse-rss-feed/ to understand the rest.
1
1377
posted 16 years ago by chrisaiv
Here's a simple example of how to parse RSS feeds using jQuery. You will need jFeed (http://www.hovinne.com/blog/index.php/2007/07/15/132-jfeed-jquery-rss-atom-feed-parser-plugin) and a bit of help from PHP (http://snipplr.com/view/12467/php-capture...
8
1641
posted 16 years ago by chrisaiv
I find these Joomla snippets to be useful when constructing a new template.
4
1520
posted 16 years ago by chrisaiv
Here's how I was able to capture the HREF of a page using actionscript
3
1364
posted 17 years ago by chrisaiv
You will need to download a few things to easily create rounded corners. They are jQuery (http://jquery.com/) and the jQuery rounded corners plug-in (http://www.malsup.com/jquery/corner/).
14
1785
posted 17 years ago by chrisaiv
I needed a quick way to unescape a URL Encoded string. I found 2 chill ways
2
1302
posted 17 years ago by chrisaiv
Simply open up terminal and run these commands one at a time. You may need sudo or root access.
0
1299
posted 17 years ago by chrisaiv