<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>New2WP</title>
	<link>http://new2wp.com</link>
	<description>Wordpress Tips for Noobs, Rookies and Pros</description>
	<lastBuildDate>Mon, 29 Aug 2011 13:00:35 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1-RC2" -->

	<item>
		<title>Hackathon In Boston? And Hi Again&#8230;</title>
		<description><![CDATA[Back again with some really cool news and a little update about how this year has been going since my last post. There this cool new event called Isobar Create 48 coming up that I wanted to share, and some of what I've been up to for the past 8 months.]]></description>
		<link>http://new2wp.com/rookie/isobar-create48/</link>
			</item>
	<item>
		<title>CSS3 Checkered Background Pattern With MotherEffing HSL</title>
		<description><![CDATA[This post is half-hacked to be displaying an ugly-half-hacked demo of this code, so don't mind the broken areas of the layout I did this in 20 minutes before work this morning. It's much <a href="http://jsfiddle.net/jaredwilli/hVgXg/" target="_blank">better looking here</a>. If you've seen or used <a href="http://mothereffinghsl.com" target="_blank">MotherEffingHSL</a> you know what's up and why it's the isht. This background is based on the black version of it on Paul's site, I just figured out how and what I needed to change to make colorful hues of it rather than just black and white. It's quite simple, it's just a little confusing while trying to change the colors with all the properties for covering browser supports.

<small>ps: if you go to Paul's site, look at the source code at what the fallback is for if your browser doesn't support canvas. It should be good for a chuckle, I was cracking up lol.</small>]]></description>
		<link>http://new2wp.com/snippet/css3-checkere-background-pattern-with-mothereffing-hsl/</link>
			</item>
	<item>
		<title>Cool CSS3 Text Effects With Multi-Layered Text-Shadows</title>
		<description><![CDATA[I made this for one of Antonio's many un-released web apps which he has made and felt that since it was a pretty cool thing that's worth sharing, not too hard to create (not counting cross-browser, I know this currently is not). 

The background, text, and text-shadow colors, and shadow offsets are the only really required things that need setting up properly. Getting the color values, shades, and transparencies to work harmoniously takes an eye for design, but that's about it.]]></description>
		<link>http://new2wp.com/snippet/cool-css3-text-shadows-effects/</link>
			</item>
	<item>
		<title>Bookmarklet For Making An Entire Site ContentEditable</title>
		<description><![CDATA[Just a simple thing that you can paste into the address bar on any site to make the content of the entire page editable. Or you can <a href="javascript:document.body.setAttribute("contenteditable", "true");"><strong>drag this link</strong></a> to your bookmarks and save it as a bookmarklet.]]></description>
		<link>http://new2wp.com/snippet/simplecontent-editable-bookmarklet/</link>
			</item>
	<item>
		<title>[Review] GD Press Tools Plugin For WordPress</title>
		<description><![CDATA[If you haven't used or heard of the Press Tools plugin you should come learn about what it has to offer. I believe everyone using WordPress should know about it, and the features it includes and my overall experience while testing it out on New2WP]]></description>
		<link>http://new2wp.com/rookie/press-tools-wordpress-plugin-review/</link>
			</item>
	<item>
		<title>Find All Users With Specific User Role In WordPress</title>
		<description><![CDATA[This is a useful little function that you can use to find users by their user roles. You just call this function in your theme and pass which user role you want to return users from. 

Sometimes you want to do this to prevent or allow users with a certain role access to an area of the dashboard, or maybe ability to view/post/edit posts or pages of your site using <a href="http://codex.wordpress.org/Function_Reference/current_user_can">current_user_can()</a>, which may be combined with the info you get from this function for example. <a href="http://codex.wordpress.org/Roles_and_Capabilities">Read about User Roles and Capabilities</a> for more information on this topic.

]]></description>
		<link>http://new2wp.com/snippet/find-users-by-role-wordpress/</link>
			</item>
	<item>
		<title>Show Date Last Modified For Posts</title>
		<description><![CDATA[Here's a quick and easy way to display when your posts were last modified. Works inside the Loop, and that should include custom post types as well.]]></description>
		<link>http://new2wp.com/snippet/show-date-last-modified-for-posts/</link>
			</item>
	<item>
		<title>Create A Simple Metabox For Custom Post Types</title>
		<description><![CDATA[WordPress 3.0 has made creating custom meta boxes much more fun since you can completely alter the edit pages using them and make your own post pages entirely from metaboxes you've defined. Here's an example of how to create a URL and description metabox.]]></description>
		<link>http://new2wp.com/noob/create-metabox-custom-post-types/</link>
			</item>
	<item>
		<title>Rename The Default Post Tags Taxonomy In WordPress</title>
		<description><![CDATA[With this code you can rename the Post Tags taxonomy built into WordPress by default. If you like this then you should check out <a href="http://new2wp.com/snippet/change-wordpress-posts-post-type-news/">this code for renaming the 'post' post type</a> that is built into WordPress by default as well.]]></description>
		<link>http://new2wp.com/snippet/rename-default-post-tags-taxonomy-wordpress/</link>
			</item>
	<item>
		<title>Super Small jQuery Slide To Top Autoscroller</title>
		<description><![CDATA[This was developed by <a href="http://forrst.com/people/maxpert">@maxpert</a> a while back and <a href="http://forrst.com/posts/382_byte_autoscroll_to_top_in_jQuery-yCr">posted</a> on Forrst. It was so awesome, I use it on New2WP and other sites. It is only 382 bytes, and works perfectly.]]></description>
		<link>http://new2wp.com/snippet/slide-to-top-jquery-autoscroll/</link>
			</item>
</channel>
</rss>

