<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - brandonjp</title>
<link>http://snipplr.com/users/brandonjp</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 14:26:39 GMT</pubDate>
<item>
<title>(Regular Expression) Regular Expression for Matching URLs with or without http(s)</title>
<link>http://snipplr.com/view/68530/regular-expression-for-matching-urls-with-or-without-https/</link>
<description><![CDATA[ <p>thanks to... 
http://gskinner.com/RegExr/
http://daringfireball.net/2010/07/improved_regex_for_matching_urls</p> ]]></description>
<pubDate>Tue, 13 Nov 2012 07:34:18 GMT</pubDate>
<guid>http://snipplr.com/view/68530/regular-expression-for-matching-urls-with-or-without-https/</guid>
</item>
<item>
<title>(AppleScript) Applescript function to check if an app application is running or not</title>
<link>http://snipplr.com/view/50929/applescript-function-to-check-if-an-app-application-is-running-or-not/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Mar 2011 02:07:51 GMT</pubDate>
<guid>http://snipplr.com/view/50929/applescript-function-to-check-if-an-app-application-is-running-or-not/</guid>
</item>
<item>
<title>(AppleScript) Applescript function - send CMD Command down key plus a letter keystroke</title>
<link>http://snipplr.com/view/50928/applescript-function--send-cmd-command-down-key-plus-a-letter-keystroke/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Mar 2011 02:06:21 GMT</pubDate>
<guid>http://snipplr.com/view/50928/applescript-function--send-cmd-command-down-key-plus-a-letter-keystroke/</guid>
</item>
<item>
<title>(AppleScript) Applescript - check if a menu item exists, if so click on it, then cmd+tab back to previous app</title>
<link>http://snipplr.com/view/50927/applescript--check-if-a-menu-item-exists-if-so-click-on-it-then-cmdtab-back-to-previous-app/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Mar 2011 02:04:15 GMT</pubDate>
<guid>http://snipplr.com/view/50927/applescript--check-if-a-menu-item-exists-if-so-click-on-it-then-cmdtab-back-to-previous-app/</guid>
</item>
<item>
<title>(AppleScript) Applescript function to check if an application menu item exists</title>
<link>http://snipplr.com/view/50926/applescript-function-to-check-if-an-application-menu-item-exists/</link>
<description><![CDATA[ <p>only handles one sublevel for the menu</p> ]]></description>
<pubDate>Tue, 22 Mar 2011 01:53:20 GMT</pubDate>
<guid>http://snipplr.com/view/50926/applescript-function-to-check-if-an-application-menu-item-exists/</guid>
</item>
<item>
<title>(AppleScript) Apple Mac OSX Plist for better Folder Actions with launchd, launch agents, launchctl</title>
<link>http://snipplr.com/view/49114/apple-mac-osx-plist-for-better-folder-actions-with-launchd-launch-agents-launchctl/</link>
<description><![CDATA[ <p>Stolen from  stetho -- All thanks to him  --   Now, about your folder actions… http://bit.ly/fW9ExM</p> ]]></description>
<pubDate>Thu, 17 Feb 2011 04:25:36 GMT</pubDate>
<guid>http://snipplr.com/view/49114/apple-mac-osx-plist-for-better-folder-actions-with-launchd-launch-agents-launchctl/</guid>
</item>
<item>
<title>(AppleScript) AppleScript - convert text from RGB to CMYK color values</title>
<link>http://snipplr.com/view/49113/applescript--convert-text-from-rgb-to-cmyk-color-values/</link>
<description><![CDATA[ <p>Stolen from  stetho -- All thanks to AppleScript to convert CMYK to RGB values http://bit.ly/eP2mXS</p> ]]></description>
<pubDate>Thu, 17 Feb 2011 04:20:18 GMT</pubDate>
<guid>http://snipplr.com/view/49113/applescript--convert-text-from-rgb-to-cmyk-color-values/</guid>
</item>
<item>
<title>(JavaScript) JS - onclick function to insert text characters symbol into text input field or textarea at the cursor caret location position</title>
<link>http://snipplr.com/view/48252/js--onclick-function-to-insert-text-characters-symbol-into-text-input-field-or-textarea-at-the-cursor-caret-location-position/</link>
<description><![CDATA[ <p>// big thanks to these tips for giving me code to steal:  http://bit.ly/bundles/brandonjp/9

/*
 * USAGE:  give your HTML textarea or text input element an ID
 * give your button an onClick="insertThisInThere(text2insert, theInputIDwhereItGoes);"
 * 
 * EX:   
 *
 */</p> ]]></description>
<pubDate>Wed, 02 Feb 2011 08:39:57 GMT</pubDate>
<guid>http://snipplr.com/view/48252/js--onclick-function-to-insert-text-characters-symbol-into-text-input-field-or-textarea-at-the-cursor-caret-location-position/</guid>
</item>
<item>
<title>(Other) Data Types for DB, MySQL, SQLite, PHP, Ruby, Rails, JS, etc. because I forget them sometimes</title>
<link>http://snipplr.com/view/48244/data-types-for-db-mysql-sqlite-php-ruby-rails-js-etc-because-i-forget-them-sometimes/</link>
<description><![CDATA[ <p>Data Types for DB, MySQL, SQLite, PHP, Ruby, Rails, JS, etc. because I forget them sometimes


from Ruby on Rails Guides: Migrations http://bit.ly/hFWjT0

from Rails Migrations http://bit.ly/hI5zpz</p> ]]></description>
<pubDate>Wed, 02 Feb 2011 06:16:52 GMT</pubDate>
<guid>http://snipplr.com/view/48244/data-types-for-db-mysql-sqlite-php-ruby-rails-js-etc-because-i-forget-them-sometimes/</guid>
</item>
<item>
<title>(Ruby) Ruby / Rails - A refresher reference for me because I forget... create project generate scaffold scaffolding migrate db</title>
<link>http://snipplr.com/view/48243/ruby--rails--a-refresher-reference-for-me-because-i-forget-create-project-generate-scaffold-scaffolding-migrate-db/</link>
<description><![CDATA[ <p>Ruby / Rails - A refresher reference for me because I forget how to do this... create project generate scaffold scaffolding migrate db start server</p> ]]></description>
<pubDate>Wed, 02 Feb 2011 06:12:16 GMT</pubDate>
<guid>http://snipplr.com/view/48243/ruby--rails--a-refresher-reference-for-me-because-i-forget-create-project-generate-scaffold-scaffolding-migrate-db/</guid>
</item>
<item>
<title>(Ruby) Ruby / Rails - links ( full  element ) to Show Edit Destroy Delete records in view *.erb</title>
<link>http://snipplr.com/view/48242/ruby--rails--links--full--element--to-show-edit-destroy-delete-records-in-view-erb/</link>
<description><![CDATA[ <p>links (full  element) to Show Edit Destroy Delete records in view *.erb 
must be in the record loop:</p> ]]></description>
<pubDate>Wed, 02 Feb 2011 06:10:10 GMT</pubDate>
<guid>http://snipplr.com/view/48242/ruby--rails--links--full--element--to-show-edit-destroy-delete-records-in-view-erb/</guid>
</item>
<item>
<title>(Ruby) Ruby / Rails - general function syntax example</title>
<link>http://snipplr.com/view/48241/ruby--rails--general-function-syntax-example/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 02 Feb 2011 06:07:42 GMT</pubDate>
<guid>http://snipplr.com/view/48241/ruby--rails--general-function-syntax-example/</guid>
</item>
<item>
<title>(Ruby) Ruby / Rails - example of if then statement...  in a view file *.html.erb:</title>
<link>http://snipplr.com/view/48240/ruby--rails--example-of-if-then-statement--in-a-view-file-htmlerb/</link>
<description><![CDATA[ <p>if then statement...  in a view file *.html.erb:</p> ]]></description>
<pubDate>Wed, 02 Feb 2011 06:06:36 GMT</pubDate>
<guid>http://snipplr.com/view/48240/ruby--rails--example-of-if-then-statement--in-a-view-file-htmlerb/</guid>
</item>
<item>
<title>(Other) HTML - script tag for jQuery CDN - code.jquery.com</title>
<link>http://snipplr.com/view/42806/html--script-tag-for-jquery-cdn--codejquerycom/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 23 Oct 2010 08:26:26 GMT</pubDate>
<guid>http://snipplr.com/view/42806/html--script-tag-for-jquery-cdn--codejquerycom/</guid>
</item>
<item>
<title>(PHP) PHP WP WordPress Get Featured Image The Post Thumbnail</title>
<link>http://snipplr.com/view/39586/php-wp-wordpress-get-featured-image-the-post-thumbnail/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 27 Aug 2010 07:55:51 GMT</pubDate>
<guid>http://snipplr.com/view/39586/php-wp-wordpress-get-featured-image-the-post-thumbnail/</guid>
</item>
<item>
<title>(CSS) CSS3 - Fancy Nice Cool Web2.0 ZURB Super Awesome Buttons with CSS3 and RGBA</title>
<link>http://snipplr.com/view/39367/css3--fancy-nice-cool-web20-zurb-super-awesome-buttons-with-css3-and-rgba/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 21 Aug 2010 02:52:26 GMT</pubDate>
<guid>http://snipplr.com/view/39367/css3--fancy-nice-cool-web20-zurb-super-awesome-buttons-with-css3-and-rgba/</guid>
</item>
<item>
<title>(HTML) Meta Tag - Auto Refresh in html doc page header to preview in IE FF all browsers while working coding</title>
<link>http://snipplr.com/view/39331/meta-tag--auto-refresh-in-html-doc-page-header-to-preview-in-ie-ff-all-browsers-while-working-coding/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 20 Aug 2010 01:01:43 GMT</pubDate>
<guid>http://snipplr.com/view/39331/meta-tag--auto-refresh-in-html-doc-page-header-to-preview-in-ie-ff-all-browsers-while-working-coding/</guid>
</item>
<item>
<title>(PHP) PHP - WIKI - wikimedia display title of page post article content entry</title>
<link>http://snipplr.com/view/38594/php--wiki--wikimedia-display-title-of-page-post-article-content-entry/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 06 Aug 2010 07:47:56 GMT</pubDate>
<guid>http://snipplr.com/view/38594/php--wiki--wikimedia-display-title-of-page-post-article-content-entry/</guid>
</item>
<item>
<title>(CSS) CSS - CSS3 Safari style toolbar buttons rounded box shadow pressed border radius for Moz, Firefox, KHTML</title>
<link>http://snipplr.com/view/38585/css--css3-safari-style-toolbar-buttons-rounded-box-shadow-pressed-border-radius-for-moz-firefox-khtml/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 06 Aug 2010 03:51:15 GMT</pubDate>
<guid>http://snipplr.com/view/38585/css--css3-safari-style-toolbar-buttons-rounded-box-shadow-pressed-border-radius-for-moz-firefox-khtml/</guid>
</item>
<item>
<title>(CSS) CSS - CSS3 border-radius - understanding CSS3 Moz Mozilla KHTML Webkit Border Radius.css</title>
<link>http://snipplr.com/view/38584/css--css3-borderradius--understanding-css3-moz-mozilla-khtml-webkit-border-radiuscss/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 06 Aug 2010 03:24:27 GMT</pubDate>
<guid>http://snipplr.com/view/38584/css--css3-borderradius--understanding-css3-moz-mozilla-khtml-webkit-border-radiuscss/</guid>
</item>
</channel>
</rss>