<?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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Leicester, Birmingham Logo Design and Web Design ***</title>
	
	<link>http://thescube.com</link>
	<description>Leicester, Birmingham Web Design, Logo Design, affordable, professional Web Development, Design and Logo Creation</description>
	<lastBuildDate>Thu, 02 May 2013 16:32:26 +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/thescubewebdesign" /><feedburner:info uri="thescubewebdesign" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>tag.php – WordPress Tags Archive Page Template</title>
		<link>http://feedproxy.google.com/~r/thescubewebdesign/~3/eq5_nC9rhxs/</link>
		<comments>http://thescube.com/blog/2013/05/02/tag-php-wordpress-tags-archive-page-template/#comments</comments>
		<pubDate>Thu, 02 May 2013 16:22:07 +0000</pubDate>
		<dc:creator>Shovan Sargunam</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://thescube.com/?p=53680</guid>
		<description><![CDATA[<p>Tags archive page can be used to display all the post related to the specific tag. Get tag title Get tag description Display the post in loop This will show all the post related to the tag</p><p>The post <a href="http://thescube.com/blog/2013/05/02/tag-php-wordpress-tags-archive-page-template/">tag.php &#8211; WordPress Tags Archive Page Template</a> appeared first on <a href="http://thescube.com">Leicester, Birmingham Logo Design and Web Design ***</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Tags archive page can be used to display all the post related to the specific tag.</p>
<h3>Get tag title</h3>
<pre class="brush: plain; title: ; notranslate">&lt;?php single_tag_title(); ?&gt;</pre>
<h3>Get tag description</h3>
<pre class="brush: php; title: ; notranslate">&lt;?php
$tag_description = tag_description();
if ( ! empty( $tag_description ) )
echo apply_filters( 'tag_archive_meta', '&lt;div class=&quot;tag-archive-meta&quot;&gt;' . $tag_description . '&lt;/div&gt;' );
?&gt;</pre>
<h3>Display the post in loop</h3>
<p>This will show all the post related to the tag</p>
<pre class="brush: php; title: ; notranslate">&lt;ul&gt;
&lt;?php if (have_posts()) : while (have_posts()) : the_post(); ?&gt; 
&lt;div class=&quot;post&quot; id=&quot;post-&lt;?php the_ID(); ?&gt;&quot;&gt; 
&lt;li&gt;&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/li&gt;
&lt;div class=&quot;entry&quot;&gt; 
&lt;?php wp_link_pages(array('before' =&gt; '&lt;p&gt;&lt;strong&gt;Pages:&lt;/strong&gt; ', 'after' =&gt; '&lt;/p&gt;', 'next_or_number' =&gt; 'number')); ?&gt;
&lt;/div&gt; 
&lt;/div&gt; 
&lt;?php endwhile; endif; ?&gt;
&lt;/ul&gt;</pre>
<p>The post <a href="http://thescube.com/blog/2013/05/02/tag-php-wordpress-tags-archive-page-template/">tag.php &#8211; WordPress Tags Archive Page Template</a> appeared first on <a href="http://thescube.com">Leicester, Birmingham Logo Design and Web Design ***</a>.</p><img src="http://feeds.feedburner.com/~r/thescubewebdesign/~4/eq5_nC9rhxs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thescube.com/blog/2013/05/02/tag-php-wordpress-tags-archive-page-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thescube.com/blog/2013/05/02/tag-php-wordpress-tags-archive-page-template/</feedburner:origLink></item>
		<item>
		<title>Remote Desktop Mac – increase window size</title>
		<link>http://feedproxy.google.com/~r/thescubewebdesign/~3/EnzcgQqbdgY/</link>
		<comments>http://thescube.com/blog/2013/04/23/remote-desktop-mac-increase-window-size/#comments</comments>
		<pubDate>Tue, 23 Apr 2013 14:19:34 +0000</pubDate>
		<dc:creator>Shovan Sargunam</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[mac. rdc]]></category>
		<category><![CDATA[remote desktop connection]]></category>

		<guid isPermaLink="false">http://thescube.com/?p=53660</guid>
		<description><![CDATA[<p>&#160; By default Remote Desktop Connection is a small window. In order to make it full screen (Make the width and height fit mac screen) Do the following RDC Menu select Preference &#62; Display &#62; Full Screen It will ask you to researt Remote Desktop Connection</p><p>The post <a href="http://thescube.com/blog/2013/04/23/remote-desktop-mac-increase-window-size/">Remote Desktop Mac &#8211; increase window size</a> appeared first on <a href="http://thescube.com">Leicester, Birmingham Logo Design and Web Design ***</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p>By default Remote Desktop Connection is a small window. In order to make it full screen (Make the width and height fit mac screen) Do the following</p>
<p><strong>RDC Menu select Preference &gt; Display &gt; Full Screen</strong><br />
<a href="http://thescube.com/wp-content/uploads/2013/04/remote-desktop-menu.png"><img class="alignnone size-full wp-image-53662" alt="remote-desktop-menu" src="http://thescube.com/wp-content/uploads/2013/04/remote-desktop-menu.png" width="306" height="219" /></a></p>
<p><a href="http://thescube.com/wp-content/uploads/2013/04/remote-desktop-connection-rdc-mac-full-screen-windows.png"><img alt="remote-desktop-connection-rdc-mac-full-screen-windows" src="http://thescube.com/wp-content/uploads/2013/04/remote-desktop-connection-rdc-mac-full-screen-windows.png" width="485" height="569" /></a></p>
<p>It will ask you to researt Remote Desktop Connection</p>
<p>The post <a href="http://thescube.com/blog/2013/04/23/remote-desktop-mac-increase-window-size/">Remote Desktop Mac &#8211; increase window size</a> appeared first on <a href="http://thescube.com">Leicester, Birmingham Logo Design and Web Design ***</a>.</p><img src="http://feeds.feedburner.com/~r/thescubewebdesign/~4/EnzcgQqbdgY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thescube.com/blog/2013/04/23/remote-desktop-mac-increase-window-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thescube.com/blog/2013/04/23/remote-desktop-mac-increase-window-size/</feedburner:origLink></item>
		<item>
		<title>Sync MySQL PHP myadmin with live – development – local servers</title>
		<link>http://feedproxy.google.com/~r/thescubewebdesign/~3/gbMp6YlGDC0/</link>
		<comments>http://thescube.com/blog/2013/04/18/sync-mysql-php-myadmin-with-live-development-local-servers/#comments</comments>
		<pubDate>Thu, 18 Apr 2013 23:18:17 +0000</pubDate>
		<dc:creator>Shovan Sargunam</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://thescube.com/?p=53649</guid>
		<description><![CDATA[<p>You may have several databases on different computers or just one computer, they are of the same type (maybe they are all Elgg databases), and they may be for different purposes (maybe one is for developing, one is production version). And sometimes you may want to synchronize these databases. Maybe you want to synchronize the database from the developing server into the production server. You can export the database from the developing server into a SQL file. Then you can import this file to the production server. This will work but I think using the sync feature of phpMyAdmin is a better solution. To use this feature, first you need to add the following line into config.inc.php, the configuration file of phpMyAdmin. (/Applications/MAMP/bin/phpMyAdmin/config.inc.php) $cfg['AllowArbitraryServer'] = true; This will allow you to connect to remote server. Or you can just synchronize between local databases. Continue reading on: http://toyhouse.cc/profiles/blogs/synchronize-databases-by-phpmyadmin</p><p>The post <a href="http://thescube.com/blog/2013/04/18/sync-mysql-php-myadmin-with-live-development-local-servers/">Sync MySQL PHP myadmin with live &#8211; development &#8211; local servers</a> appeared first on <a href="http://thescube.com">Leicester, Birmingham Logo Design and Web Design ***</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>You may have several databases on different computers or just one computer, they are of the same type (maybe they are all Elgg databases), and they may be for different purposes (maybe one is for developing, one is production version). And sometimes you may want to synchronize these databases. Maybe you want to synchronize the database from the developing server into the production server. You can export the database from the developing server into a SQL file. Then you can import this file to the production server. This will work but I think using the sync feature of phpMyAdmin is a better solution.<br />
To use this feature, first you need to add the following line into config.inc.php, the configuration file of phpMyAdmin. (/Applications/MAMP/bin/phpMyAdmin/config.inc.php)</p>
<p>$cfg['AllowArbitraryServer'] = true;</p>
<p>This will allow you to connect to remote server. Or you can just synchronize between local databases.</p>
<p>Continue reading on: http://toyhouse.cc/profiles/blogs/synchronize-databases-by-phpmyadmin</p>
<p>The post <a href="http://thescube.com/blog/2013/04/18/sync-mysql-php-myadmin-with-live-development-local-servers/">Sync MySQL PHP myadmin with live &#8211; development &#8211; local servers</a> appeared first on <a href="http://thescube.com">Leicester, Birmingham Logo Design and Web Design ***</a>.</p><img src="http://feeds.feedburner.com/~r/thescubewebdesign/~4/gbMp6YlGDC0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thescube.com/blog/2013/04/18/sync-mysql-php-myadmin-with-live-development-local-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thescube.com/blog/2013/04/18/sync-mysql-php-myadmin-with-live-development-local-servers/</feedburner:origLink></item>
		<item>
		<title>iPhone Show Numeric Keyboard (Number pad) When enter numbers</title>
		<link>http://feedproxy.google.com/~r/thescubewebdesign/~3/EXtY6QR8qE4/</link>
		<comments>http://thescube.com/blog/2013/03/28/iphone-show-numeric-keyboard-number-pad-when-enter-numbers/#comments</comments>
		<pubDate>Thu, 28 Mar 2013 12:38:07 +0000</pubDate>
		<dc:creator>Shovan Sargunam</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Keyboard]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[Numeric]]></category>
		<category><![CDATA[pad]]></category>

		<guid isPermaLink="false">http://thescube.com/?p=53605</guid>
		<description><![CDATA[<p>If your form field has numeric value and when entering the value from iPhone it would be advantages to have Numeric Keyboard when entering numbers on your iPhone. All you have to do is add Please note this is a working progress and might not work on all browsers Full specification: http://www.whatwg.org/specs/web-apps/current-work/#attr-input-type Keyword State Data type Control type hidden Hidden An arbitrary string n/a text Text Text with no line breaks A text field search Search Text with no line breaks Search field tel Telephone Text with no line breaks A text field url URL An absolute URL A text field email E-mail An e-mail address or list of e-mail addresses A text field password Password Text with no line breaks (sensitive information) A text field that obscures data entry datetime Date and Time A date and time (year, month, day, hour, minute, second, fraction of a second) with the time zone set to UTC A date and time control date Date A date (year, month, day) with no time zone A date control month Month A date consisting of a year and a month with no time zone A month control week Week A date consisting of a week-year number and a week number with no time zone A week control time Time A time (hour, minute, seconds, fractional seconds) with no time zone A time control datetime-local Local Date and Time A date and time (year, month, day, hour, minute, second, fraction of a second) with no time zone A date and time control number Number A numerical value A text field or spinner control range Range A numerical value, with the extra semantic that the exact value is not important A slider control or similar color Color An sRGB color with 8-bit red, green, and blue components A color well checkbox Checkbox A set of zero or more values from a predefined list A checkbox radio Radio Button An enumerated value A radio button file File Upload Zero or more files each with a MIME type and optionally a file name A label and a button submit Submit Button An enumerated value, with the extra semantic that it must be the last value selected and initiates form submission A button image Image Button A coordinate, relative to a particular image&#8217;s size, with the extra semantic that it must be the last value selected and initiates form submission Either a clickable image, or a button reset Reset Button n/a A button button Button n/a A button</p><p>The post <a href="http://thescube.com/blog/2013/03/28/iphone-show-numeric-keyboard-number-pad-when-enter-numbers/">iPhone Show Numeric Keyboard (Number pad) When enter numbers</a> appeared first on <a href="http://thescube.com">Leicester, Birmingham Logo Design and Web Design ***</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>If your form field has numeric value and when entering the value from iPhone it would be advantages to have Numeric Keyboard when entering numbers on your iPhone.</p>
<p>All you have to do is add</p>
<pre class="brush: xml; title: ; notranslate">

&lt;input type='tel'/&gt;
&lt;input type='number'/&gt;
&lt;input type='email'/&gt;
</pre>
<p>Please note this is a working progress and might not work on all browsers<br />
Full specification:</p>
<p>http://www.whatwg.org/specs/web-apps/current-work/#attr-input-type</p>
<table id="attr-input-type-keywords">
<thead>
<tr>
<th>Keyword</th>
<th>State</th>
<th>Data type</th>
<th>Control type</th>
</tr>
</thead>
<tbody>
<tr>
<td><dfn id="attr-input-type-hidden-keyword" title="attr-input-type-hidden-keyword"><code>hidden</code></dfn></td>
<td><a title="attr-input-type-hidden" href="#hidden-state-(type=hidden)">Hidden</a></td>
<td>An arbitrary string</td>
<td>n/a</td>
</tr>
<tr>
<td><dfn id="attr-input-type-text-keyword" title="attr-input-type-text-keyword"><code>text</code></dfn></td>
<td><a title="attr-input-type-text" href="#text-(type=text)-state-and-search-state-(type=search)">Text</a></td>
<td>Text with no line breaks</td>
<td>A text field</td>
</tr>
<tr>
<td><dfn id="attr-input-type-search-keyword" title="attr-input-type-search-keyword"><code>search</code></dfn></td>
<td><a title="attr-input-type-search" href="#text-(type=text)-state-and-search-state-(type=search)">Search</a></td>
<td>Text with no line breaks</td>
<td>Search field</td>
</tr>
<tr>
<td><dfn id="attr-input-type-tel-keyword" title="attr-input-type-tel-keyword"><code>tel</code></dfn></td>
<td><a title="attr-input-type-tel" href="#telephone-state-(type=tel)">Telephone</a></td>
<td>Text with no line breaks</td>
<td>A text field</td>
</tr>
<tr>
<td><dfn id="attr-input-type-url-keyword" title="attr-input-type-url-keyword"><code>url</code></dfn></td>
<td><a title="attr-input-type-url" href="#url-state-(type=url)">URL</a></td>
<td>An absolute URL</td>
<td>A text field</td>
</tr>
<tr>
<td><dfn id="attr-input-type-email-keyword" title="attr-input-type-email-keyword"><code>email</code></dfn></td>
<td><a title="attr-input-type-email" href="#e-mail-state-(type=email)">E-mail</a></td>
<td>An e-mail address or list of e-mail addresses</td>
<td>A text field</td>
</tr>
<tr>
<td><dfn id="attr-input-type-password-keyword" title="attr-input-type-password-keyword"><code>password</code></dfn></td>
<td><a title="attr-input-type-password" href="#password-state-(type=password)">Password</a></td>
<td>Text with no line breaks (sensitive information)</td>
<td>A text field that obscures data entry</td>
</tr>
<tr>
<td><dfn id="attr-input-type-datetime-keyword" title="attr-input-type-datetime-keyword"><code>datetime</code></dfn></td>
<td><a title="attr-input-type-datetime" href="#date-and-time-state-(type=datetime)">Date and Time</a></td>
<td>A date and time (year, month, day, hour, minute, second, fraction of a second) with the time zone set to UTC</td>
<td>A date and time control</td>
</tr>
<tr>
<td><dfn id="attr-input-type-date-keyword" title="attr-input-type-date-keyword"><code>date</code></dfn></td>
<td><a title="attr-input-type-date" href="#date-state-(type=date)">Date</a></td>
<td>A date (year, month, day) with no time zone</td>
<td>A date control</td>
</tr>
<tr>
<td><dfn id="attr-input-type-month-keyword" title="attr-input-type-month-keyword"><code>month</code></dfn></td>
<td><a title="attr-input-type-month" href="#month-state-(type=month)">Month</a></td>
<td>A date consisting of a year and a month with no time zone</td>
<td>A month control</td>
</tr>
<tr>
<td><dfn id="attr-input-type-week-keyword" title="attr-input-type-week-keyword"><code>week</code></dfn></td>
<td><a title="attr-input-type-week" href="#week-state-(type=week)">Week</a></td>
<td>A date consisting of a week-year number and a week number with no time zone</td>
<td>A week control</td>
</tr>
<tr>
<td><dfn id="attr-input-type-time-keyword" title="attr-input-type-time-keyword"><code>time</code></dfn></td>
<td><a title="attr-input-type-time" href="#time-state-(type=time)">Time</a></td>
<td>A time (hour, minute, seconds, fractional seconds) with no time zone</td>
<td>A time control</td>
</tr>
<tr>
<td><dfn id="attr-input-type-datetime-local-keyword" title="attr-input-type-datetime-local-keyword"><code>datetime-local</code></dfn></td>
<td><a title="attr-input-type-datetime-local" href="#local-date-and-time-state-(type=datetime-local)">Local Date and Time</a></td>
<td>A date and time (year, month, day, hour, minute, second, fraction of a second) with no time zone</td>
<td>A date and time control</td>
</tr>
<tr>
<td><dfn id="attr-input-type-number-keyword" title="attr-input-type-number-keyword"><code>number</code></dfn></td>
<td><a title="attr-input-type-number" href="#number-state-(type=number)">Number</a></td>
<td>A numerical value</td>
<td>A text field or spinner control</td>
</tr>
<tr>
<td><dfn id="attr-input-type-range-keyword" title="attr-input-type-range-keyword"><code>range</code></dfn></td>
<td><a title="attr-input-type-range" href="#range-state-(type=range)">Range</a></td>
<td>A numerical value, with the extra semantic that the exact value is not important</td>
<td>A slider control or similar</td>
</tr>
<tr>
<td><dfn id="attr-input-type-color-keyword" title="attr-input-type-color-keyword"><code>color</code></dfn></td>
<td><a title="attr-input-type-color" href="#color-state-(type=color)">Color</a></td>
<td>An sRGB color with 8-bit red, green, and blue components</td>
<td>A color well</td>
</tr>
<tr>
<td><dfn id="attr-input-type-checkbox-keyword" title="attr-input-type-checkbox-keyword"><code>checkbox</code></dfn></td>
<td><a title="attr-input-type-checkbox" href="#checkbox-state-(type=checkbox)">Checkbox</a></td>
<td>A set of zero or more values from a predefined list</td>
<td>A checkbox</td>
</tr>
<tr>
<td><dfn id="attr-input-type-radio-keyword" title="attr-input-type-radio-keyword"><code>radio</code></dfn></td>
<td><a title="attr-input-type-radio" href="#radio-button-state-(type=radio)">Radio Button</a></td>
<td>An enumerated value</td>
<td>A radio button</td>
</tr>
<tr>
<td><dfn id="attr-input-type-file-keyword" title="attr-input-type-file-keyword"><code>file</code></dfn></td>
<td><a title="attr-input-type-file" href="#file-upload-state-(type=file)">File Upload</a></td>
<td>Zero or more files each with a <a href="#mime-type">MIME type</a> and optionally a file name</td>
<td>A label and a button</td>
</tr>
<tr>
<td><dfn id="attr-input-type-submit-keyword" title="attr-input-type-submit-keyword"><code>submit</code></dfn></td>
<td><a title="attr-input-type-submit" href="#submit-button-state-(type=submit)">Submit Button</a></td>
<td>An enumerated value, with the extra semantic that it must be the last value selected and initiates form submission</td>
<td>A button</td>
</tr>
<tr>
<td><dfn id="attr-input-type-image-keyword" title="attr-input-type-image-keyword"><code>image</code></dfn></td>
<td><a title="attr-input-type-image" href="#image-button-state-(type=image)">Image Button</a></td>
<td>A coordinate, relative to a particular image&#8217;s size, with the extra semantic that it must be the last value selected and initiates form submission</td>
<td>Either a clickable image, or a button</td>
</tr>
<tr>
<td><dfn id="attr-input-type-reset-keyword" title="attr-input-type-reset-keyword"><code>reset</code></dfn></td>
<td><a title="attr-input-type-reset" href="#reset-button-state-(type=reset)">Reset Button</a></td>
<td>n/a</td>
<td>A button</td>
</tr>
<tr>
<td><dfn id="attr-input-type-button-keyword" title="attr-input-type-button-keyword"><code>button</code></dfn></td>
<td><a title="attr-input-type-button" href="#button-state-(type=button)">Button</a></td>
<td>n/a</td>
<td>A button</td>
</tr>
</tbody>
</table>
<p>The post <a href="http://thescube.com/blog/2013/03/28/iphone-show-numeric-keyboard-number-pad-when-enter-numbers/">iPhone Show Numeric Keyboard (Number pad) When enter numbers</a> appeared first on <a href="http://thescube.com">Leicester, Birmingham Logo Design and Web Design ***</a>.</p><img src="http://feeds.feedburner.com/~r/thescubewebdesign/~4/EXtY6QR8qE4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thescube.com/blog/2013/03/28/iphone-show-numeric-keyboard-number-pad-when-enter-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thescube.com/blog/2013/03/28/iphone-show-numeric-keyboard-number-pad-when-enter-numbers/</feedburner:origLink></item>
		<item>
		<title>Show PHP in wordpress widget area</title>
		<link>http://feedproxy.google.com/~r/thescubewebdesign/~3/6chM4roc7n8/</link>
		<comments>http://thescube.com/blog/2013/02/25/php-widget-wordpress-alternative/#comments</comments>
		<pubDate>Mon, 25 Feb 2013 10:05:53 +0000</pubDate>
		<dc:creator>Shovan Sargunam</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[noplugin]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://thescube.com/?p=53557</guid>
		<description><![CDATA[<p>Using the following code you can enable php in wordpress widget area without installing any plugins. This way you can custom your wordpress widget area to show PHP code In your theme folder, open function.php and add the following code Plugins normally slow your website down but if you prefer to use them you can search for &#8220;php widget wordpress” Read more on here</p><p>The post <a href="http://thescube.com/blog/2013/02/25/php-widget-wordpress-alternative/">Show PHP in wordpress widget area</a> appeared first on <a href="http://thescube.com">Leicester, Birmingham Logo Design and Web Design ***</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Using the following code you can enable php in wordpress widget area without installing any plugins. This way you can custom your wordpress widget area to show PHP code</p>
<p>In your theme folder, open function.php and add the following code</p>
<pre class="brush: php; title: ; notranslate">
/** Enabling PHP On Widget area http://wp.me/p1yGmI-dVP **/
add_filter('widget_text','execute_php',100);
function execute_php($html){
     if(strpos($html,&quot;&lt;&quot;.&quot;?php&quot;)!==false){
          ob_start();
          eval(&quot;?&quot;.&quot;&gt;&quot;.$html);
          $html=ob_get_contents();
          ob_end_clean();
     }
     return $html;
}
</pre>
<p>Plugins normally slow your website down but if you prefer to use them you can search for &#8220;php widget wordpress”</p>
<p>Read more on <a href="http://www.emanueleferonato.com/2011/04/11/executing-php-inside-a-wordpress-widget-without-any-plugin/" rel="nofollow">here</a></p>
<p>The post <a href="http://thescube.com/blog/2013/02/25/php-widget-wordpress-alternative/">Show PHP in wordpress widget area</a> appeared first on <a href="http://thescube.com">Leicester, Birmingham Logo Design and Web Design ***</a>.</p><img src="http://feeds.feedburner.com/~r/thescubewebdesign/~4/6chM4roc7n8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thescube.com/blog/2013/02/25/php-widget-wordpress-alternative/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thescube.com/blog/2013/02/25/php-widget-wordpress-alternative/</feedburner:origLink></item>
		<item>
		<title>Video Editing Software for windows</title>
		<link>http://feedproxy.google.com/~r/thescubewebdesign/~3/eVBQaFQsyxk/</link>
		<comments>http://thescube.com/blog/2013/02/07/video-editing-software-for-windows/#comments</comments>
		<pubDate>Thu, 07 Feb 2013 14:06:19 +0000</pubDate>
		<dc:creator>Shovan Sargunam</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://thescube.com/?p=53438</guid>
		<description><![CDATA[<p>Serif MoviePlus X5 Features End-to-end HD Use powerful tools: Change video and audio properties with keyframeable effects, transitions, video motion. Produce professional picture-in-picture effects or tile multiple videos together Add stylish effects: 100 effects including chroma keying (green screening). Old film or romantic diffuse glow. Make your own DVDs and Blu-ray Discs: Burn your movies direct to Blu-ray Disc, DVD, VCD and SVCD, and create ISOs. Give DVDs and Blu-ray Discs a navigable, animated menu. Share your memories: Export formats including AVI, WMV, MPG and QuickTime MOV. export videos for playback on popular hardware devices like iPads, iPhones, iPods, PSPs and smartphones, or share them online via YouTube. Overall Rating: PCPro:  4/6 ExpertReviews:  4/6 TechRadar: 3/5 ComputerActive: 4/5 Price: £50.3 from Argos Corel VideoStudio Features Stop Motion Animation: Create your own animated movie starring people, toys or objects. Flexible workspace: Drag to resize and move panels, even across two monitors. Time-Lapse Effect: Easily and quickly create time-lapse sequences from photos or videos. Advanced editing: Have fun making movies with quick access to professional editing tools. Export in 3D: Turn your 2D video into a 3D movie. Easy HD sharing: Author and burn HD movies directly to DVD and Blu-ray Disc™. Online sharing: Upload movies directly to YouTube™, Vimeo®, Flickr®, Facebook® and other websites. Overall Rating: CNet: 3.5/5 Expertreviews: 3/5 PCPro: 5/6 TrustedReviews: 9/10 Buy for £81.87 from Argos Cyber Link &#8211; PowerDirector 9 Features Maximizing System Memory: TrueVelocity 64 takes advantage of PowerDirector’s 64-bit OS support. Optimizing CPU Utilization: Makes video processing smoother and fasterTimeline Interface: Up to 100 video and audio timeline tracks for a flexible workspace. Video Enhancement Tools: Video editor SD-to-HD quality up-scaling, video noise removal, color and light adjustment, smooth slow-motion playback, Blu-ray editing and more. Advanced Audio Editing: Edit audio tracks with effects and includes VST plug-in support. Full HD Previews: Preview the results of your HD video editing in full HD quality MagicStyle Movie Wizard: Select existing photos and videos, choose a built-in 3D template and audio track, and MagicStyle helps the video editor put it all together into an amazing 3D movie in seconds. Customized Particle Effects: Unique Particle effects that are customizable for that special touch to your video creatives100,000+ FREE Effects: provided by the PowerDirector Community on  DirectorZone.com Publish to Social Networks: Facebook or YouTube in Full HD qualityOn-the-Go Media: Output videos directly to the iPad, iPhone, iPod, BlackBerry, PSP, Zune. Overall Rating TrustedReviews: 9/10 PCPro: 5/6 ExpertReviews: 4/5 CNet: 3/5 Buy for £45 &#8211; £80 from Google Products Other Software to consider Roxio Creator 2011 Overall Rating: 4/5 Price: £44.99 at Argos Link: http://www.roxio.com/enu/products/creator/suite/overview.html Nero Multimedia Suite 10 Overall Rating: 4/5 Price: 59.99 at Argos Link: http://www.nero.com/enu/nero10-features.html Adobe Premiere Elements Overall Rating: 3/5 Price: £59.99 to £102 Google products Link: http://www.adobe.com/uk/products/premiereel/ And some more MAGIX Movie Edit Pro: http://www.magix.com/gb/movie-edit-pro/ VideoPad Video Editing: http://www.nchsoftware.com/videopad/index.html Pinnacle Studio HD: http://www.pinnaclesys.com Sony Vegas Movie Studio: http://www.sonycreativesoftware.com/moviestudiope Free Video Editing Softwares HamsterSoft: http://www.hamstersoft.com AvideMux: http://fixounet.free.fr/avidemux/ MovieMaker2: http://www.microsoft.com WAX: http://www.debugmode.com/wax/ Zwei-Stein: http://www.thugsatbay.com/tab/?q=zweistein CineFx: http://www.cinefx.org/ HyperEngine: http://hyperengine.sourceforge.net Video Edit Master: http://software.tutorialsroom.com/video-edit-master Online Video Editors JayCut: http://jaycut.com StupeFlix: http://www.stupeflix.com Animoto (30 sec): http://animoto.com Pixorial (20 min): http://www.pixorial.com FlexTime (60 sec): http://flixtime.com</p><p>The post <a href="http://thescube.com/blog/2013/02/07/video-editing-software-for-windows/">Video Editing Software for windows</a> appeared first on <a href="http://thescube.com">Leicester, Birmingham Logo Design and Web Design ***</a>.</p>]]></description>
				<content:encoded><![CDATA[<h2>Serif MoviePlus X5</h2>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='980' height='582' src='http://www.youtube.com/embed/YrhxRrlzh9I?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;hd=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p><img alt="" src="http://www.tqlkg.com/image-5250215-10294381" width="1" height="1" border="0" /></p>
<h3>Features</h3>
<ul>
<li><strong>End-to-end HD</strong></li>
<li><strong>Use powerful tools</strong>: Change video and audio properties with keyframeable effects, transitions, video motion. Produce professional picture-in-picture effects or tile multiple videos together Add stylish effects: 100 effects including chroma keying (green screening). Old film or romantic diffuse glow.</li>
<li><strong>Make your own DVDs and Blu-ray Discs</strong>: Burn your movies direct to Blu-ray Disc, DVD, VCD and SVCD, and create ISOs. Give DVDs and Blu-ray Discs a navigable, animated menu.</li>
<li><strong>Share your memories</strong>: Export formats including AVI, WMV, MPG and QuickTime MOV. export videos for playback on popular hardware devices like iPads, iPhones, iPods, PSPs and smartphones, or share them online via YouTube.</li>
</ul>
<h3>Overall Rating:</h3>
<ul>
<li><a title="PCPro" href="http://www.pcpro.co.uk/reviews/software/365527/serif-movieplus-x5" target="_blank">PCPro</a>:  4/6</li>
<li><a title="ExpertReview" href="http://www.expertreviews.co.uk/software/1282696/serif-movieplus-x5" target="_blank">ExpertReviews</a>:  4/6</li>
<li><a title="TechRadar" href="http://www.techradar.com/reviews/pc-mac/software/graphics-and-media-software/video-editing-software/serif-movieplus-x5-941978/review" target="_blank">TechRadar</a>: 3/5</li>
<li><a title="ComputerActive" href="http://www.computeractive.co.uk/ca/review/2024108/serif-movie-plus-x5" target="_blank">ComputerActive</a>: 4/5</li>
</ul>
<p>Price: £50.3 from <a title="Serif Video Editing Software from argos" href="http://www.argos.co.uk/ProductDisplayTRK019?partNumber=6832382" target="_blank">Argos</a></p>
<h2>Corel VideoStudio</h2>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='980' height='582' src='http://www.youtube.com/embed/SuucbzEyvY4?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p><img alt="" src="http://www.lduhtrp.net/image-5250215-10294381" width="1" height="1" border="0" /></p>
<h3>Features</h3>
<ul>
<li><strong>Stop Motion Animation:</strong> Create your own animated movie starring people, toys or objects.</li>
<li><strong>Flexible workspace:</strong> Drag to resize and move panels, even across two monitors.</li>
<li><strong>Time-Lapse Effect:</strong> Easily and quickly create time-lapse sequences from photos or videos.</li>
<li><strong>Advanced editing:</strong> Have fun making movies with quick access to professional editing tools.</li>
<li><strong>Export in 3D:</strong> Turn your 2D video into a 3D movie.</li>
<li><strong>Easy HD sharing:</strong> Author and burn HD movies directly to DVD and Blu-ray Disc™.</li>
<li><strong>Online sharing:</strong> Upload movies directly to YouTube™, Vimeo®, Flickr®, Facebook® and other websites.</li>
</ul>
<h3>Overall Rating:</h3>
<ul>
<li><a title="CNet" href="http://download.cnet.com/Corel-VideoStudio-Pro/3000-13631_4-10029706.html" target="_blank">CNet</a>: 3.5/5</li>
<li><a title="expertreviews" href="http://www.expertreviews.co.uk/software/279019/corel-videostudio-pro-x3" target="_blank">Expertreviews</a>: 3/5</li>
<li><a title="PC Pro" href="http://www.pcpro.co.uk/reviews/software/355612/corel-videostudio-pro-x3" target="_blank">PCPro</a>: 5/6</li>
<li><a title="trustedreviews" href="http://www.trustedreviews.com/Corel-VideoStudio-Pro-X2_Software_review" target="_blank">TrustedReviews</a>: 9/10</li>
</ul>
<p>Buy for £81.87 from <a title="Buy Core VideoStudio" href="http://www.argos.co.uk/static/Product/partNumber/6832203/Trail/searchtext%3EVIDEO+EDITING.htm" target="_blank">Argos</a></p>
<h2>Cyber Link &#8211; PowerDirector 9</h2>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='980' height='582' src='http://www.youtube.com/embed/KMRIA9_fKDM?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;hd=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p><a href="http://www.google.co.uk/products/catalog?q=PowerDirector+9&amp;um=1&amp;ie=UTF-8&amp;cid=15390876251549910708&amp;sa=X&amp;ei=GReoTZDQEYaq8AOVyPmnBg&amp;ved=0CFAQ8wIwAw#"><img class="alignright" title="PowerDirector" alt="" src="http://1.bp.blogspot.com/_R5UJRuXbXtI/TPNpFJCSssI/AAAAAAAAAHs/T4TzBZo3KCk/s1600/Cyberlink+Power+Director+Ultra+9.png" width="278" height="334" /></a></p>
<h3>Features</h3>
<ul>
<li><strong>Maximizing System Memory:</strong> TrueVelocity 64 takes advantage of PowerDirector’s 64-bit OS support.</li>
<li><strong>Optimizing CPU Utilization:</strong> Makes video processing smoother and fasterTimeline Interface: Up to 100 video and audio timeline tracks for a flexible workspace.</li>
<li><strong>Video Enhancement Tools:</strong> Video editor SD-to-HD quality up-scaling, video noise removal, color and light adjustment, smooth slow-motion playback, Blu-ray editing and more.</li>
<li><strong>Advanced Audio Editing:</strong> Edit audio tracks with effects and includes VST plug-in support.</li>
<li><strong>Full HD Previews: </strong>Preview the results of your HD video editing in full HD quality</li>
<li><strong>MagicStyle Movie Wizard:</strong> Select existing photos and videos, choose a built-in 3D template and audio track, and MagicStyle helps the video editor put it all together into an amazing 3D movie in seconds.</li>
<li><strong>Customized Particle Effects:</strong> Unique Particle effects that are customizable for that special touch to your video creatives100,000+ FREE Effects: provided by the PowerDirector Community on  DirectorZone.com</li>
<li><strong>Publish to Social Networks:</strong> Facebook or YouTube in Full HD qualityOn-the-Go Media: Output videos directly to the iPad, iPhone, iPod, BlackBerry, PSP, Zune.</li>
</ul>
<h3>Overall Rating</h3>
<ul>
<li><a href="http://www.trustedreviews.com/CyberLink-PowerDirector-9-Ultra64_Software_review" target="_blank">TrustedReviews:</a> 9/10</li>
<li><a href="http://www.pcpro.co.uk/reviews/software/363385/cyberlink-powerdirector-9" target="_blank">PCPro:</a> 5/6</li>
<li><a href="http://www.expertreviews.co.uk/software/1281661/cyberlink-powerdirector-9-ultra64" target="_blank">ExpertReviews:</a> 4/5</li>
<li><a href="http://download.cnet.com/CyberLink-PowerDirector/3000-13631_4-10483012.html" target="_blank">CNet:</a> 3/5</li>
</ul>
<p>Buy for £45 &#8211; £80 from <a title="Google Shoping" href="http://bit.ly/enY3gf" target="_blank">Google Products</a></p>
<h2>Other Software to consider</h2>
<h3>Roxio Creator 2011</h3>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='980' height='582' src='http://www.youtube.com/embed/d2rdMYjymr8?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<ul>
<li>Overall Rating: 4/5</li>
<li>Price: £44.99 at <a href="http://www.argos.co.uk/static/Product/partNumber/6832272/Trail/searchtext%3EVIDEO+EDITING.htm" target="_blank">Argos</a></li>
<li>Link: <a href="http://www.roxio.com/enu/products/creator/suite/overview.html" target="_blank">http://www.roxio.com/enu/products/creator/suite/overview.html</a></li>
</ul>
<h3>Nero Multimedia Suite 10</h3>
<ul>
<li>Overall Rating: 4/5</li>
<li>Price: 59.99 at <a href="http://www.argos.co.uk/static/Product/partNumber/9295036/Trail/searchtext%3EVIDEO+EDITING.htm" target="_blank">Argos</a></li>
<li>Link: <a href="http://www.nero.com/enu/nero10-features.html" target="_blank">http://www.nero.com/enu/nero10-features.html</a></li>
</ul>
<h3>Adobe Premiere Elements</h3>
<ul>
<li>Overall Rating: 3/5</li>
<li>Price: £59.99 to £102 <a href="http://www.google.co.uk/products/catalog?q=Adobe+Premiere+Elements&amp;um=1&amp;ie=UTF-8&amp;cid=4036294429350263549&amp;sa=X&amp;ei=_hqoTb3RJceo8AOPkqHDBg&amp;ved=0CFYQ8wIwBA#" target="_blank">Google products</a></li>
<li>Link: <a href="http://www.adobe.com/uk/products/premiereel/" target="_blank">http://www.adobe.com/uk/products/premiereel/</a></li>
</ul>
<h3>And some more</h3>
<ul>
<li>MAGIX Movie Edit Pro: <a href="http://www.magix.com/gb/movie-edit-pro/" target="_blank">http://www.magix.com/gb/movie-edit-pro/</a></li>
<li>VideoPad Video Editing: <a href="http://www.nchsoftware.com/videopad/index.html" target="_blank">http://www.nchsoftware.com/videopad/index.html</a></li>
<li>Pinnacle Studio HD: <a href="http://www.pinnaclesys.com/PublicSite/us/Products/Consumer+Products/Home+Video/Studio+Family/" target="_blank">http://www.pinnaclesys.com</a></li>
<li>Sony Vegas Movie Studio:<a href="http://www.sonycreativesoftware.com/moviestudiope" target="_blank"> http://www.sonycreativesoftware.com/moviestudiope</a></li>
</ul>
<h2>Free Video Editing Softwares</h2>
<p><span style="color: #444444"><br />
</span></p>
<ul>
<li>HamsterSoft: <a href="http://www.hamstersoft.com" target="_blank">http://www.hamstersoft.com</a></li>
<li>AvideMux: <a href="http://fixounet.free.fr/avidemux/download.html" target="_blank">http://fixounet.free.fr/avidemux/</a></li>
<li>MovieMaker2: <a href="http://www.microsoft.com/windowsxp/downloads/updates/moviemaker2.mspx" target="_blank">http://www.microsoft.com</a></li>
<li>WAX: <a href="http://www.debugmode.com/wax/" target="_blank">http://www.debugmode.com/wax/</a></li>
<li>Zwei-Stein: <a href="http://www.thugsatbay.com/tab/?q=zweistein" target="_blank">http://www.thugsatbay.com/tab/?q=zweistein</a></li>
<li>CineFx: <a href="http://www.cinefx.org/" target="_blank">http://www.cinefx.org/</a></li>
<li>HyperEngine: <a href="http://hyperengine.sourceforge.net/" target="_blank">http://hyperengine.sourceforge.net</a></li>
<li>Video Edit Master: <a href="http://software.tutorialsroom.com/video-edit-master/" target="_blank">http://software.tutorialsroom.com/video-edit-master</a></li>
</ul>
<h2>Online Video Editors</h2>
<p><a href="http://www.smemarketing.com/wp-content/uploads/2011/04/cinema.png"><img class="size-full wp-image-3851 alignright" title="cinema" alt="" src="http://www.smemarketing.com/wp-content/uploads/2011/04/cinema.png" width="128" height="128" /></a></p>
<ul>
<li>JayCut: <a href="http://jaycut.com/" target="_blank">http://jaycut.com</a></li>
<li>StupeFlix: <a href="http://www.stupeflix.com/" target="_blank">http://www.stupeflix.com</a></li>
<li>Animoto (30 sec): <a href="http://animoto.com" target="_blank">http://animoto.com</a></li>
<li>Pixorial (20 min): <a href="http://www.pixorial.com/" target="_blank">http://www.pixorial.com</a></li>
<li>FlexTime (60 sec): <a href="http://flixtime.com/" target="_blank">http://flixtime.com</a></li>
</ul>
<div><span style="color: #ff4b33;font-size: 16px;line-height: 24px"><br />
</span></div>
<p>The post <a href="http://thescube.com/blog/2013/02/07/video-editing-software-for-windows/">Video Editing Software for windows</a> appeared first on <a href="http://thescube.com">Leicester, Birmingham Logo Design and Web Design ***</a>.</p><img src="http://feeds.feedburner.com/~r/thescubewebdesign/~4/eVBQaFQsyxk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thescube.com/blog/2013/02/07/video-editing-software-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thescube.com/blog/2013/02/07/video-editing-software-for-windows/</feedburner:origLink></item>
		<item>
		<title>WordPress Category Template (Display featured image and title)</title>
		<link>http://feedproxy.google.com/~r/thescubewebdesign/~3/V1wfmHR7jQg/</link>
		<comments>http://thescube.com/blog/2013/01/30/wordpress-category-template-display-featured-image-and-title/#comments</comments>
		<pubDate>Wed, 30 Jan 2013 10:38:43 +0000</pubDate>
		<dc:creator>Shovan Sargunam</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://thescube.com/?p=53525</guid>
		<description><![CDATA[<p>Designing template for specific Wordpress category such as Blog, News etc. This code will show the category template which shows featured image and title in the WordPress category archive. Category template file category-slug.php (Note: available with Version 2.9) category-ID.php category.php archive.php index.php in our case category id is 16 Enter your category id in: cat=16 Display number of post in: showposts=5</p><p>The post <a href="http://thescube.com/blog/2013/01/30/wordpress-category-template-display-featured-image-and-title/">WordPress Category Template (Display featured image and title)</a> appeared first on <a href="http://thescube.com">Leicester, Birmingham Logo Design and Web Design ***</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Designing template for specific Wordpress category such as Blog, News etc. This code will show the category template which shows featured image and title in the WordPress category archive.</p>
<p>Category template file</p>
<ul>
<li>category-slug.php (Note: available with Version 2.9)</li>
<li>category-ID.php</li>
<li>category.php</li>
<li>archive.php</li>
<li>index.php</li>
</ul>
<p>in our case category id is 16</p>
<pre class="brush: plain; title: ; notranslate">&lt;/pre&gt;
&lt;div class=&quot;twelve columns bg-white&quot;&gt;&lt;/pre&gt;&lt;/pre&gt;&lt;/pre&gt;
&lt;h1&gt;&lt;!--?&lt;span class=&quot;hiddenSpellError&quot; pre=&quot;&quot;--&gt;php single_cat_title(); ?&gt;&lt;/h1&gt;
&lt;pre&gt;
&lt;pre&gt;
&lt;pre&gt;
&lt;!--?&lt;span class=&quot;hiddenSpellError&quot; pre=&quot;&quot;--&gt;php $recent = new WP_Query(); ?&gt;
&lt;!--?&lt;span class=&quot;hiddenSpellError&quot; pre=&quot;&quot;--&gt;php $recent-&gt;query('cat=16&amp;showposts=5'); ?&gt;
&lt;?php while($recent-&gt;have_posts()) : $recent-&gt;the_post(); ?&gt;

&lt;div class=&quot;four columns category-temp&quot;&gt;

	&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot;&gt;

		            &lt;?php the_post_thumbnail(); ?&gt;

            &lt;?php the_title(); ?&gt;
     &lt;/a&gt;

&lt;/div&gt;

&lt;!--?php &lt;span class=&quot;hiddenSpellError&quot; pre=&quot;php &quot;--&gt;endwhile; ?&gt;

&lt;/div&gt;
&lt;pre&gt;
</pre>
<p>Enter your category id in: cat=16<br />
Display number of post in: showposts=5</p>
<p>The post <a href="http://thescube.com/blog/2013/01/30/wordpress-category-template-display-featured-image-and-title/">WordPress Category Template (Display featured image and title)</a> appeared first on <a href="http://thescube.com">Leicester, Birmingham Logo Design and Web Design ***</a>.</p><img src="http://feeds.feedburner.com/~r/thescubewebdesign/~4/V1wfmHR7jQg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thescube.com/blog/2013/01/30/wordpress-category-template-display-featured-image-and-title/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thescube.com/blog/2013/01/30/wordpress-category-template-display-featured-image-and-title/</feedburner:origLink></item>
		<item>
		<title>Fixed: Install compass on mac using terminal</title>
		<link>http://feedproxy.google.com/~r/thescubewebdesign/~3/KG6_M5By9js/</link>
		<comments>http://thescube.com/blog/2013/01/29/fixed-install-compass-on-mac-using-terminal/#comments</comments>
		<pubDate>Tue, 29 Jan 2013 22:32:56 +0000</pubDate>
		<dc:creator>Shovan Sargunam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[compass]]></category>
		<category><![CDATA[FilePermissionError]]></category>
		<category><![CDATA[foundation]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[sass]]></category>
		<category><![CDATA[stylesheet]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://thescube.com/?p=53139</guid>
		<description><![CDATA[<p>If you want to install Compass Stylesheet on mac using the terminal you might encounter the following write permission. The reason of the error is because you are not logged in as the root user on terminal. If you already have root use enable on your mac in terminal type (without the $) If you dont have root user, you need to enable it using the following steps From the Apple menu choose System Preferences&#8230;. From the View menu choose Users &#38; Groups. Click the lock and authenticate as an administrator account. Click Login Options&#8230;. Click the &#8220;Edit&#8230;&#8221; or &#8220;Join&#8230;&#8221; button at the bottom right. Click the &#8220;Open Directory Utility&#8230;&#8221; button. Click the lock in the Directory Utility window. Enter an administrator account name and password, then click OK. Choose Enable Root User from the Edit menu. Enter the root password you wish to use in both the Password and Verify fields, then click OK. Source: http://support.apple.com/kb/ht1528 Now follow compass installation: http://compass-style.org/install/ This should help you install Compass, which should enable foundation &#8220;Installing with Compass&#8221;</p><p>The post <a href="http://thescube.com/blog/2013/01/29/fixed-install-compass-on-mac-using-terminal/">Fixed: Install compass on mac using terminal</a> appeared first on <a href="http://thescube.com">Leicester, Birmingham Logo Design and Web Design ***</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>If you want to <strong>install Compass Stylesheet</strong> on mac using the terminal you might encounter the following write permission.</p>
<pre class="brush: plain; title: ; notranslate">
gem install compass
ERROR:  While executing gem ... (Gem::FilePermissionError)
    You don't have write permissions into the /Library/Ruby/Gems/1.8 directory.
</pre>
<p>The reason of the error is because you are not logged in as the root user on terminal.</p>
<p>If you<strong> already have root use enable</strong> on your mac in terminal type (without the $)</p>
<pre class="brush: plain; title: ; notranslate">
$ su-
</pre>
<p>If you <strong>dont have root user</strong>, you need to enable it using the following steps</p>
<ol>
<li>From the Apple menu choose System Preferences&#8230;.</li>
<li>From the View menu choose Users &amp; Groups.</li>
<li>Click the lock and authenticate as an administrator account.</li>
<li>Click Login Options&#8230;.</li>
<li>Click the &#8220;Edit&#8230;&#8221; or &#8220;Join&#8230;&#8221; button at the bottom right.</li>
<li>Click the &#8220;Open Directory Utility&#8230;&#8221; button.</li>
<li>Click the lock in the Directory Utility window.</li>
<li>Enter an administrator account name and password, then click OK.</li>
<li>Choose Enable Root User from the Edit menu.</li>
<li>Enter the root password you wish to use in both the Password and Verify fields, then click OK.</li>
</ol>
<p>Source: http://support.apple.com/kb/ht1528</p>
<p>Now follow compass installation: http://compass-style.org/install/</p>
<pre class="brush: plain; title: ; notranslate">
$ gem update --system
$ gem install compass
</pre>
<p>This should help you install Compass, which should enable foundation &#8220;Installing with Compass&#8221;</p>
<p>The post <a href="http://thescube.com/blog/2013/01/29/fixed-install-compass-on-mac-using-terminal/">Fixed: Install compass on mac using terminal</a> appeared first on <a href="http://thescube.com">Leicester, Birmingham Logo Design and Web Design ***</a>.</p><img src="http://feeds.feedburner.com/~r/thescubewebdesign/~4/KG6_M5By9js" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thescube.com/blog/2013/01/29/fixed-install-compass-on-mac-using-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thescube.com/blog/2013/01/29/fixed-install-compass-on-mac-using-terminal/</feedburner:origLink></item>
		<item>
		<title>KST Accountant – Leicester</title>
		<link>http://feedproxy.google.com/~r/thescubewebdesign/~3/taLDU80AaVQ/</link>
		<comments>http://thescube.com/blog/2013/01/14/kst-accountant-leicester/#comments</comments>
		<pubDate>Mon, 14 Jan 2013 22:46:43 +0000</pubDate>
		<dc:creator>Shovan Sargunam</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[card]]></category>
		<category><![CDATA[complimentry]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[kst]]></category>
		<category><![CDATA[Leicester]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://thescube.com/?p=53478</guid>
		<description><![CDATA[<p>We helped KST Accountant with Company Branding Logo Design Web Design Complementary Slip Boucher Design Letterhead Design &#160;</p><p>The post <a href="http://thescube.com/blog/2013/01/14/kst-accountant-leicester/">KST Accountant &#8211; Leicester</a> appeared first on <a href="http://thescube.com">Leicester, Birmingham Logo Design and Web Design ***</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>We helped KST Accountant with</p>
<ul>
<li><span style="line-height: 13px;">Company Branding</span></li>
<li>Logo Design</li>
<li>Web Design</li>
<li>Complementary Slip</li>
<li>Boucher Design</li>
<li>Letterhead Design</li>
</ul>
<div id="attachment_53482" class="wp-caption alignnone" style="width: 650px"><a href="http://thescube.com/wp-content/uploads/2013/01/kst-accountant-logo.png"><img class="size-full wp-image-53482" alt="kst-accountant-logo" src="http://thescube.com/wp-content/uploads/2013/01/kst-accountant-logo.png" width="640" height="480" /></a><p class="wp-caption-text">KST Accountant Leicester &#8211; Logo Design</p></div>
<div id="attachment_53479" class="wp-caption alignnone" style="width: 1251px"><a href="http://thescube.com/wp-content/uploads/2013/01/complementry-slip.jpg"><img class="size-full wp-image-53479" alt="complementry-slip" src="http://thescube.com/wp-content/uploads/2013/01/complementry-slip.jpg" width="1241" height="585" /></a><p class="wp-caption-text">KST Accountant: complementry slip</p></div>
<div id="attachment_53480" class="wp-caption alignnone" style="width: 1251px"><a href="http://thescube.com/wp-content/uploads/2013/01/letter-head-2.jpg"><img class="size-full wp-image-53480" alt="letter-head-2" src="http://thescube.com/wp-content/uploads/2013/01/letter-head-2.jpg" width="1241" height="1754" /></a><p class="wp-caption-text">Letter Head Design</p></div>
<div id="attachment_53481" class="wp-caption alignnone" style="width: 2490px"><a href="http://thescube.com/wp-content/uploads/2013/01/pongal-design-1.png"><img class="size-full wp-image-53481" alt="pongal design 1" src="http://thescube.com/wp-content/uploads/2013/01/pongal-design-1.png" width="2480" height="3508" /></a><p class="wp-caption-text">Leaflet Design</p></div>
<p>&nbsp;</p>
<p>The post <a href="http://thescube.com/blog/2013/01/14/kst-accountant-leicester/">KST Accountant &#8211; Leicester</a> appeared first on <a href="http://thescube.com">Leicester, Birmingham Logo Design and Web Design ***</a>.</p><img src="http://feeds.feedburner.com/~r/thescubewebdesign/~4/taLDU80AaVQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thescube.com/blog/2013/01/14/kst-accountant-leicester/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thescube.com/blog/2013/01/14/kst-accountant-leicester/</feedburner:origLink></item>
		<item>
		<title>Creating a Database in cPanel: A How To Guide</title>
		<link>http://feedproxy.google.com/~r/thescubewebdesign/~3/-BBSRRp82tU/</link>
		<comments>http://thescube.com/blog/2013/01/07/creating-a-database-in-cpanel-a-how-to-guide/#comments</comments>
		<pubDate>Mon, 07 Jan 2013 14:04:43 +0000</pubDate>
		<dc:creator>Shovan Sargunam</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://thescube.com/?p=53435</guid>
		<description><![CDATA[<p>If you want in install wordpress or any other dynamic website, having a database is required. This post will help you create MySQL database (db), username &#38; password using cPanel. This can be used when you install any website that requires access to a database. [tube]Mmn3y9_VqN4[/tube] Log in to your cPanel account with your hosing username and password (E.g.: www.yourwebsite.com/cpanel) Select MySQL database from the database category Under create new database, enter database name: New Database: database name Click create database Once completed, copy the database name in a safe place. E.g. host_dbname Click back Under MySQL user add new user and enter password: Add new user &#62; Username: dbuser &#38; Password: Kgg8?(D?5+^E (Use password generator to get stronger password) Click on create user Once completed copy the username and password in a safe place eg: host_dbuser &#38; Kgg8?(D?5+^E Click back Under add user to database select the new user and database you have created User: host_dbuser &#38; Database: host_dbname Click on add button Now click on &#8216;all privileges&#8217; check box and click make changes button Once confirmed, your database with username and password is created. Click go back Now you can use the db, username and password for any software that requires a database.</p><p>The post <a href="http://thescube.com/blog/2013/01/07/creating-a-database-in-cpanel-a-how-to-guide/">Creating a Database in cPanel: A How To Guide</a> appeared first on <a href="http://thescube.com">Leicester, Birmingham Logo Design and Web Design ***</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>If you want in install wordpress or any other dynamic website, having a database is required. This post will help you create MySQL database (db), username &amp; password using cPanel. This can be used when you install any website that requires access to a database. [tube]Mmn3y9_VqN4[/tube]</p>
<ol>
<li>Log in to your cPanel account with your hosing username and password (E.g.: www.yourwebsite.com/cpanel)</li>
<li>Select MySQL database from the database category</li>
<li>Under create new database, enter database name:
<ul>
<li>New Database: database name</li>
<li>Click create database</li>
<li>Once completed, copy the database name in a safe place. E.g. host_dbname</li>
<li>Click back</li>
</ul>
</li>
<li>Under MySQL user add new user and enter password:
<ul>
<li>Add new user &gt; Username: dbuser &amp; Password: Kgg8?(D?5+^E (Use password generator to get stronger password)</li>
<li>Click on create user</li>
<li>Once completed copy the username and password in a safe place eg: host_dbuser &amp; Kgg8?(D?5+^E</li>
<li>Click back</li>
</ul>
</li>
<li>Under add user to database select the new user and database you have created
<ul>
<li>User: host_dbuser &amp; Database: host_dbname</li>
<li>Click on add button</li>
<li>Now click on &#8216;all privileges&#8217; check box and click make changes button</li>
<li>Once confirmed, your database with username and password is created.</li>
<li>Click go back</li>
</ul>
</li>
</ol>
<p>Now you can use the db, username and password for any software that requires a database.</p>
<p>The post <a href="http://thescube.com/blog/2013/01/07/creating-a-database-in-cpanel-a-how-to-guide/">Creating a Database in cPanel: A How To Guide</a> appeared first on <a href="http://thescube.com">Leicester, Birmingham Logo Design and Web Design ***</a>.</p><img src="http://feeds.feedburner.com/~r/thescubewebdesign/~4/-BBSRRp82tU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thescube.com/blog/2013/01/07/creating-a-database-in-cpanel-a-how-to-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thescube.com/blog/2013/01/07/creating-a-database-in-cpanel-a-how-to-guide/</feedburner:origLink></item>
	</channel>
</rss>
