<?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>iKreator Freelance Designer</title>
	<atom:link href="http://ikwebdesigner.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ikwebdesigner.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 13 Apr 2012 20:38:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>My review of Five Second Test</title>
		<link>http://ikwebdesigner.com/blog/my-review-of-five-second-test/</link>
		<comments>http://ikwebdesigner.com/blog/my-review-of-five-second-test/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 15:57:08 +0000</pubDate>
		<dc:creator>Neal Chester</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[concept]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://ikwebdesigner.com/?p=3412</guid>
		<description><![CDATA[I was testing a new logo out and I wanted to get people&#8217;s first impressions and also what they thought the company represented, so I ran it through Five Second Test. Five Second Test helps you fine tune your landing pages and calls to action by analyzing the most prominent elements of your design only [...]]]></description>
			<content:encoded><![CDATA[<p>I was testing a new logo out and I wanted to get people&#8217;s first impressions and also what they thought the company represented, so I ran it through <a href="http://usabilityhub.com" target="_blank">Five Second Test</a>. Five Second Test helps you fine tune your landing pages and calls to action by analyzing the most prominent elements of your design only giving the user 5 seconds to review it.</p>
<p>Even though they have paid packages, by reviewing other peoples projects I could build up points that would allow me to get feedback results for free. The more points I have, the more responses I can receive. Here in lies the problem with this service. </p>
<h2>Quality reviews</h2>
<p>While the site says up front that they cannot guarantee the quality of the reviews, I can see how some web or graphic designers would take advantage of the free feedback by carelessly reviewing others just to rack up points so someone can review their concepts for free.</p>
<p>Nevertheless, I still feel it&#8217;s a decent service that I will use again, but I don&#8217;t think I&#8217;m comfortable paying for it just yet. I think if they had targeted audiences I could select from (<a href="http://usertesting.com" target="_blank">like other user testing services</a>) and paid reviewers, I would probably be more readily to pay for this service, but the site speaks of no such thing. </p>
<p>I also had to take into account that there will be some mean people who trash your designs and not give you constructive criticism. So this is to be expected when having the public review your work.</p>
<h2>Designers reviewing designers</h2>
<p>For all I know, all the reviews could just be other designers like myself reviewing each others work to get free reviews of their own work (this sounds a lot like <a href="http://ConceptFeedback.com" target="_blank">Concept Feedback</a> which is an excellent site for it&#8217;s market).</p>
<p>The problem with other designers reviewing other designers&#8217; work is that we think different than our targeted audiences. We need feedback from people who don&#8217;t have a designer&#8217;s eye. While their reviews are helpful, this may not be the best solution, but it&#8217;s worth using. </p>
<h2>The Tests</h2>
<p>I found it fun to review other people&#8217;s work and I&#8217;d happily do it again. I did about 16 tests each giving my honest opinion and response to the reviewers questions. I participated in the Five Second Test, the Click Test and the Nav Flow Test.</p>
<p>I feel like you need a little more time than 5 seconds to review a concept, because most people spend more time on a site before they click away. And because of the window size you review the test in, you have to scroll up and down to see what you&#8217;re looking at, this takes time away from actually reviewing the concept and before you know it, it&#8217;s gone. So I think 10 seconds would be best &#8212; but I get the idea of the 5 second test.</p>
<p>Overall, a decent service.</p>
]]></content:encoded>
			<wfw:commentRss>http://ikwebdesigner.com/blog/my-review-of-five-second-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Scrollbar for Chrome Browsers</title>
		<link>http://ikwebdesigner.com/blog/custom-scrollbar-for-chrome-browsers/</link>
		<comments>http://ikwebdesigner.com/blog/custom-scrollbar-for-chrome-browsers/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 21:15:31 +0000</pubDate>
		<dc:creator>Neal Chester</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[scrollbar]]></category>

		<guid isPermaLink="false">http://ikwebdesigner.com/?p=3395</guid>
		<description><![CDATA[Internet Explorer allows you to customize the scroll bars and Chrome allows you to do the same. Firefox doesn&#8217;t have this option yet. My wish is that there was a standard property for all the browsers because scroll bars are apart of web design and we should have control over it. ::-webkit-scrollbar { width: 14px; [...]]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer allows you to customize the scroll bars and Chrome allows you to do the same. Firefox doesn&#8217;t have this option yet. My wish is that there was a standard property for all the browsers because scroll bars are apart of web design and we should have control over it.</p>
<pre><code>::-webkit-scrollbar { width: 14px; }
/* Track &amp; scroll thickness */

::-webkit-scrollbar-track { background-color:#ddd; }
/* Track color */

::-webkit-scrollbar-thumb { background-color: #333;}
/* Scroll color */

::-webkit-scrollbar-thumb:hover { background-color: #000 }
/* Scroll hover color */

::-webkit-scrollbar-thumb:active { background-color: #000 }
/* Scroll click &amp; drag color */</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://ikwebdesigner.com/blog/custom-scrollbar-for-chrome-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Special Characters in HTML</title>
		<link>http://ikwebdesigner.com/blog/special-characters-in-html/</link>
		<comments>http://ikwebdesigner.com/blog/special-characters-in-html/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 16:40:32 +0000</pubDate>
		<dc:creator>Neal Chester</dc:creator>
				<category><![CDATA[Note2Self]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://ikwebdesigner.com/?p=3383</guid>
		<description><![CDATA[Sometimes I use special characters as an alternative to images; many of these characters I never knew existed. When I surfed the Web, I always ran into 3 problems with character listings: They contained tons of characters I didn&#8217;t use There was no one list that brought together all the characters I needed The fonts [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes I use special characters as an alternative to images; many of these characters I never knew existed. When I surfed the Web, I always ran into 3 problems with character listings:</p>
<ul>
<li>They contained tons of characters I didn&#8217;t use</li>
<li>There was no one list that brought together all the characters I needed</li>
<li>The fonts were too small and the page was difficult to use</li>
</ul>
<p>So I made my own listing page containing the best HTML characters I felt would be useful to everyone, especially web developers. I grouped them into sections and included the HTML, JS and CSS number codes for your convenience. Enjoy. <a href="http://ikwebdesigner.com/special-characters/" target="_blank" class="bold">Special Characters</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ikwebdesigner.com/blog/special-characters-in-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where to start learning Web Design</title>
		<link>http://ikwebdesigner.com/blog/where-to-start-learning-web-design/</link>
		<comments>http://ikwebdesigner.com/blog/where-to-start-learning-web-design/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 02:52:52 +0000</pubDate>
		<dc:creator>Neal Chester</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[programmer]]></category>
		<category><![CDATA[w3schools]]></category>

		<guid isPermaLink="false">http://ikwebdesigner.com/?p=3362</guid>
		<description><![CDATA[A connection on Linked In contacted me and asked me a question: &#8230; My question is: there is so much I want to learn as far as web design. I don&#8217;t know where to start first: jquery, CSS, flash, HTML, search engine optimization, etc. What would you suggest? And what sites would you suggest for [...]]]></description>
			<content:encoded><![CDATA[<p>A connection on <a href="http://linkedin.com" target="_blank">Linked In</a> contacted me and asked me a question:</p>
<blockquote class="italic"><p>&#8230; My question is: there is so much I want to learn as far as web design. I don&#8217;t know where to start first: jquery, CSS, flash, HTML, search engine optimization, etc. What would you suggest? And what sites would you suggest for learning?</p></blockquote>
<p>I responded to her and I thought I&#8217;d post my response here for anyone else:</p>
<div class="bignumbers">
<h2>Start with basic HTML: </h2>
<p>Here are some sites that will teach you: </p>
<ul>
<li>W3Schools.com <a href="http://ikwebdesigner.com/blog/w3schools-w3fools/" target="_blank" title="W3schools is great for practicing, but it shouldn't be the only source you use to learn web development. Click to learn more &#187;" class="tip info" style="cursor:pointer">i</a></li>
<li>SitePoint.com </li>
<li>HTML5doctor.com </li>
<li>HTMLGoodies.com </li>
<li>Lynda.com (free and paid services)</li>
</ul>
<h2>Then move on to CSS:</h2>
<p>The sites above teach CSS as well. </p>
<h2> And then move to jQuery/Javascript </h2>
<p>Lynda.com has a paid service with video tutorials for about $30 a month, no commitments. jQuery should be the last thing you get into after you have a firm understanding of HTML and CSS. Lynda.com also teaches all the other languages as well.</p>
<h2>About SEO </h2>
<p>Getting ranked high in search engines has to do with the quality of content, proper use of meta tags, how many reciprical links you have, and how well structured your HTML is (which is what you&#8217;ll be taught from the above sites). I&#8217;m not a SEO expert, but I&#8217;ve learned a few tricks over the years from various articles via Google Search. </p>
<h2>Flash is for animation and applications</h2>
<p>Web developers have moved away from Flash because it doesn&#8217;t rank to well as do organic native HTML websites in search engines. HTML, CSS and JavaScript are the primary languages a website should be coded in. When you use flash, I recommend a program called SwishMax which allows you to create animation easier than Flash and it&#8217;s much cheaper. Flash isn&#8217;t bad it&#8217;s just better to code entire sites using native languages I mentioned above.</p>
<h2>Web Development Tools</h2>
<p>I also forgot to mention one tool all web developers use and that is called <strong>Web Inspection</strong>. Inspection allows you to see the code behind any given element on a live web page. These tools are very helpful especially when determining errors. </p>
<p>If you&#8217;re using Firefox, there&#8217;s a plugin called FireBug that will allow you to inspect. Or if you use Google Chrome, it&#8217;s already built in. To use the inspector, right-click on any element, choose Inspect and a window will appear displaying the code behind the element. </p>
<p>Other web development software include <a href="http://ikwebdesigner.com/blog/notepad-alternative-to-dreamweaver/" title="Notepad++, alternative to Dreamweaver" target="_blank">Dreamweaver and NotePad++</a>.
</div>
]]></content:encoded>
			<wfw:commentRss>http://ikwebdesigner.com/blog/where-to-start-learning-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 Rules for finding web work on Craig&#8217;s List</title>
		<link>http://ikwebdesigner.com/blog/7-rules-for-finding-web-design-work-on-craigs-list/</link>
		<comments>http://ikwebdesigner.com/blog/7-rules-for-finding-web-design-work-on-craigs-list/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 20:28:52 +0000</pubDate>
		<dc:creator>Neal Chester</dc:creator>
				<category><![CDATA[Note2Self]]></category>
		<category><![CDATA[craigslist]]></category>
		<category><![CDATA[employers]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[web work]]></category>

		<guid isPermaLink="false">http://ikwebdesigner.com/?p=2993</guid>
		<description><![CDATA[I used Craig&#8217;s List to find some of my web work. I&#8217;ve found that only 30% of Craig listings are worth looking at and about half of those are actually worth working. The reason for this is because many job posters are uneducated as to what they really want, they don&#8217;t understand the various web [...]]]></description>
			<content:encoded><![CDATA[<p>I used Craig&#8217;s List to find some of my web work. I&#8217;ve found that only 30% of Craig listings are worth looking at and about half of those are actually worth working. The reason for this is because many job posters are uneducated as to what they really want, they don&#8217;t understand the various web technologies, and in most cases, they don&#8217;t have a respect for web and graphic design &#8212; they just want it cheap and they want it fast.</p>
<p>Therefore, Craig&#8217;s List isn&#8217;t the best place to find work. But aside from that, I&#8217;ve developed some rules when using Craig List to find full-time, part-time, and contract work, here they are:</p>
<div class="bignumbers">
<h2>Know your worth</h2>
<p>I don&#8217;t respond to &#8220;low-ballers&#8221;. $6-$12/hr for professional web work is ridiculous! It&#8217;s important to know the going rate for web and graphic design and to couple that with your experience. I&#8217;ve found that low-ballers will not only pay late, but will try to overwork you. The low hourly rate is a clear sign of little knowledge and respect for the services you provide.</p>
<h2>Review the company/client online</h2>
<p>When they reply, follow their signature links and email extension to learn more about who you may be working for. The potential employer is likely doing the same thing. I&#8217;ve discovered a lot about people by viewing their Facebook, Twitter and personal websites.</p>
<h2>Do a phone interview</h2>
<p>When they respond to your inquiry, it&#8217;s good to question them before meeting to see if you understand and meet their requirements and if they&#8217;re willing to actually pay you :). Reasonable compensation is important, so it&#8217;s wise to get these issues out of the way before having a face-to-face meeting.</p>
<h2>Call ahead to confirm the meeting</h2>
<p>If the phone interview goes well, a face-to-face should be scheduled. I try to call 1-2 hours in advance to make sure the meeting is still on and that the person will actually be there. Sometimes they don&#8217;t even show up; and they won&#8217;t notify you &#8211; I&#8217;ve had this happen to me once &#8212; totally inconsiderate.</p>
<h2>Location and transportation</h2>
<p>If the office is too far, this increases your chances of being late. If you&#8217;re taking the bus, I recommend no more than two transfers because public transportation can be unreliable at times which will also increase your chances of being late. Being on time is important and it shouldn&#8217;t be a journey to commute to work everyday.</p>
<h2>Use caution with start-up web design companies</h2>
<p>I&#8217;ve found that some start-ups can be totally unethical when it comes to money, duties and respect. One start-up wanted to pay me <b>after</b> each job was finished &#8212; nothing up front &#8212; and I wouldn&#8217;t know when I would get paid. That&#8217;s insane! The standard practice is a portion up-front and the remainder at the end; especially for contract work. In other cases, like in-house, long term contract and part/full time work, a weekly check is sufficient. </p>
<p>Another woman mentioned that I would be responsible for &#8220;<b>other</b>&#8221; activities apart from web design like taking out the trash, hanging pictures and God knows what else. You have to decide upfront what you&#8217;re willing to do. But you have to understand that when it comes to start-ups, many rules aren&#8217;t in place, there may not be any structure yet and they may think they can have you doing whatever.</p>
<p>Finally, you want to make sure there&#8217;s respect. I interviewed with an employer who obliviously had no respect for blacks as he continuously made bigoted comments about me and the black race. I called him out on it and he tried to backtrack, but it had become clear that this guy was nobody I wanted to work for. Therefore, I make sure there&#8217;s a level of respect, and a clear written agreement on duties and payment before beginning any work; especially with start-ups.</p>
<h2>Get answers to important questions</h2>
<p>In the interview, I make sure I find answers to these questions:</p>
<ul>
<li>Does the manager know and understand web design?</li>
<li>Do they respect web standards and ethics?</li>
</ul>
<p>If the answer is &#8220;No&#8221; to any of these, then, for me, it&#8217;s a bad deal and I won&#8217;t take it. A manager that doesn&#8217;t &#8220;get&#8221; web design is in no position to manage and give you orders. Unqualified managers may give you unrealistic time-frames to complete a job because they simply don&#8217;t know how long it takes to craft quality concepts and web standard code. </p>
<p>In other cases, they may want you to design things you&#8217;re not comfortable with (like porn sites) and have you steal content from other blogs. It&#8217;s important to pay attention and listen to your gut while on the phone and during the interview.</p>
</div>
<p>These are my seven rules I try to stick to when using Craig&#8217;s List.</p>
]]></content:encoded>
			<wfw:commentRss>http://ikwebdesigner.com/blog/7-rules-for-finding-web-design-work-on-craigs-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conditional IE, In Reverse</title>
		<link>http://ikwebdesigner.com/blog/conditional-ie-in-reverse/</link>
		<comments>http://ikwebdesigner.com/blog/conditional-ie-in-reverse/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 02:49:11 +0000</pubDate>
		<dc:creator>Neal Chester</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://ikwebdesigner.com/?p=3306</guid>
		<description><![CDATA[I&#8217;ve known for a long time that you can use conditional statements to target Internet Explorer while excluding all the other browsers. Today I learned something new &#8212; you can do it in reverse. You can exclude IE from seeing code without effecting the rest of the browsers. This came into need when I wanted [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve known for a long time that you can use conditional statements to target Internet Explorer while excluding all the other browsers. Today I learned something new &#8212; you can do it in reverse. You can exclude IE from seeing code without effecting the rest of the browsers.</p>
<p>This came into need when I wanted to use a script that wouldn&#8217;t render properly because of IE&#8217;s bugs. Instead of targeting the other 4 browsers, I found a quick and easy solution at <a href="http://www.javascriptkit.com/howto/cc2.shtml" target="_blank">Javascript Kit</a>. </p>
<p>The first is the code we all know. The second is the exclusion code.<br />
Notice the exclamation point before the &#8220;IE&#8221;:</p>
<div class="column">
<pre>
<code>&lt;!--[if IE]&gt;
Only show this code to IE users
&lt;![endif]--&gt;</code>
</pre>
</div>
<div class="column">
<pre>
<code>&lt;![if !IE]&gt;
Show this code to everyone except IE users
&lt;![endif]&gt;</code>
</pre>
</div>
<p>This exclusion code works with the different conditional options as well. Just to review:</p>
<pre>
<code>&lt;!--[if lt IE 7 ]&gt;   Less than IE7. Target only IE6 and below.
&lt;!--[if lte IE 7 ]&gt;  Less than or equal to IE7. Target IE7 and below.
&lt;!--[if gt IE 7 ]&gt;   Greater than IE7. Target only IE8 and above.
&lt;!--[if gte IE 7 ]&gt;  Greater than or equal to IE7. Target IE7 and above.</code>
</pre>
<p>Perhaps other developers knew about this, but I didn&#8217;t.<br />
You learn something new everyday! :)</p>
]]></content:encoded>
			<wfw:commentRss>http://ikwebdesigner.com/blog/conditional-ie-in-reverse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to regain control of your WordPress site if blocked out by buggy plugins</title>
		<link>http://ikwebdesigner.com/blog/how-to-regain-control-of-your-wordpress-site-if-blocked-out-by-buggy-plugins/</link>
		<comments>http://ikwebdesigner.com/blog/how-to-regain-control-of-your-wordpress-site-if-blocked-out-by-buggy-plugins/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 20:54:46 +0000</pubDate>
		<dc:creator>Neal Chester</dc:creator>
				<category><![CDATA[Note2Self]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://ikwebdesigner.com/?p=3292</guid>
		<description><![CDATA[I was using a plug-in called Better WP Security (which I strongly don&#8217;t recommend). It had a feature that blocks access to the admin section for a certain time frame. I mistakenly set the wrong times and when it was time to edit the site I couldn&#8217;t because I was blocked out. If something like [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">I</span> was using a plug-in called Better WP Security (which I strongly don&#8217;t recommend). It had a feature that blocks access to the admin section for a certain time frame. I mistakenly set the wrong times and when it was time to edit the site I couldn&#8217;t because I was blocked out.</p>
<p>If something like this has ever happened to you, it can be scary, it was for me. How was I going to deactivate a plugin that has taken away control of your admin section? I need access to the admin section in order to do it!</p>
<p>In this case, I wasn&#8217;t willing to wait, I found a solution.</p>
<p><strong>Do this:</strong> load up your FTP, find the plugins folder and rename it, (&#8220;plugins&#8221; to &#8220;pluginss&#8221;). This will disable <em>all</em> the plugins because WP won&#8217;t be able to find them due to the incorrect directory name.</p>
<p>Now you can get into the admin section (if a plugin was causing the issue). Once in, go back to your FTP and change the folder name back to &#8220;plugins&#8221;. Then you can either de-active and/or delete the plugin you think is causing the problem.</p>
<p>Simply. Easy.</p>
]]></content:encoded>
			<wfw:commentRss>http://ikwebdesigner.com/blog/how-to-regain-control-of-your-wordpress-site-if-blocked-out-by-buggy-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Favorite WordPress Plug-ins</title>
		<link>http://ikwebdesigner.com/blog/my-favorite-wordpress-plug-ins/</link>
		<comments>http://ikwebdesigner.com/blog/my-favorite-wordpress-plug-ins/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 20:05:17 +0000</pubDate>
		<dc:creator>Neal Chester</dc:creator>
				<category><![CDATA[Note2Self]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://ikwebdesigner.com/?p=3006</guid>
		<description><![CDATA[For initial website set up and redesigns: Bulk Page Creator When working with websites with a lot of initial pages, I’ve found this plug-in to be very helpful. I used to create each page manually using Pages &#62; New Page, but as you know, this includes a few steps, and with multiple pages, it can [...]]]></description>
			<content:encoded><![CDATA[<h2 class="hheader">For initial website set up and redesigns:</h2>
<ul class="ccontent">
<li>
<h3>Bulk Page Creator</h3>
<p>When working with websites with a lot of initial pages, I’ve found this plug-in to be very helpful. I used to create each page manually using <strong>Pages &gt; New Page</strong>, but as you know, this includes a few steps, and with multiple pages, it can become tedious. This plug-in let’s you create pages very quickly in one screen without page reloads.<br />
<a href="http://solid-code.co.uk/2011/05/bulk-page-creator/" target="_blank">Plug-in Link</a></li>
<li>
<h3>Regenerate Thumbnails</h3>
<p>After redesigning a website that uses post thumbnails, the theme design may call for new thumbnail sizes. Should you, then, take all the old images into an image editor and re-size everything? Nope. There’s a better way. Simple change the size of the thumbnails, by going to <strong>Settings &gt; Media</strong> and then run this plug-in — it takes care of the rest.<br />
<a href="http://www.viper007bond.com/wordpress-plugins/regenerate-thumbnails/" target="_blank">Plug-in Link</a></li>
</ul>
<h2 class="hheader">Content Management:</h2>
<ul class="ccontent">
<li>
<h3>My Page Order</h3>
<p>This is a plug-in that I believe should be a standard function in WordPress. When you have a ton of pages and you need to re-order them, WordPress makes it difficult with their numbering system. With this plugin, you can simple drag and drop your pages in the order you want — very useful.<br />
<a href="http://www.geekyweekly.com/mypageorder" target="_blank">Plug-in Link</a></li>
<li>
<h3>Broken Link Checker</h3>
<p>For high content websites where links are constantly created, you want to make sure your links stay active. This plug-in does just that. It will even email you if a link or image is broken, tell where it is, and give you an easy to use interface to correct the problem — an awesome plugin.<br />
<a href="http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/" target="_blank">Plug-in Link</a></li>
<li>
<h3>Google XML SiteMaps</h3>
<p>You want to make sure Google knows all about your new content. This plug-in automates the process by informing the top search engines every time you add, delete or modify a page or post. You can also exclude certain areas of the site you don’t want search engines to index.<br />
<a href="http://blog.mariokostelac.com/google-xml-sitemaps-multisite/" target="_blank">Plug-in Link</a></li>
</ul>
<h2 class="hheader">Spam Protection &amp; Database Backup</h2>
<ul class="ccontent">
<li>
<h3>Askimet</h3>
<p>One of the best spam filters I’ve every used. If you run a blog with user comments this plug-in is worth the small cost. This should just be a standard built in feature, but I can understand why the makers decide to separate it and charge for it — because it’s so damn good at it’s job.<br />
Comes pre-installed</li>
<li>
<h3>WordPress Database Backup</h3>
<p>I’ve been using this for quite sometime. It backs up what is most important — your text content and WP settings. Lately I’ve heard of another plug-in that backs up <strong>everything</strong> called: <a title="Plugin Buddy" href="http://pluginbuddy.com/purchase/backupbuddy/" target="_blank">BackupBuddy</a>.<br />
<a href="http://austinmatzko.com/wordpress-plugins/wp-db-backup/" target="_blank">Plug-in Link</a></li>
</ul>
<h2 class="hheader">Caching Plug-ins for Speed</h2>
<ul class="ccontent">
<li>
<h3>Quick Cache, W3 Total Cache and WP Super Cache</h3>
<p>Quick cache is the simple of the two, however, I&#8217;ve had issues with W3 Total Cache and Quick Cache installing correctly on one of my blogs (and I haven&#8217;t been able to find a solution) so I installed WP Super Cache, it did the trick. For me, Quick Cache and WP Super Cache seem the best ones out there.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ikwebdesigner.com/blog/my-favorite-wordpress-plug-ins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Don&#8217;t Like Mac&#8230;</title>
		<link>http://ikwebdesigner.com/blog/i-dont-like-mac/</link>
		<comments>http://ikwebdesigner.com/blog/i-dont-like-mac/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 20:46:31 +0000</pubDate>
		<dc:creator>Neal Chester</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[pc]]></category>

		<guid isPermaLink="false">http://ikwebdesigner.com/?p=2708</guid>
		<description><![CDATA[I prefer PC. Here are my reasons: I can delete with just one key I can Right-Click without a special mouse The Home and End keys work properly Manage files from ANY file window Major software upgrades arrive first for PC Many more software solutions I can build my own PC, I can’t build a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="img100" src="http://ikwebdesigner.com/_ikreator/wp-content/uploads/imac-top-win.jpg" alt="" /></p>
<div class="column">
<h2>I prefer PC. Here are my reasons:</h2>
<ul>
<li>I can delete with just one key</li>
<li>I can Right-Click without a special mouse</li>
<li>The Home and End keys work properly</li>
<li>Manage files from ANY file window</li>
<li>Major software upgrades arrive first for PC</li>
<li>Many more software solutions</li>
<li>I can build my own PC, I can’t build a Mac</li>
</ul>
<p><img class="img100" src="http://ikwebdesigner.com/_ikreator/wp-content/uploads/mac-pc.jpg" alt="" /></p>
<h2>Here’s why most designers use Mac:</h2>
<ul>
<li>Because Apple told them so</li>
</ul>
<p>Apple has brilliant marketing! So much so that designers don’t wanna be that corny dude in the business suit, they want to be that other cool guy in the jeans. I love those commercials, but I’m not going to let them program me. I know the truth.</p>
</div>
<div class="column">
<p>The reason I use PC is because <a title="Stat Counter Global Stats" href="http://gs.statcounter.com/#os-ww-monthly-201010-201110-bar" target="_blank">most people use PC</a>. Wouldn’t it be best to develop websites in the same environment the rest of the population uses?</p>
<p>Browsers render websites differently on a Mac than they do on a PC <em>even if it’s the same browser</em>. Since most people use PC, I develop on and for PC.</p>
<h2>The Difference</h2>
<p>At the end of the day, the only difference between PC and Mac is that Mac has cooler hardware design and a cooler <abbr title="graphic user interface">GUI</abbr> — that’s all — just style and jazz.</p>
<p>Oh, and they say PCs get viruses and Macs don’t. Well, I have virus protection, so my PC doesn’t get sick … And don’t bring up Vista, Microsoft redeemed itself with Windows 7.</p>
<p>Some designers have turned their lips up at me when they discover that I work on a PC. At the end of the day, <em>it’s a computer</em>. And if you don’t have enough RAM or a fast enough processor, it will snail, freeze and crash like any other computer without the necessary stuff to make it work.</p>
<p>Bottom line: I’ve used the Mac. I prefer PC. Mac isn’t magical, Mac doesn’t make you cool, Mac isn’t for designers — it’s just a shinny and expensive alternative to a PC, nothing more. :)</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://ikwebdesigner.com/blog/i-dont-like-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notepad++, alternative to Dreamweaver</title>
		<link>http://ikwebdesigner.com/blog/notepad-alternative-to-dreamweaver/</link>
		<comments>http://ikwebdesigner.com/blog/notepad-alternative-to-dreamweaver/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 16:37:15 +0000</pubDate>
		<dc:creator>Neal Chester</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[notepad]]></category>
		<category><![CDATA[programs]]></category>

		<guid isPermaLink="false">http://ikwebdesigner.com/?p=2980</guid>
		<description><![CDATA[It was time to upgrade my software and I decided to find a free alternative to Adobe’s Dreamweaver. I love DW, but it’s bloated with stuff I never use, and it’s expensive. NotePad++ has proven to be a much better deal. It includes many of the features I love and actually used in Dreamweaver, but [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://notepad-plus-plus.org/" target="_blank"><img class="alignright" title="NotePad++ Website" src="http://ikwebdesigner.com/_ikreator/wp-content/uploads/notepad-team.png" alt="" width="256" height="256" /></a></p>
<p>It was time to upgrade my software and I decided to find a free alternative to Adobe’s Dreamweaver. I love DW, but it’s bloated with stuff I never use, and it’s expensive.</p>
<p>NotePad++ has proven to be a much better deal. It includes many of the features I love and actually used in Dreamweaver, but with some slight drawbacks.</p>
<h2>The most used features I love:</h2>
<ul>
<li>
<h3>Project Manager</h3>
<p>Like DW, there’s an aside panel that lists all the files for your project. You can create as many project lists as you want and they don’t have to rely on the file structure on the hard drive.</li>
<li>
<h3>Colored coding</h3>
<p>Like DW, the code has separate colors for tags, attributes and variables. You can customize the colors as I chose to do, preferring a dark background and light text opposed to the default look — I feel it’s better on the eyes.</li>
<li>
<h3>Code folding</h3>
<p>A much needed feature for any coder, this comes standard with NotePad just like DW. Sometimes it’s buggy and doesn’t fold certain elements, but nevertheless, it works for me.</li>
</ul>
<h2>Things to keep in mine:</h2>
<ul>
<li>
<h3>No WYSIWYG editor</h3>
<p>I don’t care if this is missing, I’m a hand coder and I prefer to view the rendering in an actual browser. <abbr title="What You See Is What You Get">WYSIWYG</abbr> seemed to differ from the final rendering in a browser so WYSIWYG editors aren’t for me anyway.</li>
<li>
<h3>FTP and SFTP support</h3>
<p>Like DW, NotePad’s FTP plugin works much the same. The only drawback is that the project file manager and the FTP have <strong>no synchronization. </strong>The great thing is you can set up various FTP locations and save them. So whenever you want to upload an updated file, all you have to do is open the website you saved.</p>
<p class="hide">Another thing I noticed was, if you try to download a file, NotePad will download the entire server directory (all the way to the root) — not just the file — and it doesn’t even place it where your project files are. This is weird, so I just don’t use the download feature at all. Instead, I initially upload everything using FileZilla and use the internal FTP for <strong>only</strong> uploading updated files.</p>
</li>
<li>
<h3>Encoding UTF-8 without BOM</h3>
<p>After uploading one of my WordPress sites, I discovered weird code had been added to my HTML which screwed up the layout. I did some searching and found out that NotePad++ encoded my page with <abbr title="Byte Order Mark">BOM</abbr>. The remedy was to select “Encode UTF-8 without BOM” on each file, save them, and this fixed the problem.</p>
<hr />
<p>NotePad++ doesn&#8217;t replace DW easy creation of tables and all its awesome features, but it&#8217;s a good alternative and you can&#8217;t afford to purchase DW and you&#8217;re comfortable hand-coding.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ikwebdesigner.com/blog/notepad-alternative-to-dreamweaver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

