<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Attackr.com &#187; Developer Portal for web designers, developers and programmers</title>
	<atom:link href="http://www.attackr.com/category/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.attackr.com</link>
	<description>Come To Share, Come To Learn</description>
	<lastBuildDate>Tue, 20 Dec 2011 13:09:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SQL SELECT Clause Order Cheat Sheet &amp; Other Opinionated Site Building Tips</title>
		<link>http://www.attackr.com/sql-select-clause-order-cheat-sheet-other-opinionated-site-building-tips/</link>
		<comments>http://www.attackr.com/sql-select-clause-order-cheat-sheet-other-opinionated-site-building-tips/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 12:47:13 +0000</pubDate>
		<dc:creator>Gregory Milby</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Soap Box]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Tools]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=973</guid>
		<description><![CDATA[Have you ever been building a SQL statement, and tried to remember which order your, &#8220;ORDER BY&#8221; goes in.  This short quick reference saves me some time &#8211; it&#8217;s not difficult, but if you&#8217;re like me, and do not use it everyday &#8211; it&#8217;s cumbersome to remember. These are the &#8220;mostly used&#8221; statements: FROM (Table [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever been building a SQL statement, and tried to remember which order your, &#8220;ORDER BY&#8221; goes in.  This short quick reference saves me some time &#8211; it&#8217;s not difficult, but if you&#8217;re like me, and do not use it everyday &#8211; it&#8217;s cumbersome to remember.</p>
<h2>These are the &#8220;mostly used&#8221; statements:</h2>
<pre>FROM (Table to retrieve data from)

WHERE (Row-level filtering) 

GROUP BY (Group specification)

HAVING (Group-level filtering)

ORDER BY (Output sort order)</pre>
<p>If anyone is interested, i&#8217;ll post the rest of my notes here on SQL(?). The order varies some depending upon use. Another useful item of interest is that the SQL (&#8220;mostly-regardless&#8221; of the flavor [<a href="http://www.mysql.com/" target="_blank">mysql</a>, <a href="http://www.mongodb.org/" target="_blank">mongo</a>, <a href="http://www.oracle.com/index.html" target="_blank">oracle</a>/etc...]), is that they all speak &#8216;SQL&#8217;. That may sound redundant, but it is actually interesting to start discovering the approaches that are implemented that all basically &#8216;do the same thing&#8217; or &#8216;place higher priorities on certain operations&#8217;.</p>
<p>Once you learn what each flavor of SQL is doing, what their design goal was, it&#8217;s interesting to learn you may be using something totally overkill for a simple purpose. In most cases for a small production website, SQL Lite may be perfectly acceptable for lower traffic/connection sites (which are the vast majority of all sites on the web). Some &#8216;family-type- websites have even been known to use flat-text files.</p>
<p>The downside to using a larger-scale SQL solution is that most people do not use it correctly in the first place. That&#8217;s fine to use it, but it&#8217;s kind of like driving a <a title="Yes... i linked nascar *hands head in shame*" href="http://www.nascar.com" target="_blank">NASCAR</a> to the supermarket.  Just because you &#8220;have and use&#8221; more power, doesn&#8217;t make it faster for the end client/customer. A basic website (3-10 pages), using <a href="http://apache.org/" target="_blank">Apache</a>, <a href="http://wiki.nginx.org/" target="_blank">NGINX</a>, <a href="http://www.lighttpd.net/" target="_blank">Lighttpd</a> (webservers), along with basic HTML(preferably HTML5 + CSS3), and maybe <a href="http://jquery.com/" target="_blank">jQuery</a> (if you need some pzazz), is more than enough for the basic website.  It&#8217;s fast, secure, presentable, and allows the author to maintain their focus (do what they were trying to do in the first place [get their message onto the web]).</p>
<p>If your goal is to see how much horse power you can use &#8211; see how flashy and widgetized you can get, then you&#8217;re missing the point of web development on the internet.  It&#8217;s cool to use the latest thing, but it&#8217;s cooler to get your message understood. Even if your message is to sell something, save a puppy from being put down, or getting your beliefs/blogging your experiences. If your page loads quickly, is easy to read, is obvious what you expect the reader to &#8216;get from your web presence&#8217;, then you and your web page reader/browser will enjoy a good relationship.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/sql-select-clause-order-cheat-sheet-other-opinionated-site-building-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why &#8220;TAGS&#8221; Are So Critical To Improve Your Google Search Ranking</title>
		<link>http://www.attackr.com/why-tags-are-so-critical-to-improve-your-google-search-ranking/</link>
		<comments>http://www.attackr.com/why-tags-are-so-critical-to-improve-your-google-search-ranking/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 18:23:29 +0000</pubDate>
		<dc:creator>Gregory Milby</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[metatag]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=749</guid>
		<description><![CDATA[Many times it is easier to write 1000 words for an article than it is to create 5 unique words to make the article valuable (/findable) to people who would potentially be looking for it.   Using basic formulas, like the ones people use for creating articles, can provide a helpful way to make a [...]]]></description>
			<content:encoded><![CDATA[<p>Many times it is easier to write 1000 words for an article than it is to create 5 unique words to make the article valuable (/findable) to people who would potentially be looking for it.   Using basic formulas, like the ones people use for creating articles, can provide a helpful way to make a summation of tags that will turn out to be useful, and statistically rewarding.</p>
<p>Creating tags is not a magical task, but tag creation is critical if you&#8217;re doing any content publishing or blogging.  Search engines, plugins, and even crawlers look for instances of the reuse of key terms and index your page/post accordingly.  Getting &#8216;tagged&#8217; can be the difference of your site coming up in search results, and leaving you in the dust.  Using some generic logic can help you discern which words to latch on to, which words can help you to get closer to the top of the search results.</p>
<p>One method that is common is to search for the words and phrases that you want to use [inside your search engine of choice].  Place yourself amongst those who you want to be compared against.  If you want to be a fine dining result, then find like-minded sites, and study their keyword source &#8211; see if it&#8217;s pertinent to what you can, factually, offer as a word to &#8216;be known by&#8217;.</p>
<p>Anyone who wants to come up on a page of results needs to tag their site. If you&#8217;re using templates, use the meta keywords tags in the head, if you&#8217;re using a blogging structure, then take advantage of the seo/keywords/tag features that come default on almost any blog framework.  CMS (content management systems) have even incorporated  a tagging logic, allowing each page of the system to be able to be crawled, index, and make it a contender for a pertinent search query.</p>
<p><span style="text-decoration: underline;"><span style="color: #333333;">Example of the Meta Keywords tag:</span></span></p>
<p>&lt;META NAME=&#8221;keywords&#8221; CONTENT=&#8221;oranges, lemons, limes&#8221;&gt;</p>
<p>Blogging systems like WordPress, have input boxes on the side, where you can enter keywords, one at a time, called &#8220;Post Tags&#8221;.  The use and common advice is to repeat features that may &#8216;best describe the point you want to get across&#8217;.  For this post we chose, &#8220;metatag&#8221;, &#8220;keyword&#8221;, &#8220;seo&#8221;, &#8220;example&#8221;, &#8220;how to&#8221;, &#8220;html&#8221; and &#8220;blog&#8221;.   Just by even stating what my keywords are will increase the ranking of the post (the frequency).</p>
<p>There are different guidelines for each crawler, but as a general rule, you can usually use 10 keywords safely, and up to 25 &#8211; each separated by a comma. With this in mind, place (what you feel are) the most critical keywords up in the first 10.  Likewise, make your site description short and sweet &#8211; usually one sentence.  If possible, include your region &#8211; even your address if possible.</p>
<p>references: <a title="SeoMoz" href="http://www.seomoz.org/blog/best-practices-for-title-tags" target="_blank">Seomoz</a> | <a href="http://www.webmarketingnow.com/tips/meta-tags-uncovered.html#keywords" target="_blank">webmarketingnow.com</a> |</p>
<p>Need a <a href="http://quotes.feedtheguru.com">&#8220;Pick-Me-Up?&#8221;</a><br />
<a href="http://quotes.feedtheguru.com"><img src="http://quotes.feedtheguru.com/static/images/logo.jpg" alt="" width="300" /></a><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/the-jquery-ajax-cheatsheet-the-quick-reference-for-ajax-settings/' title='The jQuery .ajax() Cheatsheet&#8230; The Quick Reference For ajax Settings!'>The jQuery .ajax() Cheatsheet&#8230; The Quick Reference For ajax Settings!</a></li>
<li><a href='http://www.attackr.com/web-design-for-the-beginner/' title='Web Design For The Beginner'>Web Design For The Beginner</a></li>
<li><a href='http://www.attackr.com/combining-flash-with-htmlcss/' title='Combining flash with HTML/CSS'>Combining flash with HTML/CSS</a></li>
<li><a href='http://www.attackr.com/the-right-tool-for-the-job/' title='The Right Tool For The Job'>The Right Tool For The Job</a></li>
<li><a href='http://www.attackr.com/structuring-your-html-code/' title='Structuring your HTML code'>Structuring your HTML code</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/why-tags-are-so-critical-to-improve-your-google-search-ranking/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Who&#8217;s Who List Of Streaming Video BIG List Of Links</title>
		<link>http://www.attackr.com/the-whos-who-list-of-streaming-video-big-list-of-links/</link>
		<comments>http://www.attackr.com/the-whos-who-list-of-streaming-video-big-list-of-links/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 05:33:01 +0000</pubDate>
		<dc:creator>Gregory Milby</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Soap Box]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[dedicated streaming server]]></category>
		<category><![CDATA[exchange streaming database]]></category>
		<category><![CDATA[streaming ticker]]></category>
		<category><![CDATA[Streaming TV]]></category>
		<category><![CDATA[streaming video conferencing]]></category>
		<category><![CDATA[tidal stream generators]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[video conferencing]]></category>
		<category><![CDATA[video production services]]></category>
		<category><![CDATA[Vlog]]></category>
		<category><![CDATA[windows streaming hosting]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=607</guid>
		<description><![CDATA[Here's a list of all the "video-type" sites i could find from a few sources.  It's worth bookmarking just for the sake of...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-611" title="Retro-TV" src="http://www.attackr.com/wp-content/uploads/2009/07/Retro-TV-231x300.jpg" alt="Retro-TV" width="78" height="101" /></p>
<p>Here&#8217;s a list of all the &#8220;video-type&#8221; sites i could find from a few sources.  It&#8217;s worth bookmarking just for the sake of finding shows/vlogs that are sometimes hard to find.  Some offer full episodes or webcast of events.</p>
<p><strong>Broadcast Networks</strong></p>
<ul>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/abc.go.com');" href="http://abc.go.com/player/index?pn=index" target="_blank">ABC</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cbs.com');" href="http://www.cbs.com/video/" target="_blank">CBS</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.nbc.com');" href="http://www.nbc.com/Video/library/full-episodes/" target="_blank">NBC</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.fox.com');" href="http://www.fox.com/fod/index.htm" target="_blank">Fox</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cwtv.com');" href="http://www.cwtv.com/cw-video" target="_blank">The CW</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cbssports.com');" href="http://www.cbssports.com/" target="_blank">CBS Sports</a></li>
</ul>
<p><strong>Cable networks with full episodes and / or live streams</strong></p>
<ul>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.foodnetwork.com');" href="http://www.foodnetwork.com/video-library/index.html" target="_blank">Food TV</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/drivein.monstershd.com');" href="http://drivein.monstershd.com/" target="_blank">Monsters HD</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.mtvmusic.com');" href="http://www.mtvmusic.com/" target="_blank">MTV Music</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.mtv.com');" href="http://www.mtv.com/" target="_blank">MTV Shows</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.tnt.tv');" href="http://www.tnt.tv/dramavision/?cid=39824" target="_blank">TNT</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.nick.com');" href="http://www.nick.com/turbonick/index....atewayid=86182" target="_blank">Nickelodeon</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.tbs.com');" href="http://www.tbs.com/video/index/#/all...full-episodes/" target="_blank">TBS</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cnn.com');" href="http://www.cnn.com/video/" target="_blank">CNN</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cnn.com');" href="http://www.cnn.com/video/flashLive/live.html" target="_blank">CNN Live</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.mylifetime.com');" href="http://www.mylifetime.com/on-tv/full-episodes/" target="_blank">Lifetime</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cnbc.com');" href="http://www.cnbc.com/id/15839263" target="_blank">CNBC</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.usanetwork.com');" href="http://www.usanetwork.com/fullepisodes/" target="_blank">USA</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.scifi.com');" href="http://www.scifi.com/rewind/" target="_blank">SciFi</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.vh1.com');" href="http://www.vh1.com/video/full_episodes.jhtml" target="_blank">VH1</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cartoonnetwork.com');" href="http://www.cartoonnetwork.com/video/index.html" target="_blank">Cartoon Network</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.adultswim.com');" href="http://www.adultswim.com/video/index.html" target="_blank">Adult Swim</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.trutv.com');" href="http://www.trutv.com/video/index.html" target="_blank">TruTV</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.fxnetworks.com');" href="http://www.fxnetworks.com/episodes.php" target="_blank">FX</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/community.abcfamily.go.com');" href="http://community.abcfamily.go.com/watch" target="_blank">ABC Family</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.history.com');" href="http://www.history.com/video.do?action=home" target="_blank">History Channel</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bet.com');" href="http://www.bet.com/OnBlast/" target="_blank">BET</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.aetv.com');" href="http://www.aetv.com/videos/display.jsp" target="_blank">A&amp;E</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/disney.go.com');" href="http://disney.go.com/videos/#/videos/tvshows/" target="_blank">Disney Channel</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/video.discovery.com');" href="http://video.discovery.com/" target="_blank">TLC / Discovery / Animal Planet</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.hgtv.com');" href="http://www.hgtv.com/hgtv/pac_ctnt_98..._68627,00.html" target="_blank">HGTV</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.c-span.org');" href="http://www.c-span.org/Watch/C-SPAN_wm.aspx" target="_blank">CSPAN</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/current.com');" href="http://current.com/currenttv" target="_blank">Current</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.comdeycentral.com');" href="http://www.comdeycentral.com/" target="_blank">Comedy Central</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.sho.com');" href="http://www.sho.com/site/video/brightcove/series/home.do" target="_blank">Showtime</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/abcnews.go.com');" href="http://abcnews.go.com/Video/playerIndex" target="_blank">ABC News</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.tvland.com');" href="http://www.tvland.com/" target="_blank">TVLand</a></li>
</ul>
<p><strong>Show specific full episodes</strong></p>
<ul>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.thedailyshow.com');" href="http://www.thedailyshow.com/full-episodes/" target="_blank">The Daily Show</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.comedycentral.com');" href="http://www.comedycentral.com/colbert...full-episodes/" target="_blank">The Colbert Report</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.southparkstudios.com');" href="http://www.southparkstudios.com/episodes/" target="_blank">South Park Studios</a></li>
</ul>
<p><strong>Independent Internet-only network</strong>s</p>
<ul>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.reuters.com');" href="http://www.reuters.com/news/video" target="_blank">Reuters</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.miroguide.com');" href="https://www.miroguide.com/" target="_blank">MicroGuide</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.maniatv.com');" href="http://www.maniatv.com/" target="_blank">ManiaTV</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cnettv.com');" href="http://www.cnettv.com/" target="_blank">CNET TV</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.revision3.com');" href="http://www.revision3.com/" target="_blank">Revision3</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.nextnewnetworks.com');" href="http://www.nextnewnetworks.com/" target="_blank">NextNewNetworks</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.collegehumor.com');" href="http://www.collegehumor.com/" target="_blank">College Humor</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.funnyordie.com');" href="http://www.funnyordie.com/" target="_blank">Funny or Die</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.gametrailers.com');" href="http://www.gametrailers.com/" target="_blank">Gametrailers</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/gamevideos.1up.com');" href="http://gamevideos.1up.com/" target="_blank">Gamevideos</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.superdeluxe.com');" href="http://www.superdeluxe.com/" target="_blank">Super Deluxe</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.theonion.com');" href="http://www.theonion.com/content/video" target="_blank">Onion News Network</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.crackle.com');" href="http://www.crackle.com/" target="_blank">Crackle</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/live.twit.tv');" href="http://live.twit.tv/" target="_blank">Twit</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.vbs.tv');" href="http://www.vbs.tv/" target="_blank">VBS</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.fearnet.com');" href="http://www.fearnet.com/movies/index.html" target="_blank">FearNet</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.blinkbox.com');" href="http://www.blinkbox.com/" target="_blank">blinkbox</a></li>
</ul>
<p><strong>Aggregation sites</strong></p>
<ul>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.veoh.com');" href="http://www.veoh.com/" target="_blank">Veoh</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/television.aol.com');" href="http://television.aol.com/in2tv" target="_blank">In2TV</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.tv.com');" href="http://www.tv.com/" target="_blank">TV.com</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.fancast.com');" href="http://www.fancast.com/" target="_blank">Fancast</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.hulu.com');" href="http://www.hulu.com/" target="_blank">Hulu</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.joost.com');" href="http://www.joost.com/" target="_blank">Joost</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.apple.com');" href="http://www.apple.com/iTunes/" target="_blank">iTunes</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.youtube.com');" href="http://www.youtube.com/" target="_blank">YouTube</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.vimeo.com');" href="http://www.vimeo.com/" target="_blank">Vimeo</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.blip.tv');" href="http://www.blip.tv/" target="_blank">Blip.TV</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.revver.com');" href="http://www.revver.com/" target="_blank">Rewer</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.ovguide.com');" href="http://www.ovguide.com/" target="_blank">OVGuide</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.firstonmars.com');" href="http://www.firstonmars.com/" target="_blank">First on Mars</a></li>
</ul>
<p><strong>Pay Per View</strong></p>
<ul>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dpbolvw.net');" href="http://www.dpbolvw.net/click-2276098-10545697" target="_blank">Blockbuster</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.jaman.com');" href="http://www.jaman.com/" target="_blank">Jaman</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cinemanow.com');" href="http://www.cinemanow.com/" target="_blank">CinemaNow</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/surround.verizon.net');" href="http://surround.verizon.net/Shop/Ent...StarzPlay.aspx" target="_blank">StarzPlay</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.movieflix.com');" href="http://www.movieflix.com/" target="_blank">MovieFlix</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/home.vod.com');" href="http://home.vod.com/" target="_blank">VOD</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.play4film.com');" href="http://www.play4film.com/" target="_blank">Play4film</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.bigstar.tv');" href="http://www.bigstar.tv/" target="_blank">Bigstar</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.totalvid.com');" href="http://www.totalvid.com/" target="_blank">TotalVid</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.etvnet.ca');" href="http://www.etvnet.ca/" target="_blank">etvnet</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/click.linksynergy.com');" href="http://click.linksynergy.com/fs-bin/click?id=/uPJm*KbQv4&amp;offerid=135505.10000224&amp;type=3&amp;subid=0" target="_blank">Netflix</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.amazon.com');" href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fvideo%2Fontv%2Fstart%3Fie%3DUTF8%26%252AVersion%252A%3D1%26%252Aentries%252A%3D0&amp;tag=iphotoforumco-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957" target="_blank">Amazon</a></li>
</ul>
<p><strong>Sports</strong></p>
<ul>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/');" href="http://vault.sportsillustrated.cnn.c...home/index.htm" target="_blank">SI Vault</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.hockeystreams.com');" href="http://www.hockeystreams.com/" target="_blank">HockeyStreams</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/sports.espn.go.com');" href="http://sports.espn.go.com/broadband/video/" target="_blank">ESPN Video</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/espn.go.com');" href="http://espn.go.com/motion/echo/splash.html" target="_blank">ESPN Motion</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.sportsline.com');" href="http://www.sportsline.com/video/player" target="_blank">CBS Sports</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/web.mlsnet.com');" href="http://web.mlsnet.com/quickkicks/" target="_blank">MLS</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.pba.com');" href="http://www.pba.com/xtraframe/" target="_blank">PBA</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.sportskool.com');" href="http://www.sportskool.com/" target="_blank">SPORTSKOOL</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/mlb.mlb.com');" href="http://mlb.mlb.com/media/video.jsp" target="_blank">MLB</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/msn.foxsports.com');" href="http://msn.foxsports.com/video" target="_blank">Fox sports video</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.wwe.com');" href="http://www.wwe.com/broadband/" target="_blank">WWE</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.thetennischannel.com');" href="http://www.thetennischannel.com/video/" target="_blank">The Tennis Channel</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.nfl.com');" href="http://www.nfl.com/videos" target="_blank">NFL</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.nhl.tv');" href="http://www.nhl.tv/team/console.jsp" target="_blank">NHL</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.nba.com');" href="http://www.nba.com/video/" target="_blank">NBA</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.pgatour.com');" href="http://www.pgatour.com/video/" target="_blank">PGA</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/tennis.com');" href="http://tennis.com/media/video/index.aspx" target="_blank">Tennis</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.opensports.com');" href="http://www.opensports.com/videos" target="_blank">Open sports video site</a></li>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.skysports.com');" href="http://www.skysports.com/video/0,20285,,00.html" target="_blank">Sky sports video</a></li>
</ul>
<address>Special Thanks to <a style="text-decoration: none; color: black;" href="http://geekybit.com/">geekybit</a>&#8216;s site for the bulk of these links.</address>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/the-whos-who-list-of-streaming-video-big-list-of-links/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>The Top  10 Essential WordPress Plugins Quick Start Updated October 2010</title>
		<link>http://www.attackr.com/the-top-10-essential-wordpress-plugins-for-getting-started-quick/</link>
		<comments>http://www.attackr.com/the-top-10-essential-wordpress-plugins-for-getting-started-quick/#comments</comments>
		<pubDate>Wed, 27 May 2009 17:35:36 +0000</pubDate>
		<dc:creator>Gregory Milby</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[backup plugin]]></category>
		<category><![CDATA[best of]]></category>
		<category><![CDATA[crm plugin]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[ecommerce plugin]]></category>
		<category><![CDATA[internet plug ins]]></category>
		<category><![CDATA[pdf plugin]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[shopping cart plugin]]></category>
		<category><![CDATA[spam plugin]]></category>
		<category><![CDATA[top 10]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=553</guid>
		<description><![CDATA[Headspace2 HeadSpace is a powerful all-in-one plugin to manage meta-data and handle a wide range of SEO tasks. With it you can tag your posts, create custom titles and descriptions that improve your page ranking, change the theme or run disabled plugins on specific pages, and a whole lot more. Google Sitemap Generator This plugin [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a title="http://urbangiraffe.com/plugins/headspace2/" href="http://urbangiraffe.com/plugins/headspace2/" target="_blank">Headspace2</a></strong><br />
HeadSpace is a powerful all-in-one plugin to manage meta-data and handle a wide range of SEO tasks. With it you can tag your posts, create custom titles and descriptions that improve your page ranking, change the theme or run disabled plugins on specific pages, and a whole lot more.</p>
<p><strong><a title="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" target="_blank">Google Sitemap Generator</a></strong><br />
This plugin generates a XML-Sitemap compliant sitemap of your WordPress blog. This format is supported by Ask.com, Google, YAHOO and MSN Search.  If you have any intention of using the webmaster tools &#8211; you should get this plugin so you can keep your sitemaps current &amp; prevent any hold ups from your site not being current with current tags/etc&#8230;</p>
<p><strong><a title="http://wordpress.org/extend/plugins/digg-digg/" href="http://wordpress.org/extend/plugins/digg-digg/">Digg-Digg</a></strong><br />
This is another program that gives your blog visitor&#8217;s the opportunity to make it accessible to share a post in a network that can potentially drive more traffic to your site.  The integrate &#8220;Digg Button&#8221; , &#8220;Reddit Me Button&#8221; , &#8220;Dzone Button&#8221; and &#8220;Yahoo Buzz Button&#8221; Into WordPress Content. Setup screen provided to let user choose where user want to display Digg , Reddit , Dzone and Yahoo Buzz buttons.</p>
<p><strong><a title="http://www.awsom.org/awsom-pixgallery/" href="http://www.awsom.org/awsom-pixgallery/" target="_blank">Awesomepixgallery</a></strong><br />
Let&#8217;s face it&#8230; there isn&#8217;t a perfect gallery out there.  If it looks good, it&#8217;s slow &#8211; if it&#8217;s ugly is fast and no one wants it anyway.  APG is a good compromise between all the features out there.  APG does have a superior intergration interface (after you upload pics you have quite a bit of control immediately to place/shape the image).</p>
<p><strong><a title="http://wordpress.org/extend/plugins/email-users/" href="http://wordpress.org/extend/plugins/email-users/" target="_blank">Email-Users</a></strong><br />
A plugin for wordpress which allows you to send an email to the registered blog users. Users can send personal emails to each other. Power users can email groups of users and even notify group of users of posts. The best part about this plugin is that you can specify mailing by group, so you only hit the publishers, subscribers/etc&#8230;</p>
<p><strong><a title="http://semperfiwebdesign.com/" href="http://semperfiwebdesign.com/" target="_blank">All in One SEO Pack</a></strong></p>
<p>http://wordpress.org/extend/plugins/all-in-one-seo-pack/</p>
<p>http://semperfiwebdesign.com/       I keep going back between this and the headspace2 plugin, both have their advantages. Even though I&#8217;m currently on headspace, this is still worth checking out.</p>
<p><strong><a title="http://justintadlock.com/archives/2008/02/03/even-simpler-wordpress-contact-form" href="http://justintadlock.com/archives/2008/02/03/even-simpler-wordpress-contact-form" target="_blank">Simpler-Contact-Page</a></strong><br />
Are you tired of all the &#8220;bells and whistles&#8221; of most WordPress contact forms? Are you exhausted from modifying CSS for hours just to get a contact plugin to display with your theme?<br />
<strong><a title="http://mnm.uib.es/gallir/wp-cache-2/" href="http://mnm.uib.es/gallir/wp-cache-2/" target="_blank">WP-Cache</a></strong></p>
<p><strong><span style="font-weight: normal;">WP-Cache is an extremely efficient WordPress page caching system to make your site much faster and responsive. It works by caching Worpress pages and storing them in a static file for serving future requests directly from the file rather than loading and compiling the whole PHP code and then building the page from the database. WP-Cache allows to serve hundred of times more pages per second, and to reduce the response time from several tenths of seconds to, supposedly, less than a millisecond.</span></strong><br />
<strong><a title="http://plugins.spiralwebconsulting.com/analyticator.html" href="http://plugins.spiralwebconsulting.com/analyticator.html" target="_blank"> Google Analytic Plugin </a></strong></p>
<ul>
<li>Google Analyticator supports the following features:</li>
<li>Standard Google Analytics tracking support</li>
<li>Provides a widget that can be used to display visitor stat information on the front-end</li>
<li>External link tracking of all links on the page, including links not managed by WordPress</li>
<li>Download link tracking</li>
<li>Support for hiding Administrator visits without effecting Google Analytics&#8217; site overlay feature</li>
<li>Support for any advanced tracking code Google provides</li>
<li>Easily installable only requiring the user knows their UID</li>
<li>Allows code to be placed in the footer to ensure faster load times</li>
<li>Complete control over options; disable any feature if needed</li>
</ul>
<p><strong><a title="http://push.cx/sociable" href="http://push.cx/sociable" target="_blank"> Socialble Bookmarking Plugin</a></strong><br />
Social bookmarking sites allow your blog visitors to save, catalog, and share interesting pages they find on your website. The Sociable plugin appends links for your readers to use those sites to the end of each of your blog&#8217;s posts &#8211; making each post as accessible as possible.  I&#8217;m currently using Digg Digg, but it doesn&#8217;t hurt to stay familiar with updates to the social networking sites.  Sometimes what one plugin misses &#8211; the other will catch.</p>
<p>*Edited on 01October 2010:</p>
<p>A must see plugin for WordPress:</p>
<p><a title="After the Deadline" href="http://www.afterthedeadline.com/download.slp?platform=WordPress" target="_blank">After the Deadline</a>, you will wonder how you&#8217;ve lived without it (seriously)&#8230; it&#8217;s not just a real-time spell checker, it checks language specific usage, grammer and language syntax (comparative dynamics).</p>
<p>Don&#8217;t believe me? <a href="http://www.polishmywriting.com/" target="_blank">Give it a try now!</a></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 1095px; width: 1px; height: 1px; overflow: hidden;">http://www.afterthedeadline.com/download.slp?platform=WordPressAfter the Deadline</div>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/about/' title='About Us'>About Us</a></li>
<li><a href='http://www.attackr.com/geo-caching-for-fun-profit-aka-how-to-find-your-arse-with-a-funnel-script/' title='Geo Caching For Fun &amp; Profit (a.k.a How to find your arse with a funnel script)'>Geo Caching For Fun &#038; Profit (a.k.a How to find your arse with a funnel script)</a></li>
<li><a href='http://www.attackr.com/the-top-10-best-free-image-editors-on-the-web/' title='The Top 10 Best FREE Image Editors On The Web'>The Top 10 Best FREE Image Editors On The Web</a></li>
<li><a href='http://www.attackr.com/best-of-the-rest-opensource-image-gallery-software-part-1/' title='Best Of The Rest Opensource Image Gallery Software (Part 1?)'>Best Of The Rest Opensource Image Gallery Software (Part 1?)</a></li>
<li><a href='http://www.attackr.com/how-to-fix-your-sucky-website-with-minimal-effort/' title='How To Fix Your Sucky Website With Minimal Effort'>How To Fix Your Sucky Website With Minimal Effort</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/the-top-10-essential-wordpress-plugins-for-getting-started-quick/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Top 10 Best FREE Image Editors On The Web</title>
		<link>http://www.attackr.com/the-top-10-best-free-image-editors-on-the-web/</link>
		<comments>http://www.attackr.com/the-top-10-best-free-image-editors-on-the-web/#comments</comments>
		<pubDate>Sat, 09 May 2009 15:42:45 +0000</pubDate>
		<dc:creator>Gregory Milby</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[image editors]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=510</guid>
		<description><![CDATA[There are a lot of free image editors out there if you know which virtual rock to look under. 1. Irfanview has actually been around so long now that it&#8217;s a staple in a lot of digital photographers arsenal. It can create html pages of thumbnails on the fly &#8211; great for proofs, or quickly [...]]]></description>
			<content:encoded><![CDATA[<p>There are a lot of free image editors out there if you know which virtual rock to look under.<br />
1. <a href="http://www.irfanview.com/">Irfanview</a> has actually been around so long now that it&#8217;s a staple in a lot of digital photographers arsenal.  It can create html pages of thumbnails on the fly &#8211; great for proofs, or quickly delivering the family pictures to impatient relatives &#038; friends. One benefit to Irfanviews longevity is that there a lot of <a href="http://www.irfanview.com/">plug-ins</a> for it, and most of them are actually useful.  </p>
<p>2. <a href="http://www.photobie.com/">Photobie</a> is one that I recently started using myself&#8230; mostly to see if all the plug-ins were as awesome as they seem (so far they are).  For a professional, the <a href="http://www.photobie.com/download/download_template.php">provided templates</a> may seem &#8216;beneath them&#8217;, but for the other 99% &#8211; these templates appear to be useful &#8211; at least to inspire creativity if nothing else.</p>
<p>3. <a href="http://www.getpaint.net/">Get Paint</a> is one of those editors that you want when you do not want to spend 3 hours getting intimate with the tool set or the logic of how the program works&#8230;. it&#8217;s simple, direct and does a limited amount of <a href="http://www.getpaint.net/features.html">tasks</a> &#8220;very well&#8221;.  A good tool to have on hand for quick photo/pic adjustments.</p>
<p>4. Yes, <a href="http://www.gimp.org/">GIMP</a> has to be on the list.  If you haven&#8217;t heard of GIMP &#8211; I&#8217;m speechless. It&#8217;s intimidating interface rivals <a href="http://adobe.com">photoshop</a> (yes, it really rivals photoshop for $1200-$1800 less [it's free]).  The support, community, and innovative plug-in support is unmatched.  If you want to invest time in a tool that will have infinite payoff&#8217;s  &#8211; GIMP is it. </p>
<p>5. <a href="http://picasa.google.com/">Picasa</a> would have to be on the list too.  I resisted the google app for many years, but finally caved in once I saw a friend importing over 50 pictures from her digital camera, tagging photos, and choosing/uploading pictures to her online album. It&#8217;s not the wicked graphic editor GIMP is, but it&#8217;s not meant to be.  It&#8217;s a good solid vehicle for organizing your photos locally &#038; on the web on a free website.  There are permission levels that can be set on web albums, so only authorized people can view the specified albums.</p>
<p>6. <a href="http://www.vicman.net/vcwphoto/">VicMan&#8217;s Photo Editor</a> is a straight forward editor, I wasn&#8217;t able to tell how extensive the support was, but the product worked well &#8211; and the twain (scanner/image device) worked much better than my purchased <a href="http://hyperionics.com/">HyperSnap</a>.</p>
<p>7. <a href="http://www.photoscape.org/ps/main/screenshot.php">Photoscape</a> is a great attempt at combining photoshop&#8217;ish editor with an old product I used to use by MGI that was basically a bin of effects &#8211; which were all good, but way overused by the &#8216;webmaster&#8217; generation.  Yes, there can be tasteful embossing, riveting reversed polarity, and bedazzling beveling without anything blinking&#8230;</p>
<p>8. <a href="http://www.memecode.com/index.php">i.Mage</a> is a great paint replacement&#8230; it&#8217;ll never be a high speed editor, but it&#8217;s a good choice if you ever find your resourced peaked, and need to edit something  to make a quick change (rotate/touch up a basic shape),</p>
<p>9. <a href="http://www.online-image-editor.com/">Online Image Editor</a> messed with my sense of reality some, but this is a solid little tool if you are trapped like a rat at a remote location, and need to make a change or develop a quick graphic. Defiantly worth bookmarking/xmarking so you can get to the link when you&#8217;re on a jobsite.</p>
<p>10. The best for last&#8230; <a href="http://www.splashup.com/">Splash Up</a> is when you&#8217;re back is against the wall, you need photoshop, but you&#8217;re on your friends computer and they don&#8217;t have $1200-$1800 dollars to spend on the CS*<--(insert latest version number) master suite either.  It's an online app which is key portability, but it also does many of the layering properties that only a high speed locally-installed application like GIMP or PS will handle.  I found this application while writing <a href="http://www.attackr.com/how-to-fix-your-sucky-website-with-minimal-effort/">How To Fix Your Sucky Website</a>, and it has stayed bookmarked on my laptop sense.</p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/how-to-fix-your-sucky-website-with-minimal-effort/' title='How To Fix Your Sucky Website With Minimal Effort'>How To Fix Your Sucky Website With Minimal Effort</a></li>
<li><a href='http://www.attackr.com/thinking-outside-the-lightbox-top-10-picks-part-1/' title='Thinking Outside The LightBox &#8211; TOP 10 PICKS'>Thinking Outside The LightBox &#8211; TOP 10 PICKS</a></li>
<li><a href='http://www.attackr.com/the-top-10-essential-wordpress-plugins-for-getting-started-quick/' title='The Top  10 Essential WordPress Plugins Quick Start Updated October 2010'>The Top  10 Essential WordPress Plugins Quick Start Updated October 2010</a></li>
<li><a href='http://www.attackr.com/geo-caching-for-fun-profit-aka-how-to-find-your-arse-with-a-funnel-script/' title='Geo Caching For Fun &amp; Profit (a.k.a How to find your arse with a funnel script)'>Geo Caching For Fun &#038; Profit (a.k.a How to find your arse with a funnel script)</a></li>
<li><a href='http://www.attackr.com/beam-it-all-over-the-place-scotty-wwwgetdropboxcom/' title='Beam It All Over The Place, Scotty {www.getdropbox.com}'>Beam It All Over The Place, Scotty {www.getdropbox.com}</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/the-top-10-best-free-image-editors-on-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Of The Rest Opensource Image Gallery Software (Part 1?)</title>
		<link>http://www.attackr.com/best-of-the-rest-opensource-image-gallery-software-part-1/</link>
		<comments>http://www.attackr.com/best-of-the-rest-opensource-image-gallery-software-part-1/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 15:22:16 +0000</pubDate>
		<dc:creator>Gregory Milby</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Content Management]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[photo gallery]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=431</guid>
		<description><![CDATA[There is no doubt that there are a ton of photo gallery scripts out there.  When looking for software, it&#8217;s easy to fall into the &#8220;ooh&#8217;s and ah&#8217;s&#8221; trap.  Being mesmerized with features and easily losing track of the original goal or intended use of the gallery.  There are gallery applications that literally are their [...]]]></description>
			<content:encoded><![CDATA[<p>There is no doubt that there are a ton of photo gallery scripts out there.  When looking for software, it&#8217;s easy to fall into the &#8220;ooh&#8217;s and ah&#8217;s&#8221; trap.  Being mesmerized with features and easily losing track of the original goal or intended use of the gallery.  There are gallery applications that literally are their own website &#8211; like a <em>Photo Content Management System</em>.  Others truly warrant merit and further research because of their usefulness &amp; hopefully their adaptability for multiple applications &#8211; as well as &#8211; their ability to stand on their own as needed.</p>
<p>Here are my picks for the most versatile PHP gallery scripts.  You may be surprised at the findings here as my values are different than the average person who wants to share their pictures. My value is based more-so on the flexibility and adaptability of a gallery script rather than being locked out from customizing it.  Gallery scripts are a good asset if you want to show items in a pre-established website/web application and do not want to have to write from scratch.  Reusing this code can help deliver an application expediently, but being able to have it resemble the host site is critical &#8211; it must be flexible if it is going to be used as &#8220;part of another website&#8221;.</p>
<p><strong>Server Test Environment</strong>: These were tested these on  Ubuntu Server (LAMP install) &#8211; latest version. Approach to install:  Every <em>click and drool</em> wizard feature was attempted &#8211; no manual configurations were attempted to ensure the &#8216;as advertised&#8217; feature would be accurate.</p>
<p>Flexible and adaptable come at a price. Sometimes the only method to add a photo is to ftp it up to the folder (that&#8217;s raw/flexible),  but it is considered flexible because a script can be written for exisisting application to control how/where a photo is uploaded.  So while reading these, keep this in mind.  So look for &#8220;stand-alone&#8221; if having an upload mechnism is a must for you.</p>
<p>You&#8217;ll find that most gallery scripts will boast of these features &#8211; comments will be limited to the most noticable of these features for each source in this post:</p>
<p>Features:</p>
<ul>
<li>On-the-fly Thumbnail/Low resolution picture generation</li>
<li>Unlimited Categories and Sub-categories (it uses directories)</li>
<li>Integrated fast text database mode (MySQL also supported if prefered)</li>
<li>Users comments</li>
<li>Rating system</li>
<li>Web/FTP picture upload</li>
<li>Top Rated/Last Commented/Last added pictures pages</li>
<li>Slideshow mode</li>
<li>User level support to protect pictures/directories from unwanted people</li>
<li>EXIF/IPTC metadata support (hot!) (<em>Only found in phpGraphy</em>)</li>
<li>Multilingual support (See TranslatorPage for complete list and status)</li>
<li>Web interface management</li>
<li>Lossless jpeg rotation support (via exiftran/jpegtran)</li>
<li>Video, sound and text files support</li>
<li>Layout/Text very easy to change</li>
<li>Highly configurable (Themes/Templates)</li>
<li>Installation Wizard</li>
</ul>
<h2>phpGraphy</h2>
<p><a title="http://www.phpgraphy.org/demo/index.php" href="http://www.phpgraphy.org/demo/index.php" target="_blank">http://www.phpgraphy.org/demo/index.php</a></p>
<p>phpGraphy did everything it boasted of, and was a snap to setup.  This will be one that will be kept around to help the next person that asks for a &#8220;quick gallery&#8221; install.  It&#8217;s lightweight, easy to modify (theme/css) &#8211; logic was easy to follow, and painless (which is a key feature).</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<h2>Plogger</h2>
<p><a title="http://www.plogger.org/demo/" href="http://www.plogger.org/demo/" target="_blank">http://www.plogger.org/demo/</a></p>
<p>Looks great, hard to integrate into an exisisting site, and install was less than bulletproof, but it worked after the 2nd try. Theme&#8217;s were not easy, but for a stand-alone, it&#8217;s useful.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<h2>Simple Picture Gallery Manager</h2>
<p><a title="http://spgm.sourceforge.net/spgm/index.php?" href="http://spgm.sourceforge.net/spgm/index.php?" target="_blank">http://spgm.sourceforge.net/spgm/index.php?</a></p>
<p>As most do, it generates it own thumbnails and has a stripped down &#8211; very modern look.  Makes this script easy to include into another project if a sub-folder install will work for your circumstance.  Ironically, it&#8217;s more full-featured than it appears to be (looking at the demo had me believing that this was going to be a very light script).  Even has a few themes made specifically for the application available through the SPGM website making it intended to be a stand-alone gallery script.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<h2>Qdig</h2>
<p><a title="http://qdig.sourceforge.net/qdig/qdig-demo2/index-Dark.php" href="http://qdig.sourceforge.net/qdig/qdig-demo2/index-Dark.php" target="_blank">http://qdig.sourceforge.net/qdig/qdig-demo2/index-Dark.php</a></p>
<p>It&#8217;s a one-pager script, but it&#8217;s quite details for being one page.  I&#8217;m always leary when a script says, &#8220;it will adapt to any server environment, but some settings&#8230;. <a title=" http://qdig.sourceforge.net/Qdig/AboutQdig " href=" http://qdig.sourceforge.net/Qdig/AboutQdig " target="_blank"> http://qdig.sourceforge.net/Qdig/AboutQdig </a>(details of setup).  In my case, setup was a breeze, and it shows well &#8211; easily themed, and the flash-like thumbnailing across the bottom made it appear to be more of an application.  Regardless, it worked well as promised.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<h2>bolGallery</h2>
<p><a title="http://bolgallery.free.fr/" href="http://bolgallery.free.fr/" target="_blank">http://bolgallery.free.fr/</a></p>
<p>With some hesitation this was added, but there are just times you need this.  If you need something that you can just put a pile of jpeg&#8217;s into a folder, and send someone a link &#8211; this is the ticket&#8230;.  There are many times where this is the perfect tool.  Want to show someone 340 proofs that you have to individually upload? (No one does!) .   Integration was quite easy, but I probably wouldn&#8217;t use this as an end user application, but the concept is great for the times you just need to show someone images quickly.</p>
<p>The quantity of findings were unending while searching for opensource gallery scripts.  Going through all of these gallery scripts will take time, and the task will be split up into parts.  These 5, that I felt were worth mentioning,  were the result of going through 50 scripts.  Please comment on any other projects you would like to suggest.  Part 2 will be coming in the near future.</p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/the-top-10-essential-wordpress-plugins-for-getting-started-quick/' title='The Top  10 Essential WordPress Plugins Quick Start Updated October 2010'>The Top  10 Essential WordPress Plugins Quick Start Updated October 2010</a></li>
<li><a href='http://www.attackr.com/first-release-of-drupal-carbon-upcoming/' title='First Release of Drupal Carbon Upcoming'>First Release of Drupal Carbon Upcoming</a></li>
<li><a href='http://www.attackr.com/free-wysiwyg-editors/' title='Free WYSIWYG Editors'>Free WYSIWYG Editors</a></li>
<li><a href='http://www.attackr.com/what-makes-a-successful-blog/' title='What Makes a Successful Blog'>What Makes a Successful Blog</a></li>
<li><a href='http://www.attackr.com/getting-started-with-etomite-installing/' title='Getting started with Etomite &#8211; Installing'>Getting started with Etomite &#8211; Installing</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/best-of-the-rest-opensource-image-gallery-software-part-1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Blogging and Commenting</title>
		<link>http://www.attackr.com/blogging-and-commenting/</link>
		<comments>http://www.attackr.com/blogging-and-commenting/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 04:23:37 +0000</pubDate>
		<dc:creator>TechZ</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.attackr.com/blogging-and-commenting/</guid>
		<description><![CDATA[Does the Bloggers blogging platform affect your commenting? Yes&#8230; yes it does. For me at least, I particularly have a negative reaction to seeing a blogger using Blogger/etc. What do I not like about them? Interface: for the Blogger: It&#8217;s a bit of a mess, I didn&#8217;t like the &#8216;new&#8217; Blogger control panel (admin interface) [...]]]></description>
			<content:encoded><![CDATA[<p>Does the Bloggers blogging platform affect your commenting? </p>
<p>Yes&#8230; yes it does.</p>
<p>For me at least, I particularly have a negative reaction to seeing a blogger using Blogger/etc. What do I not like about them?</p>
<ul>
<li><strong>Interface</strong>:<br />
<ins>for the Blogger</ins>: It&#8217;s a bit of a mess, I didn&#8217;t like the &#8216;new&#8217; Blogger control panel (admin interface) and the old one was just terrible. There are just too many things to fiddle around with in this interface and it feels very unlike Google products, which is a big negative.<br />
<ins>for the Reader</ins>: Moving around in other blogging platforms isn&#8217;t as comfortable as it should be, I often am not able to follow the layouts that these other platforms adopt. It has much to do with the fact that WP has hit upon the best way to do it&#8230;and now nothing can compare&#8230;tsk!</li>
</ul>
<ul>
<li><strong>Commenting</strong>: My biggest issue with platforms other than for WP, commenting&#8230;.why oh why is it so complicated and cumbersome to make a comment. Why on earth would you allow only a Blogger user to comment on your Blog? How narrow-minded an option is that? The captcha option, why aren&#8217;t we past that now! Some WP users have the easy question option like &#8220;2+4 = ?&#8221;I love commenting, it makes blogs so interactive, but non-WP blogs give me a headache to comment. This entire post is basically because of the horrid comment system in other blogging platforms.</li>
</ul>
<ul>
<li><strong>Looks</strong>: The common problem, they all tend to be MySpace&#8217;d blogs, too many shiny objects and glittering doo-dah&#8217;s. WP blogs look so darn professional, they are vivid, colorful, easy on the eyes.</li>
</ul>
<p>These are my <ins>personal</ins> views, so enjoy whatever platform you use, <del>even if it&#8217;s any of those horrible non-WP ones</del>, but be sure to check out <a href="http://www.wordpress.org/">WordPress.org</a> (self-hosted) &amp; <a href="http://www.wordpress.com/">WordPress.com</a> (freely hosted). After trying Blogger (and the new one) and having my own self-hosted WordPress blog, I can say I&#8217;m biased towards WP <img src='http://www.attackr.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
<p>Originally posted at <a href="http://www.techzonline.net/">techzonline.net</a><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/moving-your-wordpress-site/' title='Moving your WordPress site'>Moving your WordPress site</a></li>
<li><a href='http://www.attackr.com/be-a-different-blogger-on-your-blog/' title='Be a different Blogger, on your Blog'>Be a different Blogger, on your Blog</a></li>
<li><a href='http://www.attackr.com/backup-your-wordpress-database/' title='Backup Your WordPress Database'>Backup Your WordPress Database</a></li>
<li><a href='http://www.attackr.com/srg-clean-archives-plug-in/' title='SRG Clean Archives Plug-in'>SRG Clean Archives Plug-in</a></li>
<li><a href='http://www.attackr.com/5-must-have-wordpress-plugins/' title='5 must-have WordPress plugins'>5 must-have WordPress plugins</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/blogging-and-commenting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Alexa Ranking: What Is It and Why Should You Care?</title>
		<link>http://www.attackr.com/alexa-ranking-what-is-it-and-why-should-you-care/</link>
		<comments>http://www.attackr.com/alexa-ranking-what-is-it-and-why-should-you-care/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 13:36:49 +0000</pubDate>
		<dc:creator>Aeriff</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Make Money]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://www.attackr.com/alexa-ranking-what-is-it-and-why-should-you-care/</guid>
		<description><![CDATA[My fellow readers, to be honest, I haven&#8217;t paid much attention to my Alexa rank, but some recent posts around the interweb have prompted me to start thinking about it. For those who don&#8217;t know, your website&#8217;s Alexa rank affects the amount of money that advertisers will pay to be shown on your site. The [...]]]></description>
			<content:encoded><![CDATA[<p>My fellow readers, to be honest, I haven&#8217;t paid much attention to <a href="http://www.alexa.com/data/details/traffic_details?url=forgedeuphoria.com/">my Alexa rank</a>, but some recent posts around the interweb have prompted me to start thinking about it. </p>
<p>For those who don&#8217;t know, your website&#8217;s Alexa rank affects the amount of money that advertisers will pay to be shown on your site. The lower the numerical Alexa rank, the more money advertisers are prepared to pay. It&#8217;s not all that they will be looking for, but it&#8217;s an important factor regardless.</p>
<p>In short: a good Alexa ranking matters. So how do you go about ensuring a good ranking? Well, recently I&#8217;ve watched the Alexa ranking of this site get better and better over time so the waiting game is a crucial part of the rank improvement process.</p>
<p>So how <strong>do</strong> you go about improving your Alexa rank? Here&#8217;s a few simple tips to get you started: <span id="more-99"></span></p>
<p><strong>Install the Alexa Toolbar</strong><br />
If you install the Alexa toolbar on your own web browser, then every time you view your own site, you register as a hit (and so does everyone else who vists your site with the toolbar installed). If you are an Internet Explorer user you can <a href="http://www.alexa.com/site/download/">download it here</a>. If Firefox is your browser of choice don&#8217;t feel excluded because you can install the <a href="http://www.quirk.biz/download-searchstatus">SearchStatus Extension</a> instead.</p>
<p><strong>Encourage others to follow suit</strong><br />
Conformity isn&#8217;t such a bad thing in this case; so encourage your friends, fellow webmasters as well as site visitors/blog readers to install the toolbar or the Firefox extension. Give them motivation by placing a link to it on your site. (Hint, hint)</p>
<p><strong>Install Alexa widgets</strong><br />
It seems every site offers a widget for your site these days and Alexa is no exception. Read all about their widgets <a href="http://www.alexa.com/site/site_stats/signup?">here</a>. They look something like this:</p>
<p><strong>Use Alexa redirects</strong><br />
Use Alexa Redirects on your website URL. For example: http://redirect.alexa.com/redirect?www.forgedeuphoria.com. Replace forgedeuphoria.com with the URL for your website. Leave this redirected URL in blog comments as well as forum signatures. This redirect will only count each unique IP address once a day.</p>
<p><strong>Write or Blog about Alexa</strong><br />
Webmasters and bloggers love to hear about ways to increase their Alexa rank. They&#8217;ll link to you and send you targeted traffic (i.e. visitors with the toolbar already installed). This gradually has an effect on your Alexa ranking.</p>
<p><strong>Give people good links</strong><br />
The blogosphere is generally a nice place, so it&#8217;s only simple logic that the more times you give people good quality links with good anchor text, the more times you will get the same high quality links in return and hopefully when clicked, will increase your Alexa ranking.</p>
<p><strong>Try <a href="http://www.google.com.au/search?hl=en&amp;client=firefox-a&amp;rls=org.mozilla%3Aen-US%3Aofficial&amp;hs=dfY&amp;q=alexa+autosurf&amp;btnG=Search&amp;meta=">Alexa Autosurfs</a></strong><br />
Do they work? Everyone says maybe for brand new sites with a very poor Alexa rank. Note that there might be problems when you try to use auto surfs alongside contextual ads like Adsense. They aren&#8217;t also long term solutions to improving your Alexa Rank so I suggest using this option with caution.</p>
<p>So there are just a few options/tips to increase your Alexa ranking and start moving up in the interweb hierarchy.</p>
<p><strong>Got any other Alexa tips? I&#8217;d love to hear them.</strong><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/things-to-consider-when-choosing-a-domain/' title='Things to Consider When Choosing a Domain'>Things to Consider When Choosing a Domain</a></li>
<li><a href='http://www.attackr.com/be-a-different-blogger-on-your-blog/' title='Be a different Blogger, on your Blog'>Be a different Blogger, on your Blog</a></li>
<li><a href='http://www.attackr.com/simple-guide-to-monetizing-your-blog/' title='Simple Guide to Monetizing your Blog'>Simple Guide to Monetizing your Blog</a></li>
<li><a href='http://www.attackr.com/optimizing-your-title-tag-in-wordpress/' title='Optimizing your &lt;title&gt; tag in WordPress'>Optimizing your &lt;title&gt; tag in WordPress</a></li>
<li><a href='http://www.attackr.com/geo-caching-for-fun-profit-aka-how-to-find-your-arse-with-a-funnel-script/' title='Geo Caching For Fun &amp; Profit (a.k.a How to find your arse with a funnel script)'>Geo Caching For Fun &#038; Profit (a.k.a How to find your arse with a funnel script)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/alexa-ranking-what-is-it-and-why-should-you-care/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Moving your WordPress site</title>
		<link>http://www.attackr.com/moving-your-wordpress-site/</link>
		<comments>http://www.attackr.com/moving-your-wordpress-site/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 17:34:33 +0000</pubDate>
		<dc:creator>janpd24</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Reference & Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.attackr.com/moving-your-wordpress-site/</guid>
		<description><![CDATA[I was recently asked by a friend to help move her WordPress-run site to a new host. It was not just a simple matter of making a new installation of WP at the new host, but also moving old posts, and retaining the look and structure of the blog. This is something that a few [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently asked by a friend to help move her WordPress-run site to a new host. It was not just a simple matter of making a new installation of WP at the new host, but also moving old posts, and retaining the look and structure of the blog. </p>
<p>This is something that a few people must be encountering, and while there are detailed instructions at the <a href="http://codex.wordpress.org" title="WP Codex">WP Codex</a> on how to backup a database, install WordPress, and reinstate your posts, it can be a little scary for a first timer. (I don&#8217;t consider myself a WP newbie, but I did do some very silly things in a process that can be achieved with minimal pain.) </p>
<p>So here&#8217;s my quick guide to moving your Word Press site to a different location, incorporating all that I learnt from the experience in one place! </p>
<p><strong>Step 1: Back up your database, theme, plugins</strong></p>
<p>Backing up your database is not as scary as it sounds, especially if you have the <a href="http://www.ilfilosofo.com/blog/2007/01/22/wordpress-database-backup-re-release-version-20/" title="WP Database Backup">WP Backup plugin</a>. If so, you&#8217;re probably being a good girl/boy and backing up your tables regularly.</p>
<p>But even if not, a backup can be easily done through PHPMyAdmin, accessed via the control panel at your hosting account. Select the Word Press tables in your database and go to the &#8220;Export&#8221; tab. Select the &#8220;save as file&#8221; box and download the backup to your computer. You should be having a .sql file. If you selected to compress, you&#8217;ll have a zipped/gzipped version of it.</p>
<p>Right. Now your posts, comments, etc. are safe.</p>
<p>You also need to backup your theme files, and any plugins you use. <span id="more-81"></span></p>
<p><strong>Step 2: Recreate the WP database at the new location</strong></p>
<p>Using your control panel, create a new MySQL database at your new host&#8217;s, adding a user and password. Go to PHPMyAdmin, select the database, and then click on the SQL tab. Copy and paste the data from your .sql backup file in the box provided. (Alternatively, use the &#8220;Show location of textfile&#8221; option: click on browse and point it to the .sql backup file). Now go get some coffee while the query executes. Sometimes it can take a while.</p>
<p><strong>Step 3: Install Word Press at the new location</strong></p>
<p>Upload all the files to your new location. Remember to rename config-sample.php to config.php, and put in your new database settings (database name, username, and password). Also upload your theme files (to the wp-content/themes folder) and plugins (to wp-content/plugins folder).</p>
<p><strong>Step 4: Type in the URL of your site and press Enter/Return</strong></p>
<p>Yes, you&#8217;re mostly done. At this point you may notice that clicking on your posts or archives is returning an error. This is the case if you had a custom permalinks structure. You need to update your .htaccess. Log in to the dashboard. Go to Options &#8211;&gt; Permalinks. Update the permalinks. If Word Press cannot rewrite to your .htaccess, it will tell you exactly what to put in there. Use this data to update your .htaccess manually.</p>
<p>And <i>now</i> you are done!<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/backup-your-wordpress-database/' title='Backup Your WordPress Database'>Backup Your WordPress Database</a></li>
<li><a href='http://www.attackr.com/blogging-e-metrics/' title='Blogging E-Metrics'>Blogging E-Metrics</a></li>
<li><a href='http://www.attackr.com/blogging-and-commenting/' title='Blogging and Commenting'>Blogging and Commenting</a></li>
<li><a href='http://www.attackr.com/be-a-different-blogger-on-your-blog/' title='Be a different Blogger, on your Blog'>Be a different Blogger, on your Blog</a></li>
<li><a href='http://www.attackr.com/how-to-create-a-wordpress-theme/' title='How To Create A WordPress Theme'>How To Create A WordPress Theme</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/moving-your-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Be a different Blogger, on your Blog</title>
		<link>http://www.attackr.com/be-a-different-blogger-on-your-blog/</link>
		<comments>http://www.attackr.com/be-a-different-blogger-on-your-blog/#comments</comments>
		<pubDate>Tue, 15 May 2007 16:10:54 +0000</pubDate>
		<dc:creator>TechZ</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.attackr.com/be-a-different-blogger-on-your-blog/</guid>
		<description><![CDATA[Blogs, are inherently read by Bloggers. That&#8217;s your target audience, regardless of what people say to me, I believe this. Why? Because they are the ones that interact in the vast realm of the Blogosphere. Their opinions have shaped what we call the Blog world today, be it on any platform or language. Knowing this, [...]]]></description>
			<content:encoded><![CDATA[<p>Blogs, are inherently read by Bloggers. That&#8217;s your target audience, regardless of what people say to me, I believe this. Why? Because they are the ones that interact in the vast realm of the Blogosphere. Their opinions have shaped what we call the Blog world today, be it on any platform or language.</p>
<p>Knowing this, what can we do to improve ourselves?</p>
<p><ins>Think beyond the basic Blog</ins></p>
<p>Other Bloggers know the basics already. They don&#8217;t need you to hold their hand teaching them how to write a post and click Submit. Use that knowledge and smarts you gain with owning a blog for more than a day, you often discover tiny tricks&#8230; tips if you will that others may not know. Share it!</p>
<p><ins>Ideas and originality</ins></p>
<p>A Blog is all about the original content it brings to the internet. Bloggers alike find news and other bits of common knowledge from a variety of already well established sites, make yours stand out with the information you bring to them.</p>
<p><ins>Involve your readers</ins></p>
<p>Being part of your Blog is something any reader would like to do; the best way it to involve them by way of comments or participating events. <a href="http://thoughtsphilosophies.com/">Carolyn Manning</a> recently had a Virtual Conference which really got her readers active&#8230;it&#8217;s a lot of work to put together such an event though, so start small and build into weekly or monthly events.</p>
<p><ins>Give your Blog a human touch</ins></p>
<p>Odd as it may sound, there are bloggers out there that forget they aren&#8217;t only dealing with wires and circuits&#8230;but people. People who read and in some way are connected to what they read. They feel and react to what they see on their screen. Bloggers are a community and as such driven by the groups of Blogger friends they make. Keep them coming back!</p>
<p>Hopefully we can keep the Blog world interesting for a good while to come, keep blogging!</p>
<p>Originally posted at my <a href="http://www.techzonline.net/">site</a>.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/blogging-and-commenting/' title='Blogging and Commenting'>Blogging and Commenting</a></li>
<li><a href='http://www.attackr.com/moving-your-wordpress-site/' title='Moving your WordPress site'>Moving your WordPress site</a></li>
<li><a href='http://www.attackr.com/backup-your-wordpress-database/' title='Backup Your WordPress Database'>Backup Your WordPress Database</a></li>
<li><a href='http://www.attackr.com/srg-clean-archives-plug-in/' title='SRG Clean Archives Plug-in'>SRG Clean Archives Plug-in</a></li>
<li><a href='http://www.attackr.com/5-must-have-wordpress-plugins/' title='5 must-have WordPress plugins'>5 must-have WordPress plugins</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/be-a-different-blogger-on-your-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
