<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Studio Villegas</title>
	
	<link>http://blog.studiovillegas.com</link>
	<description>Developing your world presence</description>
	<lastBuildDate>Sat, 02 Mar 2013 05:31:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/StudioVillegas" /><feedburner:info uri="studiovillegas" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-nc-nd/2.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><item>
		<title>Shell: Generate Git</title>
		<link>http://feedproxy.google.com/~r/StudioVillegas/~3/Zdj_R3EjXNM/</link>
		<comments>http://blog.studiovillegas.com/2013/03/01/shell-generate-git/#comments</comments>
		<pubDate>Fri, 01 Mar 2013 11:07:17 +0000</pubDate>
		<dc:creator>Angelo V.</dc:creator>
				<category><![CDATA[Shell Script]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[shell script]]></category>
		<category><![CDATA[snippets]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://blog.studiovillegas.com/?p=767</guid>
		<description>A comprehensive script for Xcode projects that lets you generate .gitignore and .gitattributes in the directory of your choosing. Download You can grab the script here: https://gist.github.com/anjerodesu/5063843 Running the script Copy the script to your project folder. Open Terminal and run: cd path/to/your/project/ (if you&amp;#8217;re not yet on your project&amp;#8217;s directory) sh generate-git.sh Related Posts [...]&lt;img src="http://feeds.feedburner.com/~r/StudioVillegas/~4/Zdj_R3EjXNM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.studiovillegas.com/2013/03/01/shell-generate-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.studiovillegas.com/2013/03/01/shell-generate-git/</feedburner:origLink></item>
		<item>
		<title>iOS: AVPickerDimView</title>
		<link>http://feedproxy.google.com/~r/StudioVillegas/~3/C0N-deXfP_E/</link>
		<comments>http://blog.studiovillegas.com/2013/02/21/ios-avpickerdimview/#comments</comments>
		<pubDate>Thu, 21 Feb 2013 12:23:17 +0000</pubDate>
		<dc:creator>Angelo V.</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[static library]]></category>

		<guid isPermaLink="false">http://blog.studiovillegas.com/?p=737</guid>
		<description>AVPickerDimView is a simple class combination of UIView, UIActionSheet, and UIPickerView. Installation There are 3 ways to download and import the files to your project: Download: Using git subtree (recommended) git subtree add --prefix=AVPickerDimView --squash git@github.com:anjerodesu/AVPickerDimView.git master Using git submodule git submodule add git@github.com:anjerodesu/AVPickerDimView.git AVPickerDimView Download as zip Download the file: AVPickerDimView Project Page on [...]&lt;img src="http://feeds.feedburner.com/~r/StudioVillegas/~4/C0N-deXfP_E" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.studiovillegas.com/2013/02/21/ios-avpickerdimview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.studiovillegas.com/2013/02/21/ios-avpickerdimview/</feedburner:origLink></item>
		<item>
		<title>iOS: NSString+HTMLHelper</title>
		<link>http://feedproxy.google.com/~r/StudioVillegas/~3/mWV6WoknNs8/</link>
		<comments>http://blog.studiovillegas.com/2013/01/24/ios-nsstringhtmlhelper/#comments</comments>
		<pubDate>Wed, 23 Jan 2013 16:39:23 +0000</pubDate>
		<dc:creator>Angelo V.</dc:creator>
				<category><![CDATA[Categories]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://blog.studiovillegas.com/?p=702</guid>
		<description>NSString+HTMLHelper is a collection of methods that helps me deal with HTML tags and URLs. NSString+HTMLHelper Download Link GitHub Sample Usage: Please look at the demo project. It has sample codes on how to use the category. Methods: // Class Methods + &amp;#40;NSString *&amp;#41;mimeTypeFromURL:&amp;#40;NSURL *&amp;#41;pathForResource; + &amp;#40;NSString *&amp;#41;mimeTypeFromResource:&amp;#40;NSString *&amp;#41;pathForResource ofType:&amp;#40;NSString *&amp;#41;type; &amp;#160; // Instance Methods [...]&lt;img src="http://feeds.feedburner.com/~r/StudioVillegas/~4/mWV6WoknNs8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.studiovillegas.com/2013/01/24/ios-nsstringhtmlhelper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.studiovillegas.com/2013/01/24/ios-nsstringhtmlhelper/</feedburner:origLink></item>
		<item>
		<title>PHP: ImageHelper</title>
		<link>http://feedproxy.google.com/~r/StudioVillegas/~3/yCLHWgUwUv8/</link>
		<comments>http://blog.studiovillegas.com/2013/01/20/php-imagehelper/#comments</comments>
		<pubDate>Sun, 20 Jan 2013 11:58:07 +0000</pubDate>
		<dc:creator>Angelo V.</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[class]]></category>

		<guid isPermaLink="false">http://blog.studiovillegas.com/?p=687</guid>
		<description>ImageHelper is a simple PHP class that save, resize and/or crop photos. You can download the script in the links listed below. ImageHelper download link Gist Sample Usage : $image = new ImageHelper&amp;#40;&amp;#41;; $imageThumb = '../images/thumb/' . $imageID . '.jpg'; $image-&amp;#62;saveImage&amp;#40; $url , $imageURL &amp;#41;; $image-&amp;#62;resizeCrop&amp;#40; $imageThumb , $imageThumb , '1:1' , '75x' &amp;#41;; &amp;#160; [...]&lt;img src="http://feeds.feedburner.com/~r/StudioVillegas/~4/yCLHWgUwUv8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.studiovillegas.com/2013/01/20/php-imagehelper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.studiovillegas.com/2013/01/20/php-imagehelper/</feedburner:origLink></item>
		<item>
		<title>Shell: Reindexing Spotlight on your Mac</title>
		<link>http://feedproxy.google.com/~r/StudioVillegas/~3/RhoSk3NEquY/</link>
		<comments>http://blog.studiovillegas.com/2013/01/03/shell-reindexing-spotlight-on-your-mac/#comments</comments>
		<pubDate>Thu, 03 Jan 2013 03:58:53 +0000</pubDate>
		<dc:creator>Angelo V.</dc:creator>
				<category><![CDATA[Shell Script]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[shell script]]></category>
		<category><![CDATA[snippets]]></category>

		<guid isPermaLink="false">http://blog.studiovillegas.com/?p=652</guid>
		<description>Spotlight indexing can slow your machine if you have low memory. Doing it repeatedly may stop your machine from working. This problem is a common occurrence with Mac machines. As I am a Mac user, I wrote a simple shell script that will help your Spotlight to stop reindexing your installed drive(s). This Shell script [...]&lt;img src="http://feeds.feedburner.com/~r/StudioVillegas/~4/RhoSk3NEquY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.studiovillegas.com/2013/01/03/shell-reindexing-spotlight-on-your-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.studiovillegas.com/2013/01/03/shell-reindexing-spotlight-on-your-mac/</feedburner:origLink></item>
		<item>
		<title>LockGen – Password generator plus Library</title>
		<link>http://feedproxy.google.com/~r/StudioVillegas/~3/-_oEQUp1v8M/</link>
		<comments>http://blog.studiovillegas.com/2012/08/07/lockgen-password-generator-plus-library/#comments</comments>
		<pubDate>Tue, 07 Aug 2012 03:19:19 +0000</pubDate>
		<dc:creator>Angelo V.</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Core Data]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[iOS]]></category>

		<guid isPermaLink="false">http://blog.studiovillegas.com/?p=609</guid>
		<description>LockGen is an iOS app that generates random string that can be used to lock specific vaults, accounts, and other classified documents. It can also save the generated string to it's own secured internal library using Apple's Core Data technology.&lt;img src="http://feeds.feedburner.com/~r/StudioVillegas/~4/-_oEQUp1v8M" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.studiovillegas.com/2012/08/07/lockgen-password-generator-plus-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.studiovillegas.com/2012/08/07/lockgen-password-generator-plus-library/</feedburner:origLink></item>
		<item>
		<title>Snippets: NSLog and Macros Tips and Tricks</title>
		<link>http://feedproxy.google.com/~r/StudioVillegas/~3/g_0o7zILhNY/</link>
		<comments>http://blog.studiovillegas.com/2012/03/18/snippets-nslog-and-macros-tips-and-tricks/#comments</comments>
		<pubDate>Sat, 17 Mar 2012 18:10:45 +0000</pubDate>
		<dc:creator>Angelo V.</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[macros]]></category>
		<category><![CDATA[NSLog]]></category>
		<category><![CDATA[objc]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[snippets]]></category>

		<guid isPermaLink="false">http://blog.studiovillegas.com/?p=579</guid>
		<description>Tricks Some NSLog tricks I&amp;#8217;m using on my escapade. These snippets are preprocessor macros that will help your debugging moments easier if not a lot. ALog This snippet will log everything every time you use it in a line. It will display the method name, the line number and the argument you gave. #define ALog(fmt, [...]&lt;img src="http://feeds.feedburner.com/~r/StudioVillegas/~4/g_0o7zILhNY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.studiovillegas.com/2012/03/18/snippets-nslog-and-macros-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.studiovillegas.com/2012/03/18/snippets-nslog-and-macros-tips-and-tricks/</feedburner:origLink></item>
		<item>
		<title>iOS: Venues using Foursquare API and iOS MapKit</title>
		<link>http://feedproxy.google.com/~r/StudioVillegas/~3/LIt5QWGTJfU/</link>
		<comments>http://blog.studiovillegas.com/2011/10/16/ios-venues-using-foursquare-api-and-ios-mapkit/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 13:43:06 +0000</pubDate>
		<dc:creator>Angelo V.</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Foursquare]]></category>
		<category><![CDATA[MapKit]]></category>

		<guid isPermaLink="false">http://blog.studiovillegas.com/?p=501</guid>
		<description>Foursquare (foursquare) in their own words is a location-based mobile platform that makes cities easier to use and more interesting to explore. By “checking in” via a smartphone app or SMS, users share their location with friends while collecting points and virtual badges. Foursquare guides real-world experiences by allowing users to bookmark information about venues [...]&lt;img src="http://feeds.feedburner.com/~r/StudioVillegas/~4/LIt5QWGTJfU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.studiovillegas.com/2011/10/16/ios-venues-using-foursquare-api-and-ios-mapkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.studiovillegas.com/2011/10/16/ios-venues-using-foursquare-api-and-ios-mapkit/</feedburner:origLink></item>
		<item>
		<title>iOS: Table View using Property List</title>
		<link>http://feedproxy.google.com/~r/StudioVillegas/~3/JPb57gvnDOY/</link>
		<comments>http://blog.studiovillegas.com/2011/09/17/ios-table-view-using-property-list/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 07:58:45 +0000</pubDate>
		<dc:creator>Angelo V.</dc:creator>
				<category><![CDATA[Introduction to iOS]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[property list]]></category>
		<category><![CDATA[table view]]></category>

		<guid isPermaLink="false">http://blog.studiovillegas.com/?p=449</guid>
		<description>Table Views are the most common object used to display lists of data to the user. This objects are highly configurable, they can be made to look different things. Mail, Contacts, and Messages to name a few apps using the Table View. Mail uses table view to display lists of accounts, folders, and messages, but [...]&lt;img src="http://feeds.feedburner.com/~r/StudioVillegas/~4/JPb57gvnDOY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.studiovillegas.com/2011/09/17/ios-table-view-using-property-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.studiovillegas.com/2011/09/17/ios-table-view-using-property-list/</feedburner:origLink></item>
		<item>
		<title>iOS: UIColor+ColorWithHex</title>
		<link>http://feedproxy.google.com/~r/StudioVillegas/~3/y_WBS0dqKs8/</link>
		<comments>http://blog.studiovillegas.com/2011/05/13/ios-uicolorcolorwithhex/#comments</comments>
		<pubDate>Fri, 13 May 2011 06:10:23 +0000</pubDate>
		<dc:creator>Angelo V.</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[categories]]></category>
		<category><![CDATA[objc]]></category>
		<category><![CDATA[objective-c]]></category>

		<guid isPermaLink="false">http://blog.studiovillegas.com/?p=469</guid>
		<description>UIColor+ColorWithHex is a category method for iOS UIColor, inspired by the lack of hexadecimal colour integration of iOS. UIColor+ColorWithHex Download Link GitHub Sample Usage: &amp;#91;&amp;#91;self view&amp;#93; setBackgroundColor: &amp;#91;UIColor colorWithHex: 0xff0000&amp;#93;&amp;#93;; &amp;#160; UIColor *randomColor = &amp;#91;UIColor randomColor&amp;#93;; Methods: + &amp;#40;UIColor *&amp;#41;colorWithHex:&amp;#40;UInt32&amp;#41;hexadecimal; + &amp;#40;UIColor *&amp;#41;colorWithHexString:&amp;#40;NSString *&amp;#41;hexadecimal; + &amp;#40;UIColor *&amp;#41;colorWithAlphaHex:&amp;#40;UInt32&amp;#41;hexadecimal; + &amp;#40;UIColor *&amp;#41;colorWithAlphaHexString:&amp;#40;NSString *&amp;#41;hexadecimal; + &amp;#40;NSString *&amp;#41;hexStringFromColor: &amp;#40;UIColor [...]&lt;img src="http://feeds.feedburner.com/~r/StudioVillegas/~4/y_WBS0dqKs8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.studiovillegas.com/2011/05/13/ios-uicolorcolorwithhex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.studiovillegas.com/2011/05/13/ios-uicolorcolorwithhex/</feedburner:origLink></item>
	</channel>
</rss>
