<?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/freelance/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>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>Top 10 Freelance Web Design Sites</title>
		<link>http://www.attackr.com/top-10-freelance-web-design-sites/</link>
		<comments>http://www.attackr.com/top-10-freelance-web-design-sites/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 10:00:11 +0000</pubDate>
		<dc:creator>Web Developer News</dc:creator>
				<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Jobs]]></category>
		<category><![CDATA[Outsourcing]]></category>

		<guid isPermaLink="false">http://www.attackr.com/top-10-freelance-web-design-sites/</guid>
		<description><![CDATA[Working as a freelance web designer, developer, graphic artist, or outsourcing service provider can be challenging. Long hours, high competition for jobs, tight deadlines, and low budgets make running your own web design firm difficult. There are a lot of websites that provide a way for clients and designers to come together, but which of [...]]]></description>
			<content:encoded><![CDATA[<p>Working as a freelance web designer, developer, graphic artist, or outsourcing service provider can be challenging. Long hours, high competition for jobs, tight deadlines, and low budgets make running your own web design firm difficult. There are a lot of websites that provide a way for clients and designers to come together, but which of these are reliable places to find quality jobs? We did a review of the top 10 freelance job boards on <a href="http://www.webdevnews.net">webdevnews.net</a>, and the results may be of interest to those looking for new places to network and find clients.</p>
<p>Our top 10 Freelance Sites for Web Design are:</p>
<ol>
<li><a href="http://www.odesk.com">odesk.com</a></li>
<li><a href="http://www.getafreelancer.com">getafreelancer.com</a></li>
<li><a href="http://www.elance.com">elance.com</a></li>
<li><a href="http://www.rentacoder.com">rentacoder.com</a></li>
<li><a href="http://www.getacoder.com">getacoder.com</a></li>
<li><a href="http://www.scriptlance.com">scriptlance.com</a></li>
<li><a href="http://www.guru.com">guru.com</a></li>
<li><a href="http://www.serebra.com">serebra.com</a></li>
<li><a href="http://www.sologig.com">sologig.com</a></li>
<li><a href="http://sourceforge.net/services/buy/index.php">Sourceforge Marketplace</a></li>
</ol>
<p>These sites are also good when your workload becomes too much and you need to build a team to work together on projects. Outsourcing through the freelance boards builds a lot of new possibilities for independent web designers. If you need a custom theme designed, a new module coded, someone to do your SEO work, or to lay the installation groundwork for a site to finish up later, you can usually find good people on these boards to work together with from around the world.</p>
<p>We chose oDesk as the top freelancer site because of the number of jobs listed, the quality of the development projects, the innovative billing, collaboration, and work monitoring options, as well as its overall quality and professionalism. GetaFreelancer doesn&#8217;t even come close at second place, but the volume of projects posted their and the low rates for outsourcing make it a vibrant marketplace. We had issues with the membership fees at elance, but it is really a top quality site for finding good projects. </p>
<p>To see the full review and find out more information on these freelance sites, or to post your own comments and experiences with freelancing, visit the original review at <a href="http://www.webdevnews.net">webdevnews.net</a>.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/about/' title='About Us'>About Us</a></li>
<li><a href='http://www.attackr.com/thinking-outside-the-lightbox-top-10-picks-part-1/' title='Thinking Outside The LightBox &#8211; TOP 10 PICKS'>Thinking Outside The LightBox &#8211; TOP 10 PICKS</a></li>
<li><a href='http://www.attackr.com/the-top-10-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/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/10-reasons-why-your-website-failed/' title='10 Reasons Why Your Website Failed'>10 Reasons Why Your Website Failed</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/top-10-freelance-web-design-sites/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Starting out tips for freelancers</title>
		<link>http://www.attackr.com/starting-out-tips-for-freelancers/</link>
		<comments>http://www.attackr.com/starting-out-tips-for-freelancers/#comments</comments>
		<pubDate>Tue, 19 Jun 2007 15:50:18 +0000</pubDate>
		<dc:creator>janpd24</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.attackr.com/starting-out-tips-for-freelancers/</guid>
		<description><![CDATA[Once, I got a mail through my site&#8217;s contact form asking: &#8220;Are you a professional or just a freelancer?&#8221; I got back to him, telling him that I was a professional freelancer, but never heard from him again! The point is, quite often, and especially where I live, freelancers are merely poor cousins of the [...]]]></description>
			<content:encoded><![CDATA[<p>Once, I got a mail through my site&#8217;s contact form asking: &#8220;Are you a professional or just a freelancer?&#8221; </p>
<p>I got back to him, telling him that I was a <em>professional freelancer</em>, but never heard from him again! </p>
<p>The point is, quite often, and especially where I live, freelancers are merely poor cousins of the so-called professionals. </p>
<p>While admittedly there are those who give us a bad name, most of us are hardworking individuals, trying to make a living (as opposed to those who need something to do pass the time). </p>
<p>Starting out is not always easy, but perseverance pays. Having been in the business for almost a decade, here&#8217;s what I&#8217;ve found: <span id="more-97"></span></p>
<ol>
<li><strong>Respect your deadlines:</strong> As an independent professional, your credibility is your most important asset. Don&#8217;t take on impossible deadlines. You&#8217;ll often find clients who&#8217;ll say they&#8217;ll send you material to work on in a day, in two days, in a week, but don&#8217;t do so. Just because <em>they</em> do that, it is not okay for <em>you</em> to do the same. If you feel mid-way through a project that you may need more time, intimate them well in advance.</li>
<li><strong>If it&#8217;s worth doing, it&#8217;s worth doing well:</strong> Do not take shortcuts. Your network and your goodwill quotient will depend on how happy your clients are with your delivery, so make an effort to do a good job. When they go home and tell their friends and business associates how good you are, you will get more work.</li>
<li><strong>Don&#8217;t be afraid to negotiate price:</strong> Plenty of people get uncomfortable when it comes to the price issue. In the early days I would feel &#8220;cheap&#8221; to bring up the matter of payment with a new client. Don&#8217;t undervalue yourself. Once you have calculated how much your services come for, stick to it. Clients will feel more comfortable dealing with a confident person who knows what they are going to deliver and for how much. On the other hand, no one likes an overbearing personality who thinks they are god&#8217;s gift to client-dom! Don&#8217;t get bullied by clients; at the same time don&#8217;t be so rigid that you miss out on a really good opportunity. Experience will make it easier to tell when the goodwill counts for more than money.</li>
<li><strong>Rome wasn&#8217;t built in a day:</strong> It takes years to build up a decent network of clients. If you&#8217;re lucky, early on you may find someone who agrees to pay you a retainer for your services. But for most of us, building our &#8220;business&#8221; is like watching grass grow.</li>
<li><strong>Take lean periods in your stride:</strong> Even when you have established yourself and usually have a steady stream of work&mdash;enough that now and then you have to turn down some&mdash;there may still be phases when precious little goes into the bank. It is easier said than done, but it is important not to panic. Think of lean periods as a well-deserved break. Rest assured that work <em>will</em> come, sooner rather than later. For that&#8217;s the way the freelancer&#8217;s world goes around.</li>
</ol>
<p>So, don&#8217;t give up! And good luck. <img src='http://www.attackr.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>(Originally posted at <a href="http://writeside.net/blog/scratchpad/starting-out-tips-for-freelancers/">Writeside.net</a>.)<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<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/migrating-from-wordpresscom-to-wordpressorg-or-self-hosting/' title='Migrating from wordpress.com to wordpress.org or self-hosting'>Migrating from wordpress.com to wordpress.org or self-hosting</a></li>
<li><a href='http://www.attackr.com/fine-tune-your-flash-drive/' title='Fine-Tune Your Flash Drive'>Fine-Tune Your Flash Drive</a></li>
<li><a href='http://www.attackr.com/wordpress-tip-disable-visual-editor/' title='WordPress Tip-Disable Visual Editor'>WordPress Tip-Disable Visual Editor</a></li>
<li><a href='http://www.attackr.com/turn-your-blackberry-into-an-iberry/' title='Turn Your BlackBerry Into An iBerry'>Turn Your BlackBerry Into An iBerry</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/starting-out-tips-for-freelancers/feed/</wfw:commentRss>
		<slash:comments>5</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! -->
