<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Alex Conner</title> <link>http://blog.alxconn.com</link> <description>If it was easy, anyone could do it.</description> <lastBuildDate>Mon, 06 Sep 2010 17:30:18 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/alxconn" /><feedburner:info uri="alxconn" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>alxconn</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><title>Today’s Shared Items</title><link>http://feedproxy.google.com/~r/alxconn/~3/9xyWy_lVLnk/todays-shared-items-19</link> <comments>http://blog.alxconn.com/blog/p/todays-shared-items-19#comments</comments> <pubDate>Mon, 06 Sep 2010 17:30:18 +0000</pubDate> <dc:creator>greader</dc:creator> <category><![CDATA[Odds and Ends]]></category> <category><![CDATA[shared]]></category><guid isPermaLink="false">http://blog.alxconn.com/blog/p/todays-shared-items-19</guid> <description><![CDATA[The Last of the Punch Card Programmers iOS 4.1 confirmed for September 8th on Apple&#8217;s UK website Java &#8211; It&#8217;s not Dead, Folks &#8211; It&#8217;s Doing Just Fine]]></description> <content:encoded><![CDATA[<ul class="scrd_digest"><li><a  href="http://rss.slashdot.org/~r/slashdot/eqWf/~3/4CVkzusf5G8/The-Last-of-the-Punch-Card-Programmers" rel="external">The Last of the Punch Card Programmers</a></li><li><a  href="http://www.engadget.com/2010/09/04/ios-4-1-confirmed-for-september-8th-on-apples-uk-website/" rel="external">iOS 4.1 confirmed for September 8th on Apple&#8217;s UK website</a></li><li><a  href="http://feedproxy.google.com/~r/readwriteweb/~3/qmSDefbr1Mw/java---its-not-dead-folks---it.php" rel="external">Java &#8211; It&#8217;s not Dead, Folks &#8211; It&#8217;s Doing Just Fine</a></li></ul> <img src="http://feeds.feedburner.com/~r/alxconn/~4/9xyWy_lVLnk" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://blog.alxconn.com/blog/p/todays-shared-items-19/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://blog.alxconn.com/blog/p/todays-shared-items-19</feedburner:origLink></item> <item><title>Fun with HTML 5</title><link>http://feedproxy.google.com/~r/alxconn/~3/io66kH3-3SI/fun-with-html-5</link> <comments>http://blog.alxconn.com/blog/p/fun-with-html-5#comments</comments> <pubDate>Sun, 05 Sep 2010 02:43:00 +0000</pubDate> <dc:creator>alxconn</dc:creator> <category><![CDATA[Odds and Ends]]></category> <category><![CDATA[Tech]]></category><guid isPermaLink="false">http://blog.alxconn.com/?p=381</guid> <description><![CDATA[Earlier today I decided to play with the HTML 5 Boilerplate.  I had been intrigued by it since I saw Mashable post about it and finally had some time I could dedicate to playing today and that&#8217;s what I did.  I played around with the boilerplate and watched the tutorial video and decided to dive [...]]]></description> <content:encoded><![CDATA[<p>Earlier today I decided to play with the HTML 5 Boilerplate.  I had been intrigued by it since I saw Mashable post about it and finally had some time I could dedicate to playing today and that&#8217;s what I did.  I played around with the boilerplate and watched the tutorial video and decided to dive in with creating an HTML5 template from scratch.  Unfortunately, my design skills are limited at best, but I did have an existing project I wanted to clean up so I decided today was as good as any to knock it out.</p><p>My web-based minidump analyzer tool, <a  href="http://kdbg.skilia.info" target="_blank">kdbg</a>, was in need of some TLC.  The ad revenue is OK, but I wanted to improve ad placement and overall site performance, as well as change some of the workflow so I set to work creating my masterpiece.  I took the blank Index.html file from Boilerplate and ripped out the mobile and jQuery stuff because I just didn&#8217;t need it.  Then I opened up style.css and piled in my usual 960.gs and started adding content and markup to index.html.  In a few minutes I had a working HTML document and in about 10 I had all of the text and controls on the page and it was just down to formatting them.  It took about 20 minutes to tweak all of the 10 lines of CSS I had to write, and about 30 minutes to create the images I needed, so in less than an hour the new theme was almost complete.</p><p>The other two pages took about 30 minutes each to complete since they actually had the meat of the application in them.  Gotta love PHP and how logic gets sprinkled in with design so much, but in this app that&#8217;s perfectly acceptable.  So what did I get out of a few hour&#8217;s work?  Well, the website is fully html5, and I could even replace the YouTube video with an HTML5 / Flash hybrid player if I wanted.  I&#8217;m using a header font from the Google Font Libray (Droid Sans), Google Analytics via delayed loading, and everything is highly optimized for speed.  I honestly can&#8217;t tell much of a difference in performance, but pingdom tools shows page loads in about 2 seconds which is a significant improvement over the old site, and I haven&#8217;t even minified and compressed the js and css files!</p><p>Anyway, here&#8217;s the final result.  I&#8217;m quite proud of my work, including the updated demo video <img src='http://blog.alxconn.com/wp-includes/images/blank.gif' alt=':-)' title=':-)' class='wp-smiley smiley-4' /></p><p><a  href="http://blog.alxconn.com/wp-content/uploads/2010-09-04_2227.png" class="thickbox no_icon" rel="gallery-381" title="2010-09-04_2227"><img class="aligncenter size-large wp-image-382" title="2010-09-04_2227" src="http://blog.alxconn.com/wp-content/uploads/2010-09-04_2227-610x395.png" alt="" width="610" height="395" /></a></p> <img src="http://feeds.feedburner.com/~r/alxconn/~4/io66kH3-3SI" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://blog.alxconn.com/blog/p/fun-with-html-5/feed</wfw:commentRss> <slash:comments>1</slash:comments> <feedburner:origLink>http://blog.alxconn.com/blog/p/fun-with-html-5</feedburner:origLink></item> <item><title>Today’s Shared Items</title><link>http://feedproxy.google.com/~r/alxconn/~3/vIzyQgTNp1g/todays-shared-items-18</link> <comments>http://blog.alxconn.com/blog/p/todays-shared-items-18#comments</comments> <pubDate>Sat, 04 Sep 2010 17:30:18 +0000</pubDate> <dc:creator>greader</dc:creator> <category><![CDATA[Odds and Ends]]></category> <category><![CDATA[shared]]></category><guid isPermaLink="false">http://blog.alxconn.com/blog/p/todays-shared-items-18</guid> <description><![CDATA[Game Publishers Using Stealth P2P Clients Skype 5.0 Beta 2 for Windows Brings 10-Way Video Calls [Updated with Video] [Updates] 20 Snippets You should be using from Html5 Boilerplate How Do You Manage Your Browser Tabs? [Ask The Readers] Act Like You&#8217;re Teaching to Avoid Sloppy Work [Mind Hacks] Hack of the Day: Speeding Up [...]]]></description> <content:encoded><![CDATA[<ul class="scrd_digest"><li><a  href="http://rss.slashdot.org/~r/slashdot/eqWf/~3/ZGDgoRDFBPc/Game-Publishers-Using-Stealth-P2P-Clients" rel="external">Game Publishers Using Stealth P2P Clients</a></li><li><a  href="http://feeds.gawker.com/~r/lifehacker/full/~3/ZNqPCZ4JlyY/skype-50-beta-for-windows-brings-10+way-video-calls" rel="external">Skype 5.0 Beta 2 for Windows Brings 10-Way Video Calls [Updated with Video] [Updates]</a></li><li><a  href="http://feedproxy.google.com/~r/1stwebdesigner/~3/v27b8lDzrAk/" rel="external">20 Snippets You should be using from Html5 Boilerplate</a></li><li><a  href="http://feeds.gawker.com/~r/lifehacker/full/~3/AsfbosR7j5g/how-do-you-manage-your-browser-tabs" rel="external">How Do You Manage Your Browser Tabs? [Ask The Readers]</a></li><li><a  href="http://feeds.gawker.com/~r/lifehacker/full/~3/WRXz3PAJquI/act-like-youre-teaching-to-avoid-sloppy-work" rel="external">Act Like You&#8217;re Teaching to Avoid Sloppy Work [Mind Hacks]</a></li><li><a  href="http://feedproxy.google.com/~r/readwriteweb/~3/pYlHjwjsW-E/hack-of-the-day-speeding-up-wordpress-on-a-vps.php" rel="external">Hack of the Day: Speeding Up WordPress on a VPS</a></li><li><a  href="http://feeds.gawker.com/~r/lifehacker/full/~3/9nTslzls08I/chrome-updates-to-version-6-brings-extension-syncing-and-form-autofill" rel="external">Chrome Stable Updates to Version 6 with Extension Syncing and Form Autofill [Downloads]</a></li><li><a  href="http://feeds.gawker.com/~r/lifehacker/full/~3/_7E3INWaZnk/survey-shows-were-all-checking-email-way-too-often" rel="external">Survey Shows We&#8217;re All Checking Email Way Too Often [Email Overload]</a></li></ul> <img src="http://feeds.feedburner.com/~r/alxconn/~4/vIzyQgTNp1g" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://blog.alxconn.com/blog/p/todays-shared-items-18/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://blog.alxconn.com/blog/p/todays-shared-items-18</feedburner:origLink></item> <item><title>Work for SDC</title><link>http://feedproxy.google.com/~r/alxconn/~3/VeLx-dpHMIU/work-for-sdc</link> <comments>http://blog.alxconn.com/blog/p/work-for-sdc#comments</comments> <pubDate>Thu, 02 Sep 2010 19:28:50 +0000</pubDate> <dc:creator>alxconn</dc:creator> <category><![CDATA[Odds and Ends]]></category><guid isPermaLink="false">http://blog.alxconn.com/blog/p/work-for-sdc</guid> <description><![CDATA[The company I work for, Support.com is hiring again! If you&#8217;re in the job market, they&#8217;re not at all a bad place to work :-). So what are the openings? Well, there is Solutions Center Engineer &#8211; what I do&#8230; Are you the person that everyone goes to when something is wrong with their computers? [...]]]></description> <content:encoded><![CDATA[<p>The company I work for, Support.com is hiring again! If you&#8217;re in the job market, they&#8217;re not at all a bad place to work :-).</p><p>So what are the openings? Well, there is Solutions Center Engineer &#8211; what I do&#8230;<br /> Are you the person that everyone goes to when something is wrong with their computers? Do you fix their problems so fast that everyone considers you to be a wizard? Are you the kind of person who loves to understand how things really work? Then, this position may be for you&#8230; For more information visit:<br /> <a  href="https://hire.jobvite.com/Jobvite/Job.aspx?m=nIc0ZgwE&#038;j=o61aVfwW">https://hire.jobvite.com/Jobvite/Job.aspx?m=nIc0ZgwE&amp;j=o61aVfwW</a></p><p>We also have a Sales Operations Sr. Manager position open.<br /> The Sales Operations Sr. Manager will be responsible for the development and performance of all sales activities for Support.com. This individual will staff and direct a sales team and provide leadership towards the achievement of maximum profitability and growth in line with company vision and values. Develop the sales team from goal setting to establishing motivational strategies and compensation plans. For more information visit:<br /> <a  href="https://hire.jobvite.com/Jobvite/Job.aspx?m=nBc0Zgwx&#038;j=o4EmVfwJ">https://hire.jobvite.com/Jobvite/Job.aspx?m=nBc0Zgwx&amp;j=o4EmVfwJ</a></p> <img src="http://feeds.feedburner.com/~r/alxconn/~4/VeLx-dpHMIU" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://blog.alxconn.com/blog/p/work-for-sdc/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://blog.alxconn.com/blog/p/work-for-sdc</feedburner:origLink></item> <item><title>Today’s Shared Items</title><link>http://feedproxy.google.com/~r/alxconn/~3/u05FOB3soTY/todays-shared-items-17</link> <comments>http://blog.alxconn.com/blog/p/todays-shared-items-17#comments</comments> <pubDate>Thu, 02 Sep 2010 17:30:18 +0000</pubDate> <dc:creator>greader</dc:creator> <category><![CDATA[Odds and Ends]]></category> <category><![CDATA[shared]]></category><guid isPermaLink="false">http://blog.alxconn.com/blog/p/todays-shared-items-17</guid> <description><![CDATA[Use the 80-20 Rule to Increase Your Website’s Effectiveness Remains of the Day: Amazon Gets 99-Cent HD TV Show Purchases [For What Its Worth] Apple Hides Prop 8 Tweets from Lady Gaga Promo Page for Ping (Screenshots) How to Change Wireless Network Priority in Windows [Windows Tip] Unhearit Gets that Song Out of Your Head [...]]]></description> <content:encoded><![CDATA[<ul class="scrd_digest"><li><a  href="http://feedproxy.google.com/~r/SixRevisions/~3/sJnbGViQ-ro/" rel="external">Use the 80-20 Rule to Increase Your Website’s Effectiveness</a></li><li><a  href="http://feeds.gawker.com/~r/lifehacker/full/~3/U1wvnh4B-r8/remains-of-the-day-amazon-gets-99+cent-hd-tv-show-purchases" rel="external">Remains of the Day: Amazon Gets 99-Cent HD TV Show Purchases [For What Its Worth]</a></li><li><a  href="http://feedproxy.google.com/~r/readwriteweb/~3/0qsomajmwXY/apple_hides_prop_8_tweets_from_lady_gaga_promo_page.php" rel="external">Apple Hides Prop 8 Tweets from Lady Gaga Promo Page for Ping (Screenshots)</a></li><li><a  href="http://feeds.gawker.com/~r/lifehacker/full/~3/NAX49S0Z_C8/how-to-change-wireless-network-priority-in-windows" rel="external">How to Change Wireless Network Priority in Windows [Windows Tip]</a></li><li><a  href="http://feeds.gawker.com/~r/lifehacker/full/~3/oOT2uu11GUk/unhearit-gets-that-song-out-of-your-head-with-a-catchy-new-one" rel="external">Unhearit Gets that Song Out of Your Head with a Catchy New One [Annoyances]</a></li><li><a  href="http://feeds.gawker.com/~r/lifehacker/full/~3/fbqHAlob4Tc/greplin-is-a-personal-search-engine-for-your-cloud-data" rel="external">Greplin is a Personal Search Engine for Your Cloud Data [Search]</a></li><li><a  href="http://github.com/blog/713-the-reverse-twitter-effect" rel="external">The Reverse Twitter Effect</a></li><li><a  href="http://rss.slashdot.org/~r/slashdot/eqWf/~3/gl50UJiDyPE/Old-People-Enjoy-Reading-Negative-Stories-About-Young" rel="external">Old People Enjoy Reading Negative Stories About Young</a></li><li><a  href="http://feedproxy.google.com/~r/readwriteweb/~3/C6kmq5rQonw/justintv_launches_mobile_broadcasting_app_competes_on_video_quality.php" rel="external">Justin.tv Launches Mobile Broadcasting App, Competes on Video Quality</a></li><li><a  href="http://rss.slashdot.org/~r/slashdot/eqWf/~3/xXA9K9_IfkE/ATampT-Says-Net-Rules-Must-Allow-Paid-Prioritization" rel="external">AT&amp;T Says Net Rules Must Allow &#039;Paid Prioritization&#039;</a></li></ul> <img src="http://feeds.feedburner.com/~r/alxconn/~4/u05FOB3soTY" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://blog.alxconn.com/blog/p/todays-shared-items-17/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://blog.alxconn.com/blog/p/todays-shared-items-17</feedburner:origLink></item> <item><title>Friendly HTML Email Signatures</title><link>http://feedproxy.google.com/~r/alxconn/~3/6Wrv9xqCHco/friendly-html-email-signatures</link> <comments>http://blog.alxconn.com/blog/p/friendly-html-email-signatures#comments</comments> <pubDate>Thu, 02 Sep 2010 15:30:54 +0000</pubDate> <dc:creator>alxconn</dc:creator> <category><![CDATA[Odds and Ends]]></category><guid isPermaLink="false">http://blog.alxconn.com/blog/p/friendly-html-email-signatures</guid> <description><![CDATA[I&#8217;m a big fan of HTML email, especially when it&#8217;s used right. However, a lot of people are &#8220;doing it wrong.&#8221; While HTML gives you a ton of control over how your email looks, what you should really do is try and obey the wishes of the person who is reading your email. This results [...]]]></description> <content:encoded><![CDATA[<p>I&#8217;m a big fan of HTML email, especially when it&#8217;s used right.  However,<br /> a lot of people are &#8220;doing it wrong.&#8221;  While HTML gives you a ton of<br /> control over how your email looks, what you should really do is try and<br /> obey the wishes of the person who is reading your email.  This results<br /> in smaller email filesizes, which make them go &#8220;down the wire&#8221; faster,<br /> use less wireless bandwidth and be more compatible.</p><p>So, what makes a good HTML message?  Well, it&#8217;s cool to be able to make<br /> stuff bold and itallic, put data in a table and inline images when it&#8217;s<br /> helpful to include them.  But, at the same time, there are things you<br /> can do that make the email harder to process on the recieving end.  For<br /> example, inlining images means they are not attached and therefore will<br /> be less intuitive if possible for the reciever to understand how to<br /> download or save these images.  Additionally, since the images are<br /> embedded into the HTML, users with a small mailbox won&#8217;t be able to<br /> detach the image.</p><p>Another thing that is undesirable is to use absolute font sizes.  It&#8217;s a<br /> bad idea in regular web development because it hurts the end user&#8217;s<br /> ability to control how things are displayed.  Instead, your fonts should<br /> be set using relative sizes, (small, medium, large, em&#8217;s or<br /> percentages).  For example, my new email signature no longer breaks this<br /> rule (it used to be 10px).  Now, my signatures are .8em (ie, 80% of your<br /> email client&#8217;s default font).  So, if your client&#8217;s font size is set to<br /> 16pt, the signature is displayed much larger than the previous 10px at<br /> 12.8px.</p><p>Lastly, something to avoid is using a lot of HTML.  Unless you&#8217;re<br /> sending out a newsletter there isn&#8217;t a lot of reason to use a ton of<br /> HTML.  Just some minor formatting, stay away from setting font colors<br /> because again, this goes away from the user&#8217;s preferences.</p><p>I do still set a font, though (Verdana) because gMail and a few other<br /> clients most of my friends use likes to use Times for email if a font<br /> isn&#8217;t set and I think that&#8217;s just a horrid font for email.</p> <img src="http://feeds.feedburner.com/~r/alxconn/~4/6Wrv9xqCHco" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://blog.alxconn.com/blog/p/friendly-html-email-signatures/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://blog.alxconn.com/blog/p/friendly-html-email-signatures</feedburner:origLink></item> <item><title>Today’s Shared Items</title><link>http://feedproxy.google.com/~r/alxconn/~3/CEBNExoMVNg/todays-shared-items-16</link> <comments>http://blog.alxconn.com/blog/p/todays-shared-items-16#comments</comments> <pubDate>Wed, 01 Sep 2010 17:30:18 +0000</pubDate> <dc:creator>greader</dc:creator> <category><![CDATA[Odds and Ends]]></category> <category><![CDATA[shared]]></category><guid isPermaLink="false">http://blog.alxconn.com/blog/p/todays-shared-items-16</guid> <description><![CDATA[1 in 3 Internet Users Think All Websites are Equally Dangerous Beginner&#8217;s Guide to DIY Coffee Bean Roasting [DIY] As Interest in Online Learning Grows, Udemy Lands $1 Million in Angel Funding Google Docs Gets a Taste of Wave with Collaborative Highlighting]]></description> <content:encoded><![CDATA[<ul class="scrd_digest"><li><a  href="http://feedproxy.google.com/~r/readwriteweb/~3/8fCFvdK_DCM/1_in_3_internet_users_think_every_website_poses_a.php" rel="external">1 in 3 Internet Users Think All Websites are Equally Dangerous</a></li><li><a  href="http://feeds.gawker.com/~r/lifehacker/full/~3/_X1I2e2tesY/beginners-guide-to-diy-coffee-bean-roasting" rel="external">Beginner&#8217;s Guide to DIY Coffee Bean Roasting [DIY]</a></li><li><a  href="http://feedproxy.google.com/~r/readwriteweb/~3/RV9QJKav3ug/as-interest-in-online-learning.php" rel="external">As Interest in Online Learning Grows, Udemy Lands $1 Million in Angel Funding</a></li><li><a  href="http://feedproxy.google.com/~r/readwriteweb/~3/o0VAsKS4RE8/google_docs_gets_a_taste_of_wave_with_collaborativ.php" rel="external">Google Docs Gets a Taste of Wave with Collaborative Highlighting</a></li></ul> <img src="http://feeds.feedburner.com/~r/alxconn/~4/CEBNExoMVNg" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://blog.alxconn.com/blog/p/todays-shared-items-16/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://blog.alxconn.com/blog/p/todays-shared-items-16</feedburner:origLink></item> <item><title>Today’s Shared Items</title><link>http://feedproxy.google.com/~r/alxconn/~3/Cvq0fvBOkSY/todays-shared-items-15</link> <comments>http://blog.alxconn.com/blog/p/todays-shared-items-15#comments</comments> <pubDate>Tue, 31 Aug 2010 17:30:18 +0000</pubDate> <dc:creator>greader</dc:creator> <category><![CDATA[Odds and Ends]]></category> <category><![CDATA[shared]]></category><guid isPermaLink="false">http://blog.alxconn.com/blog/p/todays-shared-items-15</guid> <description><![CDATA[American Game Devs Can Make Four Times as Much in Japan, Company Says How To: Quickly Enable Social Logins with JanRain Engage Why Technology Is So Addictive, and How You Can Avoid Tech Burnout [Technology] Change Your Windows 7 Logon Box [Windows 7] Prldr Shows Full Web Pages from RSS Feeds [RSS] Gmail Priority Inbox [...]]]></description> <content:encoded><![CDATA[<ul class="scrd_digest"><li><a  href="http://feedproxy.google.com/~r/readwriteweb/~3/IeVRsaR7s0E/american_game_devs_can_make_four_times_as_much_in.php" rel="external">American Game Devs Can Make Four Times as Much in Japan, Company Says</a></li><li><a  href="http://feedproxy.google.com/~r/readwriteweb/~3/t0u7YwI48sU/quickly-enable-social-logins-w.php" rel="external">How To: Quickly Enable Social Logins with JanRain Engage</a></li><li><a  href="http://feeds.gawker.com/~r/lifehacker/full/~3/jTWtGdngj8M/why-technology-is-so-addictive-and-how-you-can-avoid-it" rel="external">Why Technology Is So Addictive, and How You Can Avoid Tech Burnout [Technology]</a></li><li><a  href="http://feeds.gawker.com/~r/lifehacker/full/~3/F1brg2QfP9M/change-the-windows-7-logon-box" rel="external">Change Your Windows 7 Logon Box [Windows 7]</a></li><li><a  href="http://feeds.gawker.com/~r/lifehacker/full/~3/TM0kAW5Vrf0/prldr-shows-full-web-pages-from-rss-feeds" rel="external">Prldr Shows Full Web Pages from RSS Feeds [RSS]</a></li><li><a  href="http://feeds.gawker.com/~r/lifehacker/full/~3/afepsMAmXo8/gmail-priority-inbox-finds-and-sorts-important-messages-automatically" rel="external">Gmail Priority Inbox Finds and Sorts Important Messages Automatically [Gmail]</a></li><li><a  href="http://www.engadget.com/2010/08/30/roku-lowers-prices-across-the-board-hd-box-now-69-99-hd-xr-t/" rel="external">Roku lowers prices across the board: HD box now $69, $99 HD-XR to get 1080p support</a></li><li><a  href="http://feeds.gawker.com/~r/lifehacker/full/~3/m1uIQghZgpQ/geeteedee-is-a-lightweight-and-customizable-gtd-organizer" rel="external">GeeTeeDee Is a Lightweight and Customizable GTD Organizer [Downloads]</a></li><li><a  href="http://feedproxy.google.com/~r/readwriteweb/~3/6X-s1Kc-tBw/skype-in-the-enterprise.php" rel="external">Skype&#8217;s Business Service Graduates from Beta &#8211; Will You Use It?</a></li><li><a  href="http://feedproxy.google.com/~r/readwriteweb/~3/MKd1eEnC6Tw/digg_user_rebellion_reddit_on_front_page.php" rel="external">Digg User Rebellion Continues: Reddit Now Rules the Front Page</a></li></ul> <img src="http://feeds.feedburner.com/~r/alxconn/~4/Cvq0fvBOkSY" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://blog.alxconn.com/blog/p/todays-shared-items-15/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://blog.alxconn.com/blog/p/todays-shared-items-15</feedburner:origLink></item> <item><title>Today’s Shared Items</title><link>http://feedproxy.google.com/~r/alxconn/~3/qFFbV8jN4Nc/todays-shared-items-14</link> <comments>http://blog.alxconn.com/blog/p/todays-shared-items-14#comments</comments> <pubDate>Mon, 30 Aug 2010 17:30:18 +0000</pubDate> <dc:creator>greader</dc:creator> <category><![CDATA[Odds and Ends]]></category> <category><![CDATA[shared]]></category><guid isPermaLink="false">http://blog.alxconn.com/blog/p/todays-shared-items-14</guid> <description><![CDATA[27 Video Presentations from RubyKaigi 2010 Who should build custom software for your business? Entri Creates Controlled Collaboration Spaces for Text Work [Collaboration Tools] Craftsmanship in Designing Websites Rails 3.0 Released (And 22 Free Videos To Bring You Up To Speed) Rails 3.0: It&#039;s ready!]]></description> <content:encoded><![CDATA[<ul class="scrd_digest"><li><a  href="http://feedproxy.google.com/~r/RubyInside/~3/9LoygfjrNLg/27-video-presentations-from-rubykaigi-2010-3762.html" rel="external">27 Video Presentations from RubyKaigi 2010</a></li><li><a  href="http://redbitbluebit.com/who-should-build-custom-software-for-your-business/" rel="external">Who should build custom software for your business?</a></li><li><a  href="http://feeds.gawker.com/~r/lifehacker/full/~3/6jyJpqPTlmc/entri-creates-controlled-collaboration-spaces-for-text-work" rel="external">Entri Creates Controlled Collaboration Spaces for Text Work [Collaboration Tools]</a></li><li><a  href="http://feedproxy.google.com/~r/SixRevisions/~3/fbakDDeyN5k/" rel="external">Craftsmanship in Designing Websites</a></li><li><a  href="http://feedproxy.google.com/~r/RubyInside/~3/T-Nhvyjm_0g/rails-3-0-released-and-22-free-videos-to-bring-you-up-to-speed-3733.html" rel="external">Rails 3.0 Released (And 22 Free Videos To Bring You Up To Speed)</a></li><li><a  href="http://feedproxy.google.com/~r/RidingRails/~3/INzzvMYtnJ4/rails-3-0-it-s-done" rel="external">Rails 3.0: It&#039;s ready!</a></li></ul> <img src="http://feeds.feedburner.com/~r/alxconn/~4/qFFbV8jN4Nc" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://blog.alxconn.com/blog/p/todays-shared-items-14/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://blog.alxconn.com/blog/p/todays-shared-items-14</feedburner:origLink></item> <item><title>Spread the Word: KDBG</title><link>http://feedproxy.google.com/~r/alxconn/~3/VNO-xhg2YAg/spread-the-word-kdbg</link> <comments>http://blog.alxconn.com/blog/p/spread-the-word-kdbg#comments</comments> <pubDate>Mon, 30 Aug 2010 16:32:39 +0000</pubDate> <dc:creator>alxconn</dc:creator> <category><![CDATA[Odds and Ends]]></category> <category><![CDATA[Tech]]></category> <category><![CDATA[Tech Tips]]></category><guid isPermaLink="false">http://blog.alxconn.com/?p=367</guid> <description><![CDATA[If you&#8217;re a PC tech; it would be super nice for you to share a link to my kernel debugger on your favorite tech forum.  I tried to share it on Bleeping Computer and they moderated the thread and killed my user account (assholes). Anyway; when you run into a blue screen / STOP error [...]]]></description> <content:encoded><![CDATA[<p>If you&#8217;re a PC tech; it would be super nice for you to share a link to my kernel debugger on your favorite tech forum.  I tried to share it on Bleeping Computer and they moderated the thread and killed my user account (assholes).</p><p>Anyway; when you run into a blue screen / STOP error on Windows, give <a  href="http://kdbg.skilia.info/" target="_blank">http://kdbg.skilia.info</a> a try!  It&#8217;s super quick and easy to use.  The more people that use it, the closer I get to AdBrite ads paying the hosting costs.  They&#8217;re not super high, but it&#8217;s a lot more than I&#8217;d like to have as an expense.</p> <img src="http://feeds.feedburner.com/~r/alxconn/~4/VNO-xhg2YAg" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://blog.alxconn.com/blog/p/spread-the-word-kdbg/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://blog.alxconn.com/blog/p/spread-the-word-kdbg</feedburner:origLink></item> </channel> </rss><!-- Dynamic page generated in 0.580 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-09-07 07:40:39 --><!-- Compression = gzip -->
