<?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/featured/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>15 Best Of The Best Windows 7 Tips &amp; Tricks</title>
		<link>http://www.attackr.com/77-windows-7-tips-tricks-for-best-performance/</link>
		<comments>http://www.attackr.com/77-windows-7-tips-tricks-for-best-performance/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 15:58:56 +0000</pubDate>
		<dc:creator>Gregory Milby</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Reference & Tutorials]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=685</guid>
		<description><![CDATA[Windows 7 has even won the hearts of the opensource crowd (tough bunch to please), and getting the most out of this new version of Windows seems to be something almost everyone is interested in...]]></description>
			<content:encoded><![CDATA[<div id="id0210000" class="ArticleNormalPara"><strong>Windows 7 has even won the hearts of the opensource crowd (tough bunch to please), and getting the most out of this new version of Windows seems to be something almost everyone is interested in:</strong></div>
<div class="ArticleNormalPara">Windows 7 may be Microsoft’s most anticipated product ever. It builds on Windows Vista’s positives, and eliminates many of that OS’s negatives. It adds new functionality, too &#8211; together in a non-piggish/process UN-intensive package.</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">1. A useful way to track problems&#8230; imagine that?  Record Problems.</span> The Problem Steps Recorder (PSR) is a great new feature that helps in troubleshooting a system (see <strong>Figure 1</strong>). At times, Remote Assistance may not be possible. However, if a person types psr in their Instant Search, it will launch the recorder. Now they can perform the actions needed to recreate the problem and each click will record the screen and the step. They can even add comments. Once complete, the PSR compiles the whole thing into an MHTML file and zips it up so that it can be e-mailed for analysis to the network admin (or family problem solver, depending on how it&#8217;s being used).</div>
<div class="ArticleImageSpacer"><img onclick="var large='http://i.technet.microsoft.com/ee529571.ward.fig1.probsteprec_L(en-us).gif'; var small='http://i.technet.microsoft.com/ee529571.ward.fig1.probsteprec(en-us).gif'; var current= this.src; if (current == small) this.src = large; else this.src = small;" onmouseover="this.style.cursor='pointer';" src="http://i.technet.microsoft.com/ee529571.ward.fig1.probsteprec(en-us).gif" alt="" /></p>
<div class="ArticleImageCaptionText">Figure 1 <strong>The Problem Steps Recorder dramatically speeds up troubleshooting.</strong> (Click the image for a larger view)</div>
</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">2. Make Training Videos.</span> Use a tool like Camtasia to record short, two to three minute video tutorials to help your users find relocated features, operate the new Taskbar and so forth.  Animations are now easily implemented into a web environment with any variety of html/editor tools.</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">3. &#8220;UPGRADES ARE BAD&#8221;.  Consider Clean Installs.</span> Even when upgrading Windows Vista machines, consider a clean install rather than an in-place upgrade. Yes, it&#8217;s more hassle, but it&#8217;ll produce a more trouble-free computer in the long run.</div>
<p><span id="more-685"></span></p>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">4. Find New Tools.</span> Within Control Panel is a single Troubleshooting link that leads you to all of your diagnostic tools on the system. There are additional tools, however, not installed by default. Selecting the &#8220;View all&#8221; link in the top left-hand corner will help you to see which troubleshooting packs are local and which ones are online. If you find a tool that you don&#8217;t have, you can grab it from here.</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">5. *An amazing benefit if you are a developer or want to see how your projects will be viewed in other operating systems. Understand Virtual Desktop Infrastructure (VDI).</span> Windows 7 plays an important role in Microsoft&#8217;s VDI strategy, where virtualized Windows 7 machines are hosted on a central virtualization server using a special blanket &#8220;Enterprise Centralized Desktop&#8221; license. Read up and figure out if you can take advantage of this new strategy.</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">6. Get Snippy (better than Snag-it/Hyperionics hypersnap, imho).</span> The snipping tool has also been around in various incarnations but it&#8217;s even easier to use in Windows 7. Launch the tool, then drag and drop any part of your screen. The tool will snip the selection. You can save it as a graphic file or annotate with basic drawing tools. Teach your end users how to use this tool so they can grab the snapshots of their problems and send them to the help desk. Or create your own library of visual notes or drag into outlook for quick details that only can be more easily explained with an image.</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">7. Click &amp; Drool Administrator.</span> Windows 7 makes it easy to gain admin rights with a keyboard shortcut. Click on Ctrl+Shift on a taskbar-locked icon, and voila!  You&#8217;ve launched it with appropriate admin rights.</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">8. Burn Discs with a Click.</span> Or two; double-click an ISO file to burn it to your CD or DVD writer (*Really, 1 click&#8230;.).</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">9. Configure User Account Control (UAC).</span> Even if you&#8217;re a UAC hater, give it another try. Go to the Control Panel to configure its behavior to something slightly less obnoxious than what Windows Vista had, and see if you can&#8217;t live with the extra protection it offers.</div>
<div class="ArticleImageSpacer"><img style="cursor: pointer;" onclick="var large='http://i.technet.microsoft.com/ee529571.ward.fig3.uac_L(en-us).gif'; var small='http://i.technet.microsoft.com/ee529571.ward.fig3.uac(en-us).gif'; var current= this.src; if (current == small) this.src = large; else this.src = small;" onmouseover="this.style.cursor='pointer';" src="http://i.technet.microsoft.com/ee529571.ward.fig3.uac(en-us).gif" alt="" /></p>
<div class="ArticleImageCaptionText"><strong><br />
</strong></div>
</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">10. Simplify Cloned Machine Setups.</span> You can&#8217;t run Sysinternals&#8217; newsid utility to change the identity of a cloned Windows 7 machine (either a virtual machine or imaged PC). Instead, create a template installation then run sysprep /oobe /generalize /reboot /shutdown /unattend:scriptfile. Clone or copy this virtual machine file. When it launches, it will get a new SID and you can fill in the name. The reference for building unattended script files is at tinyurl.com/winunattend.</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">11. Manage Passwords.</span> Control Panel includes a new application called Credential Manager. This may appear to be a completely new tool that allows you to save your credentials (usernames and passwords) for Web sites you log into and other resources you connect to (such as other systems). Those credentials are saved in the Windows Vault, which can be backed up and restored. However, you might see this as similar to a tool we have in XP and Vista. From the Instant Search, type in control /userpasswords2 and you will be brought to the Advanced User Accounts Control Panel, where you can also manage passwords for your account.</div>
<div class="ArticleImageSpacer"><img style="cursor: pointer;" onclick="var large='http://i.technet.microsoft.com/ee529571.ward.fig4.credentialmanager_L(en-us).gif'; var small='http://i.technet.microsoft.com/ee529571.ward.fig4.credentialmanager(en-us).gif'; var current= this.src; if (current == small) this.src = large; else this.src = small;" onmouseover="this.style.cursor='pointer';" src="http://i.technet.microsoft.com/ee529571.ward.fig4.credentialmanager(en-us).gif" alt="" /></p>
<div class="ArticleImageCaptionText"><strong>The Credential Manager provides a handy, secure place to store passwords.</strong></div>
</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">12. Analyze Processes.</span> One of the coolest new features in the revamped Resource Monitor (resmon) is the ability to see the &#8220;wait chain traversal.&#8221; An unresponsive process will be shown in red in the Resource Monitor; right-click the process and choose Analyze Process. This will show the threads in the process and see who holds the resources that are holding up the process itself. You can then kill that part of the process if you like.</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">13. Create Virtual Worlds.</span> Virtualization capability has been added to the Disk Management tools. If you open Computer Management, go to the Disk Manager tool and then click the Action button at top, you will see the options Create VHD and/or Attach VHD. This allows you to create and mount a virtual hard drive directly from within the GUI. Note: With Windows 7 you even have the ability to boot a Windows 7 VHD.</div>
<div class="ArticleImageSpacer"><img style="cursor: pointer;" onclick="var large='http://i.technet.microsoft.com/ee529571.ward.fig6.vhdcreate_L(en-us).gif'; var small='http://i.technet.microsoft.com/ee529571.ward.fig6.vhdcreate(en-us).gif'; var current= this.src; if (current == small) this.src = large; else this.src = small;" onmouseover="this.style.cursor='pointer';" src="http://i.technet.microsoft.com/ee529571.ward.fig6.vhdcreate(en-us).gif" alt="" /></p>
<div class="ArticleImageCaptionText"><strong>Windows 7 adds a great deal of virtualization support, including the ability to create and attach virtual hard drives from the GUI.</strong></div>
<div class="ArticleImageCaptionText"><strong><br />
</strong></div>
</div>
<div class="ArticleNormalPara"><span class="ArticleInlineTitle">14. Encrypt USB Sticks.</span> Use BitLocker To Go. Maybe you&#8217;ve managed to never misplace or lose a USB key, but for the rest of us mere mortals, it&#8217;s a fact of life. Most of the time it&#8217;s no big deal, but what if it contains sensitive data? BitLocker To Go enables you to encrypt data on removable storage devices with a password or a digital certificate stored on a smart card.</div>
<div class="SidebarContainerA">
<div class="SidebarHeadline">15. The 14 Best Windows 7 Keyboard Shortcuts</div>
<div id="id0480001" class="ArticleNormalPara">
<ul>
<li>The Windows key now performs a wide variety of functions. Here are a handful of the most useful ones:</li>
<li>Win+h &#8211; Move current window to full screen</li>
<li>Win+i &#8211; Restore current full screen window to normal size or minimize current window if not full screen</li>
<li>Win+Shift+arrow &#8211; Move current window to alternate screen</li>
<li>Win+D &#8211; Minimize all windows and show the desktop</li>
<li>Win+E &#8211; Launch Explorer with Computer as the focus</li>
<li>Win+F &#8211; Launch a search window</li>
<li>Win+G &#8211; Cycle through gadgets</li>
<li>Win+L &#8211; Lock the desktop</li>
<li>Win+M &#8211; Minimize the current window</li>
<li>Win+R &#8211; Open the Run window</li>
<li>Win+T &#8211; Cycle through task bar opening Aero Peek for each running item</li>
<li>Win+U &#8211; Open the Ease of Use center</li>
<li>Win+Space &#8211; Aero Peek the desktop</li>
<li>Ctrl+Win+Tab &#8211; Open persistent task selection window, roll mouse over each icon to preview item and minimize others</li>
</ul>
</div>
</div>
<div class="ArticleNormalPara"><span style="color: #551a8b;"><span><span style="color: #000000;"><br />
</span></span></span></div>
<p><a href="http://www.syrbot.com/tools/attackr/superantispyware/"> Don&#8217;t forget to enter the Antispyware Give-away for December 2009!<br />
Two lucky winners have won a free professional license of Superantispyware!</a></p>
<p>If you liked this post, please <a href="http://www.twitter.com/syrbot">follow me on Twitter</a></p>
<p style="text-align: center;">&#8212;&#8211;Ammendment&#8212;</p>
<p style="text-align: center;">I found a complete list of shortcuts for Win7 &#8211; <a href="http://www.attackr.com/wp-content/uploads/2009/11/99-Windows-7-Shortcuts.zip">99 Windows 7 Shortcuts</a></p>
<p style="text-align: center;">this list was mined from http://www.7tutorials.com/biggest-library-windows-7-shortcuts  they seem to have several great no non-sense tutorials regarding windows 7</p>
<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/77-windows-7-tips-tricks-for-best-performance/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Free Software Give-Away &#8211; Enter Today!</title>
		<link>http://www.attackr.com/free-software-give-away-enter-today-superantispyware-remove-all-the-spyware-trojans-not-just-the-easy-ones/</link>
		<comments>http://www.attackr.com/free-software-give-away-enter-today-superantispyware-remove-all-the-spyware-trojans-not-just-the-easy-ones/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 22:35:58 +0000</pubDate>
		<dc:creator>Gregory Milby</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Reference & Tutorials]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Soap Box]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[ad-aware]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[spybot]]></category>
		<category><![CDATA[spyware]]></category>
		<category><![CDATA[trojan]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=639</guid>
		<description><![CDATA[Anyone who knows me, knows that I do not endorse many things, and the things I endorse are usually freeware or opensource. Despite my warnings, my wife and all of our friends &#38; family use windows as their primary operating system. Yours truly is the designated help desk for any and all emergencies. During the [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone who knows me, knows that I do not endorse many things, and the things I endorse are usually freeware or opensource.  Despite my warnings, my wife and all of our friends &amp; family use windows as their primary operating system.  Yours truly is the designated help desk for any and all emergencies.<br />
During the past 4 years (that&#8217;s about 20+ virus &amp; trojan emergencies [per year]), I stumbled across a product that actually works as described.  It&#8217;s rare to find something that completely works, but I&#8217;ve yet to find anything malware, spyware, trojan issue that this software cannot handle &#8211; COMPLETELY HANDLE and REMOVE.<br />
<a href="http://www.superantispyware.com/superantispyware.html?rid=3971"><img class="size-medium wp-image-650 alignleft" title="SUPERAntiSpyware-300DPI" src="http://www.attackr.com/wp-content/uploads/2009/09/SUPERAntiSpyware-300DPI-300x70.jpg" alt="SUPERAntiSpyware-300DPI" width="300" height="70" /></a><br />
During some conversations with the Marketing Director (Mike Duncan), we decided to share the experience by offering a free PROFESSIONAL license for the product &#8211; which carries a life time subscription (hence, no surprises later).   We will be awarding one license per month for the next three months.   You need to enter each month in order to be eligible. If you would like to register for a chance to win one of the free lifetime license keys &#8211; click on the following link:</p>
<h2><a href="http://www.syrbot.com/tools/attackr/superantispyware/" target="_blank">Enter The SUPERANTISPYWARE Give-Away</a></h2>
<p>The best part is that you can <a href="http://www.superantispyware.com/superantispyware.html?rid=3971">try this software for free, &#8220;NOW&#8221;</a> and they even offer a free version.  The free version offers some limited features &amp; does not offer the proactive features, but it still will removes ALL of the malware, spyware, and trojans.  It just will not self-update, run 24/7/365 and do scheduled scans/remove all the bad things automatically like the professional version does.<br />
If you decide to try the freeware version, there is no nagware &#8211; no aggrivating things asking for your information/etc.  Either way you&#8217;ll be pleasantly surprised at the experience, and more importantly you&#8217;ll be shocked at what it finds &amp; removes from your system.</p>
<h2 class="mceTemp">
<dl id="attachment_634" class="wp-caption alignnone" style="width: 160px;">
<dt class="wp-caption-dt"><a href="http://www.twitter.com/syrbot"><img class="size-thumbnail wp-image-634" title="twitter-follow-me-post" src="http://www.attackr.com/wp-content/uploads/2009/09/twitter-follow-me-post-150x111.jpg" alt="Follow Me On Twitter!" width="150" height="111" /></a></dt>
<dd class="wp-caption-dd">Follow Me On Twitter!</dd>
</dl>
</h2>
<p><strong>====Ammendment====<br />
Congrat&#8217;s to Jonathan Pereira our final SuperAntiSpyware Pro License winner for December 2009!</strong><br />
<a href="http://www.webfaction.com/?affiliate=geekbuntu">Need a RELIABLE Web Host?</a></p>
<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/free-software-give-away-enter-today-superantispyware-remove-all-the-spyware-trojans-not-just-the-easy-ones/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SQLDeveloper For People Who Can&#8217;t Afford Expensive DB IDE&#8217;s</title>
		<link>http://www.attackr.com/sqldeveloper-for-people-who-cant-afford-expensive-db-ides/</link>
		<comments>http://www.attackr.com/sqldeveloper-for-people-who-cant-afford-expensive-db-ides/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 13:39:59 +0000</pubDate>
		<dc:creator>Gregory Milby</dc:creator>
				<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[KUBUNTU]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[ORACLE]]></category>
		<category><![CDATA[Postgresql]]></category>
		<category><![CDATA[UBUNTU]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=621</guid>
		<description><![CDATA[If you are looking for a POWERFUL database tool &#8211; this may be the way to go. Installing in windows is a click and drool endeavour, but installing in &#8216;buntu&#8217; (Ubuntu or Kubuntu) is another story. These no non-sense instructions will get you going quickly: Linux/Ubuntu/Kubuntu requires that the Sun Java 6 JDK be installed [...]]]></description>
			<content:encoded><![CDATA[<p>If you are looking for a POWERFUL database tool &#8211; this may be the way to go. Installing in windows is a click and drool endeavour, but installing in &#8216;buntu&#8217; (Ubuntu or Kubuntu) is another story.</p>
<p>These no non-sense instructions will get you going quickly:</p>
<p>Linux/Ubuntu/Kubuntu requires that the Sun Java 6 JDK be installed on your system. Install it by typing: <code><strong>sudo apt-get install sun-java6-jdk</strong></code></p>
<p>To download the installable package, navigate to Oracle&#8217;s SQL Developer download page at:<br />
<code><strong>http://www.oracle.com/technology/software/products/sql/index.html</strong></code></p>
<p>You can only download after you agree to the OTN License Agreement for SQL Developer at the top of the page (look for radio buttons). Choose the Accept License Agreement radio button.</p>
<p>Scroll down and select the package entitled &#8216;Oracle SQL Developer RPM for Linux&#8217; to download the package. Don&#8217;t worry &#8211; we&#8217;ll deal with the RPM shortly.</p>
<p>If you&#8217;re in a hurry, and want to skip the compile process, then download the .DEB form here <a href="http://www.syrbot.com/tools/css-attackr/sqldeveloper.html"><strong>Syrbot SQLDeveloepr.deb Download</strong></a></p>
<p>Compiling:<br />
Next we need to convert the .rpm to a .deb to install it in Ubuntu. We&#8217;ll do this by using an application called &#8216;alien&#8217;. Install it by typing:<br />
<code><strong>sudo apt-get install alien</strong></code></p>
<p>Next, in a terminal session, browse to where you saved the SQL Developer .rpm package and type:<br />
<strong>sudo alien -k &#8211;scripts sqldeveloper<em>*(insert the version number)*</em>.rpm</strong> </p>
<p>This will create a .deb package ready to be installed into our system. We do so by typing:<br />
<code><strong>sudo dpkg -i sqldeveloper*.deb</strong></code></p>
<p>Oracle SQL Developer is now installed, but you will need to create the profile directory in order to run it (the hidden folder in your home directory e.g. <code>.sqldeveloper</code></p>
<p>Below, each directory had to be created individually, chowned to me (since mkdir is a sudo operation), then chmod to 777 to allow the system user to write in the files to the directory.<br />
the folder labeled <code>system1.5.5.59.69</code> will change as version numbers change &#8211; so pay attention.  </p>
<p>Looking at the message we can see that it&#8217;s trying to obtain the JDK path by reading a file called &#8216;jdk&#8217; in a directory called &#8216;~/.sqldeveloper&#8217;. Let&#8217;s resolve this dependency.</p>
<p>First we&#8217;ll create the missing directory by typing:<br />
<strong>mkdir -p ~/.sqldeveloper</strong></p>
<p>Next we&#8217;ll create an empty jdk file by typing:<br />
touch ~/.sqldeveloper/jdk</p>
<p>Edit this file and input the path to the JDK by typing:<br />
<strong>gedit ~/.sqldeveloper/jdk</strong><br />
and pasting into it:<br />
<strong>/usr/lib/jvm/java-6-sun</strong></p>
<p><code>gmilby@gmilby-ubuntu64:~$<strong> ~/.sqldeveloper/system1.5.5.59.69/o.ide/diagnostics$</strong></p>
<p>gmilby@gmilby-ubuntu64:~$ <strong>sudo chown gmilby.gmilby -Rf .sqldeveloper </strong></p>
<p>gmilby@gmilby-ubuntu64:~$<strong> sudo chmod 777 -Rf .sqldeveloper</strong> </code></p>
<p>Once the profile path is created you should be able to launch SQLDeveloper via the menu (Applications/Programming), or by terminal window, typing, &#8220;<strong>sqldeveloper</strong>&#8220;.</p>
<p><img src="http://www.attackr.com/wp-content/uploads/2009/09/sqldeveloper-150x107.png" alt="sqldeveloper" title="sqldeveloper" width="150" height="107" class="alignleft size-thumbnail wp-image-632" /></p>
<div id="attachment_634" class="wp-caption alignleft" style="width: 160px"><a href="http://www.twitter.com/syrbot"><img src="http://www.attackr.com/wp-content/uploads/2009/09/twitter-follow-me-post-150x111.jpg" alt="Follow Me On Twitter!" title="twitter-follow-me-post" width="150" height="111" class="size-thumbnail wp-image-634" /></a><p class="wp-caption-text">Follow Me On Twitter!</p></div>
<p>Good Luck with this and post your comments below &#8211; we&#8217;re always open to improvements in the process.</p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/ubuntu-debian-firewall-fix-mystery-revealed/' title='Ubuntu &amp; Debian Firewall Mysteries Revealed a.k.a. how to get the app or service working ASAP!'>Ubuntu &#038; Debian Firewall Mysteries Revealed a.k.a. how to get the app or service working ASAP!</a></li>
<li><a href='http://www.attackr.com/crontab-the-super-easy-no-non-sense-version/' title='CRONTAB The Super Easy No Non-sense Version'>CRONTAB The Super Easy No Non-sense Version</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/sqldeveloper-for-people-who-cant-afford-expensive-db-ides/feed/</wfw:commentRss>
		<slash:comments>0</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>A Tale Of Two Template Engines &#8211; How Frameworks Speed Up Development</title>
		<link>http://www.attackr.com/a-tale-of-two-template-engines-how-frameworks-speed-up-development/</link>
		<comments>http://www.attackr.com/a-tale-of-two-template-engines-how-frameworks-speed-up-development/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 13:55:37 +0000</pubDate>
		<dc:creator>Gregory Milby</dc:creator>
				<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[business card template psd]]></category>
		<category><![CDATA[claim template]]></category>
		<category><![CDATA[contact management template]]></category>
		<category><![CDATA[excuse letter template]]></category>
		<category><![CDATA[issue tracking template]]></category>
		<category><![CDATA[pr strategy template]]></category>
		<category><![CDATA[small business]]></category>
		<category><![CDATA[software survey template]]></category>
		<category><![CDATA[web hosting web templates]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=588</guid>
		<description><![CDATA[Frameworks are best known for giving a developer an abreviated environment, where they can create basic pages with minimal effort.  How these frameworks are laid out greatly differ, but the logic is usually the similar by replacing content variables/markers in the inner array and using the framework to provide the infrastructure information like the header/footer/sidebar. [...]]]></description>
			<content:encoded><![CDATA[<p>Frameworks are best known for giving a developer an abreviated environment, where they can create basic pages with minimal effort.  How these frameworks are laid out greatly differ, but the logic is usually the similar by replacing content variables/markers in the inner array and using the framework to provide the infrastructure information like the header/footer/sidebar.<img class="alignright size-thumbnail wp-image-591" title="clipart-3d_blocks" src="http://www.attackr.com/wp-content/uploads/2009/07/clipart-3d_blocks-150x131.png" alt="clipart-3d_blocks" width="150" height="131" /></p>
<p><a href="http://www.syrbot.com/tools/templateblocks/" target="_blank">TemplateBlocks</a> &amp; <a href="http://www.syrbot.com/tools/lime/" target="_blank">LIME:VC</a> appear to be the two latest entries on the block.  <a href="http://www.syrbot.com/tools/templateblocks/" target="_blank">TemplateBlocks</a> uses a segmented design that holds the &#8220;pieces&#8221; of each design template in a set/template so that a collection of objects are the template (e.g. CSS, JS, HTML bits and pieces).  It greatly speeds things up by allowing the user to merely naming a page, adding some content, then selecting which template to use (template being used in the appearance realm).  The only difficulty that I&#8217;ve noticed is implementing customized script, but the basic items are included and it works fine as long as you are familiar with .htaccess or not maintaining many virtual instances on your apache install.</p>
<p>The <a href="http://www.syrbot.com/tools/templateblocks/">TemplateBlocks</a> Admin Panel is probably the strongest element to the application.  It is well organized and very simple to use.  The only criticism I have is that the template sets are all displayed together &#8211; if you have a set named &#8220;Default&#8221; &#8211; when you go to the blocks page, ALL of the objects from every template set are thrown in the mix.  It would be helpful if the assigned attributes were marked or sorted by which template they&#8217;re associated with.</p>
<p>I&#8217;ve emailed with Makis (the developer of <a href="http://www.syrbot.com/tools/templateblocks/">TemplateBlocks</a>) on several occasions, he is always willing to listen and assist &#8211; which is a great asset to the application.</p>
<p><img class="alignleft size-thumbnail wp-image-593" style="margin-top: 3px; margin-bottom: 3px; margin-left: 5px; margin-right: 5px; border: 1px solid black;" title="Lime" src="http://www.attackr.com/wp-content/uploads/2009/07/Lime-150x51.jpg" alt="Lime" width="150" height="51" /><a href="http://www.syrbot.com/tools/lime/">LIME:VC</a> is a very new development that works along the same lines, but the goal was to provide an extremely light-weight framework that would help the back-end developer create front-end content quickly.  It&#8217;s not CMS-oriented like <a href="http://www.syrbot.com/tools/templateblocks/">TemplateBlocks</a>, it&#8217;s slightly more manual, but it&#8217;s equally as easy to setup and use.</p>
<p>Louis Stowasser (developer) is the primary on the project, and has been working to implement plug-ins &#8211; a CMS plug-in exists at the moment.   By developing the add-on components as plug-ins, it frees up the developer to &#8220;customize&#8221; an install instance so that each instance isn&#8217;t dragging around dead weight or utilizing/committing server-resources that are not needed to make the application run. It&#8217;s programming  follows the Model-View-Controller design pattern to ensure clean code &amp; reduce redundancy.</p>
<p>Keep an eye on <a href="http://www.syrbot.com/tools/lime/">LIME:VC</a> in the future, it appears to be an upcoming trend as far as how applications may be made in the future using 3.0 technology (instance/object-based functionality that encompasses only the required applications to build out an instance of the <a href="http://www.syrbot.com/tools/lime/">LIME</a>).</p>
<p>Products like WordPress, Joomla, etc&#8230; have been used for years as a make-shift framework to help expedite website production, but along with all the dead weight/luggage, comes an entire array of site variables.  Variables as which plugins are compatible with which version of the product (as it upgrades frequently), and how will upgrades effect customizations of the current instance.</p>
<p>If you can, download and try both <a href="http://www.syrbot.com/tools/templateblocks/">TemplateBlocks</a> &amp; <a href="http://www.syrbot.com/tools/lime/">LIME:VC</a>, and install them.  You&#8217;ll be pleasantly surprised how easy they both are to work with.   Using a framework will free up time to focus on the code more than the orchestration of building the actual pages.  More importantly, a framework will only effect the items that are implemented &#8211; separating the business layer logic &#8211; and not jeopardizing functionality during an upgrade/update.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<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>
<li><a href='http://www.attackr.com/replace-your-home-phone-with-skype-for-695-per-month-yes-really/' title='Replace Your Home Phone With Skype For $6.95 per month (Yes, Really).'>Replace Your Home Phone With Skype For $6.95 per month (Yes, Really).</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/a-tale-of-two-template-engines-how-frameworks-speed-up-development/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Geo Caching For Fun &amp; Profit (a.k.a How to find your arse with a funnel script)</title>
		<link>http://www.attackr.com/geo-caching-for-fun-profit-aka-how-to-find-your-arse-with-a-funnel-script/</link>
		<comments>http://www.attackr.com/geo-caching-for-fun-profit-aka-how-to-find-your-arse-with-a-funnel-script/#comments</comments>
		<pubDate>Tue, 26 May 2009 13:18:22 +0000</pubDate>
		<dc:creator>Gregory Milby</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Reference & Tutorials]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[geo-caching]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=540</guid>
		<description><![CDATA[To get an idea of how many variables are available about the person browsing your web page - look at this test page for syrbot.com: <a href="http://www.syrbot.com/tools/geoip/test.php">Test Page</a>...]]></description>
			<content:encoded><![CDATA[<p><a title="http://www.syrbot.com/portfolio.php" href="http://www.syrbot.com/portfolio.php" target="_blank"><img class="alignright size-thumbnail wp-image-542" title="search" src="http://www.attackr.com/wp-content/uploads/2009/05/search-150x150.png" alt="search" width="120" height="120" />www.syrbot.com</a> &#8211; when you visit the site it should say, &#8220;Thanks for visiting from ______  .  This can be a critical component since you could ideally store the information from this visit in a database, recording exact zip code regions that your are targeting your marketing to.<br />
If you have any intention of selling advertising, this can be good ammunition to show that you know who your audience is &#8211; where they&#8217;re located and their demographic profile.<br />
To get an idea of how many variables are available about the person browsing your web page &#8211; look at this test page for syrbot.com: <a href="http://www.syrbot.com/tools/geoip/test.php">Test Page</a>.<br />
The first part of the test page is the geo caching element (finding out where you are, the apache var&#8217;s profile you as to which os you&#8217;re using, resolution and on and on.  All critical info when you want to find out who you&#8217;re designing your site for.  Knowing if your visitors are all using handheld devices would be a critical piece of knowledge &#8211; especially if you think you need to have a heavy flash site or graphic rich site.  You could make all your customers happy by trimming the site down to streamlined graphics and mostly text arranged in a friendly format for a tiny pocket pc or iphone/palm browser.<br />
It&#8217;s an easy argument to stress the importance of keeping up with who you are serving your pages to.<br />
Please leave a comment if you know of any uses for geo caching/etc that would be useful to other people. A stronger point is to have ammunition when assisting a client with assessing their needs.  Here is a <a title="http://www.netnagel.com/2008/08/geo-targeting-php-script.html" href="http://www.netnagel.com/2008/08/geo-targeting-php-script.html" target="_blank">good link</a> if you want to keep tabs on a good thread for how to get started with geo caching. The link is updated periodically &#8211; mostly questions, but some time saving advice if you can read between the lines.</p>
<p><a href="http://www.bloider.com/area.php?a=2"><img class="alignleft size-full wp-image-550" title="bloidericon" src="http://www.attackr.com/wp-content/uploads/2009/05/bloidericon.png" alt="bloidericon" width="86" height="83" /></a></p>
<p><a href="http://www.bloider.com/area.php?a=2">Dare I Dream of Becomming Bigger Than Craigs List?</a><br />
<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/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/steps-to-greater-website-profits/' title='Steps to Greater Website Profits'>Steps to Greater Website Profits</a></li>
<li><a href='http://www.attackr.com/a-great-little-script-for-affiliate-marketers/' title='A Great Little Script for Affiliate Marketers'>A Great Little Script for Affiliate Marketers</a></li>
<li><a href='http://www.attackr.com/the-power-of-free/' title='The Power of Free'>The Power of Free</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/geo-caching-for-fun-profit-aka-how-to-find-your-arse-with-a-funnel-script/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>70 Header Graphics</title>
		<link>http://www.attackr.com/70-header-graphics/</link>
		<comments>http://www.attackr.com/70-header-graphics/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 00:33:53 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[header graphics]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=276</guid>
		<description><![CDATA[This year has been a rough one for everyone and so I got to thinking about how I could possibly give back this holiday season and here&#8217;s what I came up with: I created a special package of 70 eye-catching header graphics to be used on your websites, blogs, or other projects. 20 of the [...]]]></description>
			<content:encoded><![CDATA[<p>This year has been a rough one for everyone and so I got to thinking about how I could possibly give back this holiday season and here&#8217;s what I came up with:</p>
<p>I created a special package of 70 eye-catching header graphics to be used on your websites, blogs, or other projects. 20 of the header graphics are specifically to replace the Kubrick header on the WordPress default theme. </p>
<p>The price of the package is just $5 and I&#8217;m donating $2.50 of each sale to The Salvation Army. On December 24, I plan on issuing a cheque to The Salvation Army for the amount I&#8217;ve raised up to that point. </p>
<p>Your support is greatly appreciated. If you would like more information, please visit:<br />
<a href="http://karenblundell.com/headers.php">http://karenblundell.com/headers.php</a><br />
<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/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/wordpress-security/' title='WordPress Security'>WordPress Security</a></li>
<li><a href='http://www.attackr.com/wordpress-pretty-permalinks-on-iis/' title='Wordpress: Pretty Permalinks On IIS'>WordPress: Pretty Permalinks On IIS</a></li>
<li><a href='http://www.attackr.com/the-top-10-open-source-content-management-systems/' title='The Top 10 Open Source Content Management Systems'>The Top 10 Open Source Content Management Systems</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/70-header-graphics/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How Secure Are You Really?</title>
		<link>http://www.attackr.com/how-secure-are-you-really/</link>
		<comments>http://www.attackr.com/how-secure-are-you-really/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 17:28:33 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Internet Security]]></category>

		<guid isPermaLink="false">http://www.attackr.com/how-secure-are-you-really/</guid>
		<description><![CDATA[At the end of August this year right before I was to move, I got a very rude awakening. I was searching for an mp3 for a personal project and I accidently clicked on an attack site containing nasty malware. At the time, I was using ZoneAlarm and an alert popped up to allow svchost.exe [...]]]></description>
			<content:encoded><![CDATA[<p>At the end of August this year right before I was to move, I got a very rude awakening. I was searching for an mp3 for a personal project and I accidently clicked on an attack site containing nasty malware. At the time, I was using ZoneAlarm and an alert popped up to allow svchost.exe access. </p>
<p>Now, normally I deny all ZoneAlarm program alerts I don&#8217;t recognize as something I want to give access to, but I was really tired that night, and my hand actually twitched and I clicked accept!  Honestly, I did not want to click that but it happened! And the next thing you know, my desktop was hijacked, my browsers were hijacked, and it took me almost a week to get rid of this malicious trojan &#8211; the AntiVirus XP 2008 trojan, a rogue anti-spyware program. This trojan takes over your hosts file, your desktop, your browsers, and who knows what else. It was nasty! </p>
<p>Now, if a web-savy techie, geeky, internet consultant/marketer like me &#8211; who&#8217;s been online making a living since 1997 &#8211; can get infected accidently by malware or viruses, etc., can you imagine what&#8217;s happening to most people who aren&#8217;t so savy and have no idea they even have spyware or malware on their computers? They are mostly using Intenet Explorer and if they are not getting regular Windows updates on patch Tuesdays and if they are not using a proper firewall with proper browser settings and tools, or updated antivirus software, then they are very vulnerable and at risk. <span id="more-158"></span></p>
<p>Good old Microsoft Windows and Intenet Explorer is so full of security leaks. <strong>Ah, but Internet Explorer is not the only browser at risk anymore.</strong> Because of the huge popularity of Firefox, it is vulnerable too. I was using Firefox 3 when I got attacked.  In fact, <strong>3 of my browsers got hijacked</strong>: Internet Explorer 7, Firefox 3 amd Opera 9.52. Luckily Netscape 8 was not affected and I was able to find solutions to get rid of the problem.</p>
<p>Now I use a really good Firefox add-on called <a href="http://noscript.net/">NoScript </a>.  I enable scripts at sites I trust, only. I have a better firewall and I do regular port scans using SheildsUp at <a href="http://www.grc.com/default.htm">Gibson Research</a>. I am just more vigilant about updating my anti-virus/anti-spyware programs. I can only suggest that you do the same. </p>
<p>The Internet is wonderful most of the time, thank goodness. Just make Intenet security a priority and you&#8217;re good to go. </p>
<p>Enjoy the ride!</p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/crack-windows-passwords/' title='Crack Windows Passwords'>Crack Windows Passwords</a></li>
<li><a href='http://www.attackr.com/cross-site-scripting/' title='Cross-site Scripting'>Cross-site Scripting</a></li>
<li><a href='http://www.attackr.com/wordpress-25-shortcodes/' title='WordPress 2.5 Shortcodes'>WordPress 2.5 Shortcodes</a></li>
<li><a href='http://www.attackr.com/a-great-little-script-for-affiliate-marketers/' title='A Great Little Script for Affiliate Marketers'>A Great Little Script for Affiliate Marketers</a></li>
<li><a href='http://www.attackr.com/wordpress-25-first-impressions/' title='WordPress 2.5: First Impressions'>WordPress 2.5: First Impressions</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/how-secure-are-you-really/feed/</wfw:commentRss>
		<slash:comments>1</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! -->
