<?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/tag/small-business/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>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>Beam It All Over The Place, Scotty {www.getdropbox.com}</title>
		<link>http://www.attackr.com/beam-it-all-over-the-place-scotty-wwwgetdropboxcom/</link>
		<comments>http://www.attackr.com/beam-it-all-over-the-place-scotty-wwwgetdropboxcom/#comments</comments>
		<pubDate>Thu, 21 May 2009 15:01:19 +0000</pubDate>
		<dc:creator>Gregory Milby</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[internet storage]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[shared drive]]></category>
		<category><![CDATA[small business]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[virtual hard drive]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=532</guid>
		<description><![CDATA[After just signing up for my drop box &#8211; I have to admit &#8211; it&#8217;s better than packing around a thumb drive, but if you want to use your thumb drive as the drop box &#8211; it will do that too. Basically what happens is you install a small piece of software on each of [...]]]></description>
			<content:encoded><![CDATA[<p><a title="https://www.getdropbox.com/referrals/NTExMzY3NDA5" href="https://www.getdropbox.com/referrals/NTExMzY3NDA5" target="_blank"><img class="alignleft size-thumbnail wp-image-533" title="getdropbox_logo" src="http://www.attackr.com/wp-content/uploads/2009/05/getdropbox_logo-150x39.png" alt="getdropbox_logo" width="150" height="39" /></a><br />
After just signing up for my <a title="https://www.getdropbox.com/referrals/NTExMzY3NDA5" href="https://www.getdropbox.com/referrals/NTExMzY3NDA5" target="_blank">drop box</a> &#8211; I have to admit &#8211; it&#8217;s better than packing around a thumb drive, but if you want to use your thumb drive as the drop box &#8211; <a title="https://www.getdropbox.com/referrals/NTExMzY3NDA5" href="https://www.getdropbox.com/referrals/NTExMzY3NDA5" target="_blank">it will do that too</a>.<br />
Basically what happens is you install a small piece of software on each of your pc&#8217;s (home, work and/or laptop). Whenever you do some work or create something, you save it to your drop box rather than to my documents/where-ever.  All of your pc&#8217;s sync up via the installed software.  It&#8217;s definitely the future of personal digital storage &#8211; and so far it&#8217;s been flawless.</p>
<p>The first 2 gigs are free and you get referral credits (an extra 1/4 gig if someone refers you &amp; the referrer gets the same added credit up to an additional 3gb).</p>
<p>After you&#8217;re using your account you&#8217;ll notice a VERY manageable dashboard when you log into the site &#8211; displaying a recent history of your actions &#8211; even as detailed as which file was updated on which pc.  This is great for maintaining the latest version on every pc that is utilizing a file. After all, why bother installing something like this if it isn&#8217;t keeping the versions the same(?).</p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/a-tale-of-two-template-engines-how-frameworks-speed-up-development/' title='A Tale Of Two Template Engines &#8211; How Frameworks Speed Up Development'>A Tale Of Two Template Engines &#8211; How Frameworks Speed Up Development</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/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>
<li><a href='http://www.attackr.com/how-to-fix-your-sucky-website-with-minimal-effort/' title='How To Fix Your Sucky Website With Minimal Effort'>How To Fix Your Sucky Website With Minimal Effort</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/beam-it-all-over-the-place-scotty-wwwgetdropboxcom/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Replace Your Home Phone With Skype For $6.95 per month (Yes, Really).</title>
		<link>http://www.attackr.com/replace-your-home-phone-with-skype-for-695-per-month-yes-really/</link>
		<comments>http://www.attackr.com/replace-your-home-phone-with-skype-for-695-per-month-yes-really/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 16:04:51 +0000</pubDate>
		<dc:creator>Gregory Milby</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[bridging technologies]]></category>
		<category><![CDATA[device agnostic]]></category>
		<category><![CDATA[frugal]]></category>
		<category><![CDATA[money saving]]></category>
		<category><![CDATA[new technologies]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[save money]]></category>
		<category><![CDATA[small business]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[upgrading conventional]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=483</guid>
		<description><![CDATA[We began this adventure to find a way to cut down our cell phone bill. We looked into TimeWarner phone (part of roadrunner), Vonage, and that was about all the viable options we could find. I found a link that said Skype could do the same thing as the other services. I figured for a [...]]]></description>
			<content:encoded><![CDATA[<p>We began this adventure to find a way to cut down our cell phone bill.  We looked into <a href="http://timewarner.com">TimeWarner</a> phone (part of roadrunner), <a href="http://vonage.com">Vonage</a>, and that was about all the viable options we could find.  I found a link that said Skype could do the same thing as the other services. I figured for a small investment it was worth checking it out &#8211; see if it can do what it says it can.</p>
<p>Yes, it&#8217;s possible&#8230; You can actually replace your home phone with Skype.  We have 6 pc&#8217;s in the house anyways &#8211; so we installed the software on one of the pc&#8217;s to manage the phone software.  Ironically, it was not as hard as I thought it would be.  Getting straight answers out of the customer support people is quite another story.  So maybe this post will fill in any of the missing pieces.</p>
<p>To begin your adventure of unlimited home phone service for $6.95 a month, you will need:</p>
<blockquote><p>
1. A phone &#8211; I bought one off <a href="http://shop.ebay.com/items/?_nkw=skype+phone+wireless&#038;_sacat=0&#038;_trksid=p3286.m270.l1313&#038;_odkw=skype+phone&#038;_osacat=0">Ebay</a> that was actually 2 phones in the package with the software &#038; encrypted instruction booklet.</p>
<p>2. A <a href="http://www.tkqlhce.com/click-3426205-10576631" target="_top">Skype</a><img src="http://www.ftjcfx.com/image-3426205-10576631" width="1" height="1" border="0"/> Account.</p>
<p>3. A personal computer that you do not mind leaving on 24/7 (if you have strong reservations about this , then you can purchase a phone that can work directly from your cable modem/fast DSL line&#8230; ).</p>
<p>4. Lastly fast internet (cable modem, fast DSL)
</p></blockquote>
<p>Skype software is available on their <a href="http://www.tkqlhce.com/click-3426205-10576631" target="_top">website</a><img src="http://www.ftjcfx.com/image-3426205-10576631" width="1" height="1" border="0"/>.  The software to connect the phone to the Skype software is included with the phone. Mine is a GE phone, and the disk was included in the package.  It was all wizard driven &#8211; no goof-ups&#8230; not sure if that means it&#8217;s goof-up-proof, but it worked as it was intended to I believe.</p>
<p>The phone i purchased &#8216;can&#8217; manage a regular phone line &#038; the Skype internet phone line. I do not have a land line any longer, so it works out well to answer/place calls with the Skype button on the phone.</p>
<p>The Skype account is free to sign up, but to use the extended features cost a little more.  Before you get flustered, remember that Skype works in three parts. The first part is the computer software &#8211; which anyone can use for free to place a &#8216;computer call [with mic and speakers or headphones]&#8216; to another pc only, the second being unlimited outgoing to land-line numbers, and third is an online number where you can receive unlimited calls from anyone in your country (in my case USA).  The pricing is not broken down conveniently, but knowing how the service works will help.  To use my Skype handsets, I needed the software installed, unlimited outgoing calls, and an online number so people can call me.</p>
<p>The pricing is &#8216;odd&#8217; in my opinion, the outgoing unlimited calls to handsets is $2.95 a month (all prices are at the first quarter of 2009), the online phone number/unlimited incoming calls is sold quarterly for $12.  the subscription period is monthly, quarterly or yearly on outgoing, but only quarterly or yearly on the incoming/online number. (so $4 per month for incoming calls &#038; online number and $2.95 per month for the unlimited outgoing calls to landlines.</p>
<p>So, with my Skype account setup, my software installed on my pc, my outgoing call account purchased, and my incoming/online number subscription, I plugged in the phone base to the cordless phones.  It automatically found my buddy list in the pc software (on both phones),  I picked up the base unit and called my cell phone (it worked) and vice versa &#8211; it worked both ways.</p>
<p>The call quality is better than my <a href="http://verizonwireless.com">Verizon</a> cell phone.  Is as good as my brother-in-laws Timewarner broadband phone, and for $6.95 a month I can be a little forgiving if anything ever does happen.  We can now cut down our cell phone usage from 1400 minutes to 700 minutes per month (saving us roughly $60 [almost a full year of our new Skype phone service]).</p>
<p>This was a good endeavor- bridging the technology gap from pc/broadband to land line phones.  Especially saving me $720 a year.</p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/a-tale-of-two-template-engines-how-frameworks-speed-up-development/' title='A Tale Of Two Template Engines &#8211; How Frameworks Speed Up Development'>A Tale Of Two Template Engines &#8211; How Frameworks Speed Up Development</a></li>
<li><a href='http://www.attackr.com/beam-it-all-over-the-place-scotty-wwwgetdropboxcom/' title='Beam It All Over The Place, Scotty {www.getdropbox.com}'>Beam It All Over The Place, Scotty {www.getdropbox.com}</a></li>
<li><a href='http://www.attackr.com/dont-miss-a-thing-sms-email/' title='Don&#8217;t Miss a Thing &#8211; SMS + Email'>Don&#8217;t Miss a Thing &#8211; SMS + Email</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/replace-your-home-phone-with-skype-for-695-per-month-yes-really/feed/</wfw:commentRss>
		<slash:comments>4</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! -->
