chrisaiv


Member since 01/16/2007

Name: Chris Last Name

chrisaiv

Location: Los Angeles

Code

116 snippets

10382 profile views

39 Comment(s) Posted

View their favorites

Profile

Achievement

You have not received any achievements.

chrisaiv's Recent Snippets



0 720 posted 14 years ago by chrisaiv
Don't forget to use require 'directory/name_of_class'
0 1145 posted 14 years ago by chrisaiv
Ruby provides a platform independent way of displaying file paths. Here are a few common ways to show absolute and relative paths.
0 660 posted 14 years ago by chrisaiv
Lee Brimelow show's how to smooth an image that is loading from Flickr.
1 595 posted 14 years ago by chrisaiv
This shows how we can find objects inside code blocks (aka data sets).
0 951 posted 14 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 867 posted 14 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 722 posted 14 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 603 posted 14 years ago by chrisaiv
How to concatenate lists, add an item to a list, slice an item from a list.
0 576 posted 14 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 1257 posted 14 years ago by chrisaiv
0 502 posted 14 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 937 posted 14 years ago by chrisaiv
The Drupal website will be updated every 45 minutes after the hour.
2 593 posted 15 years ago by chrisaiv
There are 3 different ways to use Item Renderers.
0 767 posted 15 years ago by chrisaiv
Simple Javascript that will get a feed and parse it using Ajax
2 773 posted 15 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 634 posted 15 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 870 posted 15 years ago by chrisaiv
Simply create a new index.php and place this code within.
1 595 posted 15 years ago by chrisaiv
Here is a basic example as to how to set up an Ajax request.
4 1116 posted 15 years ago by chrisaiv
I find these Joomla snippets to be useful when constructing a new template.
4 758 posted 15 years ago by chrisaiv
Here's how I was able to capture the HREF of a page using actionscript
3 588 posted 15 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 901 posted 15 years ago by chrisaiv
I needed a quick way to unescape a URL Encoded string. I found 2 chill ways
2 609 posted 15 years ago by chrisaiv
http://www.sitepoint.com/forums/showthread.php?t=552741
1 605 posted 15 years ago by chrisaiv
Simply open up terminal and run these commands one at a time. You may need sudo or root access.
0 637 posted 15 years ago by chrisaiv