Refactor
:my
=>
'code'
Codes
Refactorings
Popular
Best
Submit
Spam
Account
Logout
Login
JavaScript doesn't seem to be activated, expect things to be ugly and sloppy!
Learn How to Create Your Own Programming Language
createyourproglang.com
Recent
FILE HOSTS PREMIUM ACCOUNT
ALL FILE HOST PREMIUM ACCOUNTS
Zynga Slingo Trainer v5.12
iTunes Gift Card Generator V3.1 2012
Diablo 3 GOLD Coins FREE
Working PS3 Jailbreak 3.65 And 3.66
ExtaBit Premium Accounts and Cookies
Steam Wallet Hack - Money Adder & Hack v3
Empires & Allies Hack Cheat Trainer v5.4.1
Eve Onnline 60 Days Time Card Generator v2
Popular
XBOX POINTS GENERATOR - MICROSOFT POINTS GENERATOR v1.2012
11 may 2012 premium uploading accounts 100% working
Free Microsoft Points
Free Microsoft Points - Microsoft Points Generator - Xbox Live Codes 2012
Car Town Free Blue Points Hack
Free CarTown Blue Points Generator and CarTown Templates
Better way to get content via jQuery $.get()
Free Microsoft Points
Simple Days Purger
Sharecash Downloader Bypass Surveys New 05/2012
Pastable version of
Trying to parse XML and pass it to a view using Hpricot
<pre class='prettyprint' language='ruby'><!-- THE XML IM TRYING TO PARSE --> <channel> <title/> <link>http://localhost/drupal/view/cyloop_mobile</link> <description>cyloop mobile</description> <language>en</language> <item> <title>Kinky</title> <link>http://localhost/drupal/node/3278</link> <description> <drupal_id>3278</drupal_id> <body></body> <image>/drupal/files/kinky_thumb_3_0.jpg</image> <publishing_site>Cyloop</publishing_site> <artist_id>23631</artist_id> </description> <authored>Tue, 19 Feb 2008 18:09:25 -0500</authored> <author>diana</author> <updated>Thu, 03 Apr 2008 15:54:16 -0400</updated> </item> <item> <title>Matchbox Twenty</title> <link>http://localhost/drupal/node/3277</link> <description> <drupal_id>3277</drupal_id> <body></body> <image>/drupal/files/mbox20_thumb_1_0.jpg</image> <publishing_site>Cyloop</publishing_site> <artist_id>29222</artist_id> </description> <authored>Tue, 19 Feb 2008 18:07:03 -0500</authored> <author>diana</author> <updated>Thu, 03 Apr 2008 15:53:43 -0400</updated> </item> </channel></pre> <pre class='prettyprint' language='ruby'># MY CONTROLLER require 'hpricot' require 'open-uri' class SiteController < ApplicationController def index # Page title for index view. @title = "Cyloop Mobile" # XML url to parse. url = 'http://cm.cyloop.com/feeds/drupal/cyloop_mobile.xml' # Open XML wth hpricot and store it in page. page = Hpricot.XML(open(url)) (page/:item).each do |item| title = (item/:title).inner_html end end end</pre> <pre class='prettyprint' language='ruby'><h1>Featured</h1> <ul> <li></li> </ul></pre> <a href="http://www.refactormycode.com/codes/304-trying" style="color:#fff" title="As seen on RefactorMyCode.com"><img alt="Small_logo" src="http://www.refactormycode.com/images/small_logo.gif" style="border:0" /></a>