<?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>TECKpert &#187; Wordpress</title> <atom:link href="http://www.teckpert.com/category/wordpress/feed/" rel="self" type="application/rss+xml" /><link>http://www.teckpert.com</link> <description>Your web and software development experts</description> <lastBuildDate>Wed, 18 Jan 2012 17:38:06 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.1.3</generator> <item><title>WordPress 3.1 Feature Causing a headache?</title><link>http://www.teckpert.com/wordpress/wordpress-3-1-feature-causing-a-headache/</link> <comments>http://www.teckpert.com/wordpress/wordpress-3-1-feature-causing-a-headache/#comments</comments> <pubDate>Tue, 08 Mar 2011 22:28:44 +0000</pubDate> <dc:creator>Adrian</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[Wordpress]]></category><guid isPermaLink="false">http://www.teckpert.com/?p=1999</guid> <description><![CDATA[After updating to WordPress 3.1, we found the html body of our sites being pushed [...]]]></description> <content:encoded><![CDATA[<p>After updating to WordPress 3.1, we found the html body of our sites being pushed down a bit. We found this following code injected into the</p><pre class="brush:php"> html { margin-top: 28px !important; }	* html body { margin-top: 28px !important; }
</pre><p>The reason this is happening is WordPress is making space for the new admin panel that displays when admins view the live site. There are two fixes for this:</p><ol><li>Insert wp_footer() in your footer.php file</li><li>Or you can open your user profile (Users &gt; Your Profile) and uncheck the &#8216;Show on Front&#8217; option to make it disappear.</li></ol><p>Hope this helps someone.</p> ]]></content:encoded> <wfw:commentRss>http://www.teckpert.com/wordpress/wordpress-3-1-feature-causing-a-headache/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How To Install a WordPress Plugin</title><link>http://www.teckpert.com/wordpress/how-to-install-a-wordpress-plugin/</link> <comments>http://www.teckpert.com/wordpress/how-to-install-a-wordpress-plugin/#comments</comments> <pubDate>Sat, 30 Jan 2010 02:51:05 +0000</pubDate> <dc:creator>Adrian</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[how to install a worpress plugin]]></category> <category><![CDATA[installing wordpress plugins]]></category> <category><![CDATA[plugin]]></category> <category><![CDATA[plugins for wordpress]]></category> <category><![CDATA[web 2.0]]></category><guid isPermaLink="false">http://www.teckpert.com/?p=693</guid> <description><![CDATA[As you might now, WordPress provides an easy and effortless way to extend your blog or website. Plugins do just that. It's real simple, all you have to do is login to your WordPress site and go to your Administration Panel. From there you just click on the Plugs tab. Simply upload your plugin and activate it. Then follow the instructions on how to use it. Now I know sometimes it may not be that simple. Even though WordPress developers make it as easy as possible,  there are some things you should know. Below I list some tips you might find useful when extending your WordPress website with plugins.]]></description> <content:encoded><![CDATA[<p>As you might now, WordPress provides an easy and effortless way to extend your blog or website. Plugins do just that. It&#8217;s real simple, all you have to do is login to your WordPress site and go to your Administration Panel. From there you just click on the Plugs tab. Simply upload your plugin and activate it. Then follow the instructions on how to use it.</p><p>Now I know sometimes it may not be that simple. Even though WordPress developers make it as easy as possible,  there are some things you should know. Below I list some tips you might find useful when extending your WordPress website with plugins.</p><h3><strong>What You Should Know</strong></h3><p>Not rocket science here, just plain old bullet points for you.</p><ul><li><strong>Know before you install &#8211; </strong>Read the developers documentation on the website or the notes (called a Readme.txt) that come with the plugin.</li><li><strong>Plugins require downloading and uploading to install</strong> &#8211; Some plugins come in a zip file and you should have an understanding on how to upload it in the Plugins tab or how to upload it to your website via FTP (File Transfer Protocol). Plugins are stored in the /wp-content/plugins folder from your website root.</li><li><strong>Plugins may require modifying WordPress files and templates </strong>- Sometimes those really flexible or powerful plugins may require some modifications to your website theme files or even your web host. If you are using a plugin you don&#8217;t understand, it might be a good idea to consult your web developer.</li><li><strong>Record modifications</strong> &#8211; Whenever you make changes to your wordpress theme files or plugins, you should either (1) create a backup before making changes, or (2) comment in the code where you made changes. This is good practice in case you have to go back and undo any changes you made.</li><li><strong>Make frequent backups</strong> &#8211; If a plugin is making changes to your database or requires modifications to your content and files, you should most certainly make a backup before implementing the plugin.</li></ul><h3>Manual Plugin Installation</h3><p>Here is the general process for installing a plugin. Remember, read the developer documentation and make a backup before installing!</p><p>1. Read through the &#8220;readme&#8221; file thoroughly that usually accompanies a plugin, or the website article from where you found the plugin. It is often helpful to print out the instructions so you can check off the installation steps as you complete them.</p><p>2. Upload the plugin to the wp-content/plugins folder in your WordPress directory online.</p><p>3. Make any changes to templates or files as required by the Plugin instructions including adding Plugin template tags.</p><p><strong><em> Activate the Plugin:</em></strong></p><p>1. Access the Plugin Panel in your Administration Panels</p><p>2. Scroll down through the list of Plugins to find the newly installed Plugin (if not visible, start from the beginning to check to see if you followed the instructions properly and uploaded the file correctly).</p><p>3. Click on the Activate link to turn the Plugin on.</p><p>4. Continue making any modifications necessary from the &#8220;readme&#8221; file instructions to make the plugin&#8217;s actions meet your needs.</p> ]]></content:encoded> <wfw:commentRss>http://www.teckpert.com/wordpress/how-to-install-a-wordpress-plugin/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Website Design for Small Business</title><link>http://www.teckpert.com/wordpress/website-design-for-small-business/</link> <comments>http://www.teckpert.com/wordpress/website-design-for-small-business/#comments</comments> <pubDate>Mon, 04 Jan 2010 13:49:43 +0000</pubDate> <dc:creator>Adrian</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[Small Business]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[affordable website designs]]></category> <category><![CDATA[best websites for small business]]></category> <category><![CDATA[smaill business websites]]></category> <category><![CDATA[small business website design]]></category> <category><![CDATA[small business website templates]]></category> <category><![CDATA[websites for small business]]></category> <category><![CDATA[websites for small business owners]]></category> <category><![CDATA[websites for small businesses]]></category><guid isPermaLink="false">http://www.teckpert.com/?p=476</guid> <description><![CDATA[How do you get a powerful web 2.0 enabled business website? How do you get a look that you will love with the latest, leading technology behind it? But most importantly, where do you start? That's what we are going to answer in this article. Having a nicely designed website for your business should be a top priority. But more importantly, you should have it loaded with fresh content and have it fully optimized to easily drive traffic.]]></description> <content:encoded><![CDATA[<p>How do you get a powerful web 2.0 enabled business website? How do you get a look that you will love with the latest, leading technology behind it? But most importantly, where do you start?</p><p>That&#8217;s what we are going to answer in this article.</p><p>Having a nicely designed website for your business should be a top priority. But more importantly, you should have it loaded with fresh content and fully optimized to easily drive traffic. Why? Because a website should serve at least one of the following purposes:</p><ul><li>Provide information about your business.</li><li>Market (or sell) your products and services online.</li><li>Create leads (or inquiries) to generate business.</li><li>Be a source of information (i.e. blog) for your specific area of expertise.</li></ul><p>Here is a breakdown of how you should approach creating a web 2.0 small business website:</p><ul><li>Plan Your Website</li><li>Choose Keywords</li><li>Write Your Content</li><li>Leverage Social Media</li><li>Build Your Website</li></ul><h4>Plan Your Website</h4><p>The first thing you can&#8217;t do is get a website because everyone else has one. It has to have a purpose and you have to find out what that purpose is. What&#8217;s the objective of your site? Is it to (1) sell a product, (2) market a service, (3) capture a sales inquiry, (4) have someone subscribe to your blog&#8217;s RSS feed, or (5) get followers to your twitter feed and Facebook page. Chances are you said yes to most of these. Once you know your objective, you can go about creating your website to achieve what you want. Without this first and most important component, you can&#8217;t get your website visitor to do what you want them to and they will be just left wondering &#8220;Ok, but I don&#8217;t understand how you can help me&#8221; as they leave your website. So now that you understand this and you have your objective, the next step is to determine what keywords are important for your website.</p><h4>Choose Keywords</h4><p>Before you go off spending countless hours writing content for your website, it is important to find out what people are searching for on the internet that relates to your business. For example, TECKpert provides web design and software development services. The type of visitors we want on our website are the people that are on Google typing &#8220;website design&#8221;, &#8220;website design company&#8221; or &#8220;software development service&#8221;. Why are keywords important? Because they enable your content to be ranked by Google and increasing your exposure on search engines will drive organic traffic to your website. That should be your Search Engine Optimization (SEO) strategy for your business. Organic search results are the results you find in Google that are right under the search bar below the paid advertisements. You want great placement without having to pay Google. To rank well in organic search results should be your main SEO strategy. Remember, SEO is forever while ad placement is temporary (and costs money). So before you begin creating your content, make sure to pick your keywords carefully. Use free tools like the one provided by Google to help you in determining what keywords are right for your business.</p><h4>Write Your Content</h4><p>Your website can look awesome. But that doesn&#8217;t matter if the content doesn&#8217;t provide the website visitor what they came looking for. If you fail to provide meaningful content, your website visitor will simply leave looking for someone else and all that time, effort, and money you spent getting them there would be a waste. When a visitor arrives at your website you have just a few precious seconds to capture their attention and deliver your message as if they where standing right in front of you. You know your business well and how you want your clients and potential customers to see it. Get down on a personal level and abandon that overly technical or complicated message. Keep it simple and straight to the point. Use those couple of seconds you have to capture your website visitor. Remember, good content is what drives search engines. As we discussed in the previous section, you have to include the right keywords in your content. The last thing you want is someone being directed to your site only to leave and never come back.</p><h4>Leverage Social Media</h4><p>When you create a web page or blog post, share it. Post it on your Facebook page or Twitter feed. Social media is an easy, free way to get your business out there to a large number of people waiting to hear about it. Setup a blog and let your website visitors read and comment on it. You need to engage your audience. Some of your website visitors will notice you&#8217;re on a social network they use and will follow or friend you. Don&#8217;t be afraid, that&#8217;s a good thing because you got their attention.</p><h4>Build Your Website</h4><p>So now you have a good idea what your website needs to do and what you are going to put on it. Now, how do you get your website online? Without getting too much into technical talk, you&#8217;ll need what we in the web community call a Content Management System, or CMS. With a CMS you can manage your website content, design, and features. At TECKpert, the CMS of choice today for our small business clients is an open source platform called WordPress. WordPress is one of the most popular blogging tools available. But what many people don’t know is that it is a powerful CMS that can be used for more than just a blog. With WordPress you can build a small business website that years ago would have cost tens of thousands of dollars. WordPress was designed as a platform for bloggers, but you don’t have to use it as a blogging tool. With a few modifications, it can be used to power your website. The fact that WordPress was designed as a blogging platform gives it some great advantages. It is optimized for easily publishing and you can add or update content without having to hire a website design company. And getting good search engine rankings requires fresh, unique content. You need a system that does not get in your way when you want to update your website with a new page, article, image, or video.</p><p>Expanding on topics earlier in this article, WordPress provides a strong foundation for:</p><ul><li>SEO – WordPress provides good search engine optimization (SEO) right out of the box. There are a few tweaks you need to make, but there are many SEO benefits that WordPress provides for free.</li><li>Content – it is easy to update content on your website without knowing HTML.  I am sure you don&#8217;t want to have to learn HTML and how to use a tool like Dreamweaver. Do you want to have to “ask” your webmaster every time you want to make a small change to your website? Well that is a thing of the past. Once WordPress is set up, you can easily create new pages or edit existing pages using a simple rich text editor.</li><li>Social Media &#8211; all your pages and posts can be easily configured to share content on most, if not all, social networking websites. Furthermore, each category you setup comes with its own RSS feed for easy distribution.</li><li>Plugins – There is a large community of developers creating themes and plug-ins. This means you can browse and use great design themes from a large collection, or extend your website with contact forms, a slick image gallery, a shopping cart, or hundreds of other cool features without having to hire a web developer.</li></ul><p>Don&#8217;t suffer the same frustrations other small business owners experience with their website. With WordPress you don&#8217;t have to worry about that problem anymore. Building a website that is designed to meet your goals powered by a full featured content management system like WordPress will set your website up for years to come.</p><p>If you want to get a WordPress website created for your small business, check out TECKpert&#8217;s <a href="http://www.teckpert.com/what-we-do/website-design/express-website-design/">Express Website Design Package</a> created specifically for small business. You will get a smashing design, setup, training, web 2.0 features, and a website built for your business. All for a price you can afford.</p> ]]></content:encoded> <wfw:commentRss>http://www.teckpert.com/wordpress/website-design-for-small-business/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>WordPress 2.9 Just Around the Corner&#8230;What&#8217;s New?</title><link>http://www.teckpert.com/wordpress/wordpress-2-9-just-around-the-corner/</link> <comments>http://www.teckpert.com/wordpress/wordpress-2-9-just-around-the-corner/#comments</comments> <pubDate>Tue, 10 Nov 2009 10:15:34 +0000</pubDate> <dc:creator>Adrian</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[Wordpress]]></category><guid isPermaLink="false">http://www.teckpert.com/?p=225</guid> <description><![CDATA[Anyday now (hopefully) wordpress 2.9 will be released. Actually it will probably be around December. So we are involved in beta testing so I can tell you there are some neat features being introduced. For those of you that use Wordpress for your blog or website, then I you want to hear about what's new with Wordpress 2.9. Check out the full list of features here. Here are somethings we found interesting:]]></description> <content:encoded><![CDATA[<p>Anyday now (hopefully) wordpress 2.9 will be released. Actually it will probably be around December. So we are involved in beta testing so I can tell you there are some neat features being introduced. For those of you that use WordPress for your blog or website, then I you want to hear about what&#8217;s new with WordPress 2.9. Check out the full list of features <a href="http://codex.wordpress.org/Version_2.9">here</a>. Here are somethings we found interesting:</p><ul><li>Trash &#8211; That&#8217;s right, forget about accidentally deleting a page or post and it being gone forever. This feature includes restore and permanent delete.</li><li>Image editing (sweet feature).</li><li>Some people may have messed stuff up so the &#8220;Change Permalinks&#8221; button is hidden when editing the page set as &#8220;Front page&#8221;</li><li>Fix for the the race condition with autosave when clicking Publish immediately after entering post title. This annoyed me many times.</li><li>Minify admin CSS &#8211; Fantastic for developers as this will speed up load times of pages.</li><li>If you&#8217;ve had comments not appear in the right order, its been fixed in this version.</li><li>There are improvements to execution of jqeury scripts. It will be interesting to see how this works.</li><li>Make the default and classic themes comment textareas valid XHTML&#8230;just kidding, not important. Who uses these themes seriously?</li></ul> ]]></content:encoded> <wfw:commentRss>http://www.teckpert.com/wordpress/wordpress-2-9-just-around-the-corner/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: www.teckpert.com @ 2012-02-06 01:21:31 by W3 Total Cache -->
