<?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/" version="2.0">

<channel>
	<title>DevGrow</title>
	
	<link>http://devgrow.com</link>
	<description>Tips on web development, web design and online marketing</description>
	<lastBuildDate>Thu, 18 Apr 2013 21:46:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/devgrow" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="devgrow" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">devgrow</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Sharebar Update In Progress</title>
		<link>http://devgrow.com/sharebar-update-in-progress/</link>
		<comments>http://devgrow.com/sharebar-update-in-progress/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 04:43:03 +0000</pubDate>
		<dc:creator>Monjurul Dolon</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[sharebar]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://devgrow.com/?p=2494</guid>
		<description><![CDATA[Due to the immense demand for Sharebar updates, I&#8217;ve started working on a major update to the plugin that I hope to release sometime next week. If you have a specific feature request or bug fix, please comment on this post with your feedback and I will try to implement what I can. I&#8217;ll be [...]]]></description>
				<content:encoded><![CDATA[<p>Due to the immense demand for Sharebar updates, I&#8217;ve started working on a major update to the plugin that I hope to release sometime next week.  If you have a specific feature request or bug fix, please comment on this post with your feedback and I will try to implement what I can.<br />
<span id="more-2494"></span><br />
I&#8217;ll be updating this post with a list of what I plan to add (hopefully with progress updates).</p>
<img src="http://devgrow.com/?ak_action=api_record_view&id=2494&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://devgrow.com/sharebar-update-in-progress/feed/</wfw:commentRss>
		<slash:comments>56</slash:comments>
		</item>
		<item>
		<title>Updated jQuery Mobile PHP MVC Framework</title>
		<link>http://devgrow.com/updated-jquery-mobile-php-mvc-framework/</link>
		<comments>http://devgrow.com/updated-jquery-mobile-php-mvc-framework/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 04:50:56 +0000</pubDate>
		<dc:creator>Monjurul Dolon</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery mobile]]></category>
		<category><![CDATA[jquery mobile framework]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php mvc]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://devgrow.com/?p=2484</guid>
		<description><![CDATA[I&#8217;ve just spent the past couple of days rewriting a lot of the jQuery Mobile PHP MVC Framework. A complete list of updates is available after the break, so check it out and let me know if you have any feedback! Download at Github Updates: Overall code base simplified and cleaned up, unused functions removed [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve just spent the past couple of days rewriting a lot of the <a href="https://github.com/mdolon/jQuery-Mobile-PHP-MVC">jQuery Mobile PHP MVC Framework</a>.  A complete list of updates is available after the break, so check it out and let me know if you have any feedback!<br />
<span id="more-2484"></span></p>
<div class="downloadBox">
    <a href="https://github.com/mdolon/jQuery-Mobile-PHP-MVC" class="button download">Download at Github</a>
</div>
<p><a href="https://github.com/mdolon/jQuery-Mobile-PHP-MVC"><img src="http://devgrow.s3.amazonaws.com/wp-content/uploads/2011/01/jquery-mobile-mvc.gif" alt="" title="Simple jQuery PHP MVC Framework" width="600" height="370" class="aligncenter size-full wp-image-2190" /></a></p>
<h4>Updates:</h4>
<ul>
<li>Overall code base simplified and cleaned up, unused functions removed</li>
<li>Support for PHP PDO</li>
<li>Now uses a simple SQLite database with a single table for the base application</li>
<li>Now uses a smarter, more effective PHP router class (thanks to <a href="http://blog.sosedoff.com/2009/09/20/rails-like-php-url-router/">Dan Sosedoff</a>)</li>
<li>All of the code is now thoroughly commented</li>
<li>You no longer have to specify the base directory, it is automatically directed</li>
<li>Fixed bug related to page redirections</li>
<li>Fixed bug that caused buttons to show up improperly</li>
<li>Fixed bug that prevented &#8216;Back&#8217; button from appearing</li>
</ul>
<p>Of course, there is always room for improvement so any and all feedback is appreciated.  There are certainly a few bad programming practices, so if more experienced coders could help point them out I will gladly fix them up!</p>
<img src="http://devgrow.com/?ak_action=api_record_view&id=2484&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://devgrow.com/updated-jquery-mobile-php-mvc-framework/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>5 Tips to Designing for a Global Audience</title>
		<link>http://devgrow.com/5-tips-to-designing-for-a-global-audience/</link>
		<comments>http://devgrow.com/5-tips-to-designing-for-a-global-audience/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 01:50:09 +0000</pubDate>
		<dc:creator>Monjurul Dolon</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[guest posts]]></category>
		<category><![CDATA[international]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://devgrow.com/?p=2448</guid>
		<description><![CDATA[The word globalization has become a major buzzword in the business world. Nowadays, businesses realize the important role that the internet plays and as a result have tapped into it to reach new and emerging markets on a global scale.]]></description>
				<content:encoded><![CDATA[<div class="note">
This is a guest post by Christian Arno, founder of <a href="http://usa.lingo24.com/">Lingo24.com</a>, a leading provider of business translation services.
</div>
<p><img src="http://devgrow.s3.amazonaws.com/wp-content/uploads/2012/01/global_audience-600.png" alt="" title="5 Tips to Designing for a Global Audience" width="600" height="250" class="aligncenter size-full wp-image-2453 boxed" /></p>
<p>The word globalization has become a major buzzword in the business world. Nowadays, businesses realize the important role that the internet plays and as a result have tapped into it to reach new and emerging markets on a global scale.<span id="more-2448"></span></p>
<p>Of course, planning and designing a business website aimed at a global market is simply more than translating your website into a chosen foreign language. E-marketers will understand that cultural differences will play a substantial role when it comes to your relationship with prospective visitors and clients.</p>
<p>This means time and effort should be taken when it comes to your website for cross-culture success. There is a lot more than first meets the eye, but as overwhelming as it may seem, there are ways in which you can create a successful website for a foreign market.</p>
<p>Consider these five tips on how to effectively produce a website that meets international demands for your business.</p>
<h3>1. Know who your audience is</h3>
<p>Before jumping into the design process of your website you should undertake the required market research first. This will help you to establish which country you should target first and which country will benefit the most from what you can offer them.</p>
<p>The worst thing you can do is skip this part only to realize after launching your website that you have to contend with local competition. Once you have determined the best route you can then move on to creating your site.</p>
<p>Something to consider during the design process is whether or not your context should be high or low. According to cultural theorist Edward Hall, High Context cultures, for instance Asian cultures, take meaning from the context presented, whereas Low Context cultures, for example those in Northern Europe, derive meaning purely from the content.</p>
<p>This means that a website aimed at LC should be straightforward and succinct and one aimed at HC should be complete with imagery, video and interactivity.</p>
<h3>2. Loyalty with individuality</h3>
<p>A survey by Experian in <a href="http://www.marketingweek.co.uk/trends/empowerment-age-arrives-at-personal-level/3013319.article">2010</a> found that 83% of respondents want companies to understand their needs. In today’s society, everyone wants to be treated as an individual and websites are no different from this. When it comes to translated websites, you may find that they are missing an integral part, which is often where native speakers can play a fundamental role in getting your message across.</p>
<p>To attract a loyal base of customers you can also make sure that you employ top level country code domains, for example <strong>www.example.cz</strong> (Czech Republic). Not only will this increase your search engine rankings, but it will boost your credibility with the locals, which is essentially what you want.</p>
<h3>3. User friendly</h3>
<p>When it comes to tailoring your website, you will find that making your website as simple as possible in terms of navigation and layout will make a big difference. Choose a top-tab design along with horizontal navigation making usability user friendly and universal for languages that read left-to-right and right-to-left.</p>
<p>Another point to bear in mind is that you should make sure you have enough flexibility in your image and text boxes so that you can change these when required with ease. For example if you are targeting a German market you will find from your research that they require 30% more space, on average, to say the same thing that you would for your English market.</p>
<h3>4. Picking the right colors</h3>
<p>While choosing a color for your website may not seem like it needs much thought, it does. Colors, after all, can play a vital role in many cultures. </p>
<p>For instance, while Western cultures may consider red to mean either love or danger, in China the color red is used for celebration and good luck. Because of this, it’s best to pick a neutral color that doesn’t have any background connation. A worldwide color that works is blue.</p>
<h3>5. Utilizing the best tools</h3>
<p>If you have plans to design a number of sites and want to switch between languages without having to start the design process from the beginning then you should use <a href="http://unicode.org/">Unicode</a>. This is your one-stop-program that makes switching between characters easy.</p>
<p>With more than a hundred thousand characters and over 90 languages, you can transform your site from English to Chinese, to Arabic, to Hebrew, to Thai. The most frequent character encoding for this package is UTF-8, which is most used for websites and emails.</p>
<p>Another tool to utilize is CSS, or what is known as Cascading Style Sheets. This allows you to easily keep content and images separated and doesn’t require you to begin from the start when you need to alter the language of your site. Not only that, but because the files are small your pages will load faster. This is particularly useful to know when it comes to maintaining new and existing clients.</p>
<div class="sep"></div>
<h3>About the author</h3>
<p><a href="http://usa.lingo24.com/" target="_blank"><img src="http://devgrow.s3.amazonaws.com/wp-content/uploads/2012/01/global_audience-author.png" alt="" title="global_audience-author" width="150" height="200" class="alignright right size-full wp-image-2454 boxed" style="position: relative; top:-10px;" /></a><strong>Christian Arno</strong> is the founder of Lingo24, one of the world’s fastest growing <a href="http://usa.lingo24.com/">translation agencies</a>. Launched in 2001, Lingo24 now has over 150 employees spanning three continents and clients in over sixty countries. In the past twelve months, they have translated over forty million words for businesses in every industry sector, including the likes of MTV, World Bank and American Express. Follow Lingo24 on Twitter: <a href="http://twitter.com/lingo24">@Lingo24</a>.</p>
<img src="http://devgrow.com/?ak_action=api_record_view&id=2448&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://devgrow.com/5-tips-to-designing-for-a-global-audience/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Working at a Startup: What I’ve Learned Over the Last 6 Months</title>
		<link>http://devgrow.com/working-at-a-startup/</link>
		<comments>http://devgrow.com/working-at-a-startup/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 20:27:01 +0000</pubDate>
		<dc:creator>Monjurul Dolon</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[entrepreneurship]]></category>
		<category><![CDATA[startup life]]></category>
		<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://devgrow.com/?p=2437</guid>
		<description><![CDATA[Over the past six months, I've lived and breathed the startup life, working full-time as lead designer/frontend engineer for a pre-Series-A startup in Silicon Valley.  I'm back on the East Coast now tending to some family issues, but I wanted to take some time to reflect on what I've learned over the past few months.]]></description>
				<content:encoded><![CDATA[<p>Over the past six months, I&#8217;ve lived and breathed the startup life, working full-time as lead designer/frontend engineer for a pre-Series-A startup in Silicon Valley.  I&#8217;m back on the East Coast now tending to some family issues, but I wanted to take some time to reflect on what I&#8217;ve learned over the past few months.<span id="more-2437"></span></p>
<h3>1. Success is dependent on effort</h3>
<p>This might seem pretty obvious but while I was in the valley, I noticed first-hand that the companies that put in the most amount of effort were the most successful.  It&#8217;s essentially just like school &#8211; the people who work extremely hard are able to get good grades, even if they&#8217;re not the most intelligent in the class. There are, of course, outliers &#8211; companies that are just exceptionally bright from the get-go, though I think they&#8217;re far less common than smart students in school.</p>
<h3>2. Everyone thinks they can be an entrepreneur</h3>
<p>I remember at our launch party, I met a couple of people who told me they quit their jobs recently and were starting their own business.  They were working in the valley and now they&#8217;re living the dream, starting a company of their own!  While that&#8217;s all fine and dandy, in all reality the vast majority of startups fail, and truth be told, not many people have what it takes to succeed.  A lot of the people I met lacked both technical skill and work ethic, which makes it all the more difficult to succeed as a tech startup.</p>
<h3>3. Only work with people you really like</h3>
<p>I was fortunate enough to be able to work with guys I got along with very well.  We all shared similar interests and had a passion for success, which made working 16-hour days much more bearable.  If that were not the case, I have a feeling I would likely get depressed or at least highly stressed out.</p>
<h3>4. Have an understanding of startup finances</h3>
<p>Before living in the valley, I had very little understanding of the financial end of startups.  Being involved in a startup meant I had to learn at least the basics of how startup financing works.  While you don&#8217;t need a business degree, it helps to know how dilution works, how valuations are calculated, how convertible debt works, etc.</p>
<h3>5. Get a gym membership</h3>
<p>We made sure to go to the gym at least 4-5 times a week and aside from being a &#8216;reward&#8217; that I looked forward to most days, I&#8217;ve managed to get back into decent shape.  I know if I keep it up, I&#8217;ll be in the best shape I&#8217;ve ever been after a year or so.  In my mind, that&#8217;s a huge gain for me as a person &#8211; I may be working a lot but I know that I&#8217;ll look and feel the best I&#8217;ve felt in a long time.  For the company, it&#8217;s a minor expense to make an employee feel great about their self-image and ensure positive mental health.</p>
<h3>6. Startups are unpredictable</h3>
<p>Companies pivot all the time, some much more than others.  Some for the better, some for the worse.  Many, many startups fail and it&#8217;s pretty hard to predict which will be successful (investing must be hard!).  If you&#8217;re joining a startup as an employee or a co-founder, make sure you know/trust those involved and that what they&#8217;re doing makes sense to you, since it is a huge risk from your end as well.  It doesn&#8217;t hurt to have a backup plan for what happens when/if it fails, or to have a financial cushion of some kind if you&#8217;re not getting a big salary.</p>
<h3>7. There&#8217;s still a lot of money to be made</h3>
<p>Having the opportunity to meet people that were very successful has made me feel differently about financial success, that it is a lot more achievable than I had previously thought.  Don&#8217;t get me wrong, it&#8217;s still incredibly difficult and will take a lot of work, but I have a lot more confidence in &#8216;hard work pays off,&#8217; having met real-life examples in person.</p>
<h3>8. Money is not the end goal, just a means to it</h3>
<p>Coming from a semi-poor/lower-middle-class family, I&#8217;ve always had a different view of money than a lot of my wealthier friends.  I&#8217;ve wanted a lot of it for primarily one reason: financial stability for myself and my family, though I had no idea of how much it would take to achieve that.  I now understand that it is a lot less than I had originally thought and that once certain things in life are taken care of, money doesn&#8217;t mean as much.  For me, it is much more meaningful to make an impact on those around me rather than have a big bank account.</p>
<div class="sep"></div>
<p>There are a few other points as well that I&#8217;ll share in another post in the near future, but that&#8217;s all for now.  For those of you who&#8217;ve made it this far down the post, I&#8217;m planning on having a giveaway sometime next week for DevGrow readers.  So far, Tyler from <a href="http://clickontyler.com/virtualhostx/" title="VirtualHostX">VirtualHostX</a> has pledged a couple of copies of his excellent software and I&#8217;m working on a couple of more leads.  If there&#8217;s something your company can offer for the 40,000+ readers, let me know in the comments!</p>
<img src="http://devgrow.com/?ak_action=api_record_view&id=2437&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://devgrow.com/working-at-a-startup/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>New Job, New Design and Upcoming Posts</title>
		<link>http://devgrow.com/new-job-new-design-and-upcoming-posts/</link>
		<comments>http://devgrow.com/new-job-new-design-and-upcoming-posts/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 23:47:10 +0000</pubDate>
		<dc:creator>Monjurul Dolon</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[devgrow]]></category>
		<category><![CDATA[internal]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[new job]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://devgrow.com/?p=2413</guid>
		<description><![CDATA[And we&#8217;re back! First off, apologies for the dry spell in new blog posts over the past 3 months &#8211; I&#8217;ve been incredibly busy with a new job, moving to the Bay area, family/personal issues and a buildup of client work (all at once!). Thankfully things have settled down quite a bit and I should [...]]]></description>
				<content:encoded><![CDATA[<p><strong>And we&#8217;re back!</strong>  First off, apologies for the dry spell in new blog posts over the past 3 months &#8211; I&#8217;ve been incredibly busy with a new job, moving to the Bay area, family/personal issues and a buildup of client work (all at once!).  Thankfully things have settled down quite a bit and I should have some time each week to dedicate to DevGrow and my other pet projects.<span id="more-2413"></span></p>
<h3>New Job</h3>
<p>I&#8217;ve started a new job as a front-end engineer and designer for a startup in the Bay area.  It&#8217;s a small startup with big ambitions, and I&#8217;ll be updating you guys on the lessons I learn while working here from time to time.  </p>
<h3>New Design</h3>
<p>The new design is aimed at being as minimal as possible.  Gone are the plethora of share buttons, excessive images and unnecessary features &#8211; all that remains are the tools needed to read the blog and navigate the archives.  I&#8217;m also trying a left-aligned design, however if I find it uncomfortable I&#8217;ll likely center it within a few weeks (or days?).</p>
<h3>Upcoming Posts</h3>
<p>I wanted to start a new chapter of DevGrow, one that focuses more on my personal experiences and the knowledge I gain from the various projects I work on.  This means less &#8216;Top xyz Programs to Build Traffic&#8217; and posts aimed at beginners, instead I want to focus more on the technical and analytical side of things.  Hopefully this will do two things: a) make it easier to come up with topics to write about and b) create an archive of useful thoughts for future reference.</p>
<img src="http://devgrow.com/?ak_action=api_record_view&id=2413&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://devgrow.com/new-job-new-design-and-upcoming-posts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Your Favorite Code Editors and a New Poll</title>
		<link>http://devgrow.com/your-favorite-code-editors-and-a-new-poll/</link>
		<comments>http://devgrow.com/your-favorite-code-editors-and-a-new-poll/#comments</comments>
		<pubDate>Tue, 24 May 2011 16:18:59 +0000</pubDate>
		<dc:creator>Monjurul Dolon</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[code editors]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[poll results]]></category>
		<category><![CDATA[polls]]></category>
		<category><![CDATA[survey]]></category>

		<guid isPermaLink="false">http://devgrow.com/?p=2394</guid>
		<description><![CDATA[So it turns out you guys really like Notepad++. It was the clear leader of our last poll, with over 31% of the total votes. What surprised me, however, was that Dreamweaver was second in popularity, followed by Eclipse. Top 5 Code Editors Used by DevGrow Readers: Notepad++ Dreamweaver Eclipse NetBeans Textmate Dreamweaver&#8230; what the?! [...]]]></description>
				<content:encoded><![CDATA[<p>So it turns out you guys really like Notepad++.  It was the clear leader of our last poll, with over 31% of the total votes.  What surprised me, however, was that Dreamweaver was second in popularity, followed by Eclipse.<br />
<span id="more-2394"></span></p>
<h5>Top 5 Code Editors Used by DevGrow Readers:</h5>
<ol>
<li><a href="http://notepad-plus-plus.org/">Notepad++</a></li>
<li><a href="http://www.adobe.com/products/dreamweaver.html">Dreamweaver</a></li>
<li><a href="http://www.eclipse.org/">Eclipse</a></li>
<li><a href="http://www.netbeans.org/">NetBeans</a></li>
<li><a href="http://macromates.com/">Textmate</a></li>
</ol>
<h3>Dreamweaver&#8230; what the?!</h3>
<p><img src="http://devgrow.s3.amazonaws.com/wp-content/uploads/2011/05/code-editors-big.png" alt="" title="Dreamweaver CS5" width="600" height="300" class="aligncenter size-full wp-image-2396" /><br />
I can understand the love for Notepad++, I use it daily as my preferred coding editor, but are that many people still using Dreamweaver?  I remember using Dreamweaver in my earlier days of web development but quickly outgrew it as I moved on to what I thought was better software.  I decided to take a look at Dreamweaver again and was surprised to find that it&#8217;s come a long way since the Dreamweaver MX days &#8211; it has been updated to include a lot of <a href="http://www.adobe.com/products/dreamweaver/features.html">modern and useful features</a>, like:</p>
<ul class="list2">
<li><strong>Multiscreen Preview Panel</strong> &#8211; Lets you preview in multiple different resolutions (web, iPhone, tablet, etc.) and browser engines</li>
<li><strong>jQuery Mobile Integration</strong> &#8211; You can start a new project using jQuery Mobile that lays out a skeleton framework, which means you can make a mobile app in literally minutes</li>
<li><strong>CSS3/HTML5 Support</strong> &#8211; It supports cool effects like CSS3 transitions and HTML5 goodies</li>
</ul>
<p>Seeing the promotional videos on the Dreamweaver site almost makes me want to download the trial version and give it a shot.  So I have a question for you readers who actually use Dreamweaver on a day-to-day basis &#8211; do you really like it?  Have you tried other IDEs like Eclipse and if so, why do you prefer Dreamweaver over them?</p>
<h3>New Poll</h3>
<p>This month, I wanted to use the poll to actually help me out a bit in terms of determining what kind of content you guys prefer from DevGrow.  I want to make this site as useful as possible for the maximum number of people and I think it will help to see where the most demand is in terms of content topics.  If you have more suggestions for what you want to see, feel free to leave them in the comments!</p>
<h3>Slower Pace</h3>
<p>As you&#8217;ve probably noticed, I&#8217;ve only been updating the site once every other week or so recently, as I&#8217;ve been extremely busy with client work.  It may be like that for another month or two before I can ramp up the pace.  If you&#8217;re interested in contributing to DevGrow with an article or two, <a href="http://devgrow.com/contact">get in touch with me</a> and we&#8217;ll set it up.</p>
<p>As always, be sure to follow <a href="http://twitter.com/ThinkDevGrow">@ThinkDevGrow on Twitter</a> and <a href="http://www.facebook.com/DevGrow">Like Us on Facebook</a>!</p>
<img src="http://devgrow.com/?ak_action=api_record_view&id=2394&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://devgrow.com/your-favorite-code-editors-and-a-new-poll/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Freebie: Modern UI Pack Photoshop PSD</title>
		<link>http://devgrow.com/ui-pack/</link>
		<comments>http://devgrow.com/ui-pack/#comments</comments>
		<pubDate>Wed, 11 May 2011 17:04:35 +0000</pubDate>
		<dc:creator>Monjurul Dolon</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[buttons]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[free PSD]]></category>
		<category><![CDATA[freebies]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[PSD]]></category>
		<category><![CDATA[ui-pack]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://devgrow.com/?p=2385</guid>
		<description><![CDATA[I&#8217;ve been running across several new UI PSD kits that cover a wide range of elements, everything from buttons to media players. I wanted to take a shot at making my own with a few simple elements &#8211; feel free to use the following UI elements in any project you&#8217;d like. PreviewDownload PSD Even if [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been running across several new UI PSD kits that cover a wide range of elements, everything from buttons to media players.  I wanted to take a shot at making my own with a few simple elements &#8211; feel free to use the following UI elements in any project you&#8217;d like.<br />
<span id="more-2385"></span></p>
<div class="downloadBox">
    <a href="http://devgrow.s3.amazonaws.com/wp-content/uploads/2011/05/ui-pack-preview.png" class="button preview" style="margin-right:20px;">Preview</a><a href="http://demos.devgrow.com/ui-pack.zip" class="button download">Download PSD</a>
</div>
<p><a href="http://devgrow.s3.amazonaws.com/wp-content/uploads/2011/05/ui-pack-preview.png"><img src="http://devgrow.s3.amazonaws.com/wp-content/uploads/2011/05/ui-pack-big.png" alt="" title="ui-pack-big" width="600" height="450" class="aligncenter size-full wp-image-2388 boxed" /></a></p>
<p>Even if you don&#8217;t end up using the elements themselves, consider taking a look at the blending effects to see how they were achieved.  I&#8217;ll be using this kit and others like it to help create Photoshop mockups for clients more quickly, it saves time not having to remake elements over and over again (obvious I know, not sure why I didn&#8217;t consider it earlier).</p>
<p>As always, please leave feedback in the comments and let me know if you like the set!</p>
<img src="http://devgrow.com/?ak_action=api_record_view&id=2385&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://devgrow.com/ui-pack/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>The Psychology of Success, Part 2: Belief</title>
		<link>http://devgrow.com/the-psychology-of-success-part-2-belief/</link>
		<comments>http://devgrow.com/the-psychology-of-success-part-2-belief/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 01:00:17 +0000</pubDate>
		<dc:creator>Monjurul Dolon</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[belief]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[entrepreneurship]]></category>
		<category><![CDATA[psychology]]></category>
		<category><![CDATA[rags to riches]]></category>
		<category><![CDATA[startups]]></category>
		<category><![CDATA[success]]></category>

		<guid isPermaLink="false">http://devgrow.com/?p=2368</guid>
		<description><![CDATA[One of the most important characteristics you&#8217;ll find in successful individuals (especially entrepreneurs) is belief in themselves. It’s no secret, many athletes use it to give them an edge to beat competitors and current billionaires have used it in the lowest moments of their lives as motivation to keep going. A lot of us know [...]]]></description>
				<content:encoded><![CDATA[<p>One of the most important characteristics you&#8217;ll find in successful individuals (especially entrepreneurs) is belief in themselves. It’s no secret, many <a href="http://swimming.about.com/od/swimmingmindtrainingtips/qt/believe_success.htm">athletes use it to give them an edge</a> to beat competitors and current billionaires have used it in the lowest moments of their lives as motivation to keep going. A lot of us know the importance of this important trait yet fail to make use of it in our daily lives.<br />
<span id="more-2368"></span></p>
<h3>Yes, you can be successful too.</h3>
<p>Too many times have I seen friends and colleagues with high aspirations get shot down because of the supposed rareness of success in their respective industries, the volatile nature of the economy or a host of other ‘potential’ reasons. While I admit that many of them are probably not cut out to be famous athletes or business moguls, constantly hearing that they don’t have a chance at all kills any aspiration they might have to begin with.</p>
<p><img src="http://www.e-cookbooks.net/mousepad/belief.jpg" alt="" width="600" /></p>
<p>Belief in oneself plays a key role in motivating people to work harder at whatever they’re pursuing. For an entrepreneur, the idea that success may not be that far-fetched can often provide that extra push to actually succeeding. I often get asked, &#8220;how many Bill Gates&#8217; are out there for every person that tries and fails?&#8221; (substitute Bill for any other successful businessman) Well, if Bill Gates can do it, why can’t I? Or anyone else for that matter? The truth is that you can &#8211; anyone can &#8211; if they want it enough to do something about it. Googling <a href="http://www.google.com/search?hl=en&amp;q=rags+to+riches&amp;btnG=Google+Search&amp;aq=f&amp;oq=">‘rags-to-riches’</a> is evidence enough that people can overcome some of the hardest situations to reach success.</p>
<h6 style="border:none">Well, if Bill Gates can do it, why can&#8217;t I? Or anyone else for that matter? The truth is that you can &#8211; anyone can &#8211; if they want it enough to do something about it.</h6>
<p>It’s easy to argue that there are a lot of external factors that led to their success and in truth there probably  were, however a big part of it was their confidence. They believed in themselves and used that motivation to push them to greater levels. It’s easy to fall into the realm of ‘wannabe’ entrepreneurs who spend their time talking things up and reading books but fall short when it comes time to act. They may end up stuck in the same story for years and years, unable to move forward because of a list of excuses. Whatever your excuse is, there is a way to get around it if you look hard enough.</p>
<p>It’s important to realize that while not everyone is equal in intellect, skill set or financial situation, success for the greater part is something that should be attainable with enough hard work and dedication. Failure is a part of the journey &#8211; learn from your mistakes and move on.</p>
<h3>The Trickle Effect</h3>
<p>Believing in yourself and your company provides confidence not only to you but to everyone you work as well. Confident employees and cofounders are ones that have motivation to work hard because they expect success. Your role as their leader is to ensure that they maintain confident and have belief in the company through all of your ups and downs. Knowing that success is not impossible can increase productivity and lift the spirits of the people you come in contact with (leaving lasting impressions).</p>
<p><strong>Some quotes to get you motivated from some influential people:</strong></p>
<blockquote><p>The turning point, I think, was when I really realized that you can do it yourself. That you have to believe in you because sometimes that’s the only person that does believe in your success but you.<br />
<strong>- <a href="http://www.forbes.com/2006/09/20/ent-manage_biz_06rich400_self_made_entrepreneurs_tim_blixseth.html">Tim Bixworth</a>, lumber tycoon</strong></p></blockquote>
<blockquote><p>Whatever qualities the rich may have, they can be acquired by anyone with thetenacity to become rich. The key, I think, is confidence. Confidence and an unshakable belief it can be done and that you are the one to do it.<br />
<strong>- <a href="http://en.wikipedia.org/wiki/Felix_Dennis">Felix Dennis</a>, MAXIM</strong><a href="http://en.wikipedia.org/wiki/Felix_Dennis"></a></p></blockquote>
<blockquote><p>I believe in giving everything my best shot. I do not believe in holding back. I am very driven by the fact that we are destined with these opportunities.<br />
<strong>- <a href="http://www.sequoiacapitaloperations.sg/people/shailendra-singh/">Shailendra Singh</a>, Sequoia Capital India</strong><a href="http://www.sequoiacapitaloperations.sg/people/shailendra-singh/"></a></p></blockquote>
<blockquote><p>Outstanding leaders go out of their way to boost the self-esteem of their personnel. If people believe in themselves, it’s amazing what they can accomplish.<br />
<strong>- <a href="http://en.wikipedia.org/wiki/Sam_Walton">Sam Walton</a>, Wal-mart &amp; Sam’s Club</strong></p></blockquote>
<blockquote><p>Self-esteem is a huge piece of my work. You have to believe it’s possible and believe in yourself. Because after you’ve decided what you want, you have to believe it’s possible, and possible for you, not just for other people.<br />
<strong>- <a href="http://en.wikipedia.org/wiki/Jack_Canfield">Jack Canfield</a>, Chicken Soup for the Soul</strong></p></blockquote>
<p class="note">This is one of the original DevGrow article&#8217;s from 2008 that was lost in transition.  This is the last of the oldies, moving on to new content next week.</p>
<img src="http://devgrow.com/?ak_action=api_record_view&id=2368&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://devgrow.com/the-psychology-of-success-part-2-belief/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching 2/13 queries in 0.022 seconds using apc
Object Caching 767/867 objects using apc
Content Delivery Network via Amazon Web Services: S3: devgrow.s3.amazonaws.com

Served from: devgrow.com @ 2013-05-02 03:36:14 -->
