<?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>webiga.com &#187; Misc</title>
	<atom:link href="http://webiga.com/category/misc/feed/" rel="self" type="application/rss+xml" />
	<link>http://webiga.com</link>
	<description>ILJA Tirins blog</description>
	<lastBuildDate>Wed, 06 Jul 2011 11:30:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>MS Word Goodies</title>
		<link>http://webiga.com/2011/06/09/useful-ms-word-shortcuts/</link>
		<comments>http://webiga.com/2011/06/09/useful-ms-word-shortcuts/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 08:43:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=232</guid>
		<description><![CDATA[Shortcuts Ctrl + Alt + (+) &#8211; Assign short cut to any button in the interface. Allows you to very easily build a macro and assign it a shortcut. Shift + Alt + End &#8211; Select current table cell. Shift + Alt + Home &#8211; Select all table cells starting from the current cell all [...]]]></description>
			<content:encoded><![CDATA[<h2>Shortcuts</h2>
<ul>
<li><code>Ctrl + Alt + (+) </code> &#8211; Assign short cut to any button in the interface. Allows you to very easily build a macro and assign it a shortcut.</li>
<li><code>Shift + Alt + End</code> &#8211; Select current table cell. </li>
<li><code>Shift + Alt + Home</code> &#8211; Select all table cells starting from the current cell all the way up to the first one. </li>
<li><code>Shift + Alt + UP/DOWN</code> &#8211; Move current table row up or down respectively. </li>
<li><code>Ctrl + Shift + Home/End</code> &#8211; Select all table rows from the current row up to the first or last table row respectively.  </li>
<li><code>Ctrl + Space</code> &#8211; Remove formatting. You must know how annoying it is to paste content copied from a website and it comes with its own styling and formatting. This shortcut will remove any web content formatting including links  </li>
<li><code>Ctrl + Alt + V</code> &#8211; Paste special. Allows you to remove formatting too. It is very powerful but is a bit less efficient as it requires several mouse clicks to choose what formatting is required. </li>
</ul>
<p>There is a way of pasting content copied from any with formatting removed. See this <a href="http://www.pcmag.com/article2/0,2817,427342,00.asp">helpful article</a><br />
and <a href="http://www.techrepublic.com/blog/msoffice/create-a-shortcut-to-paste-unformatted-text-into-a-word-document/264">this one</a> is even better.</p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2011/06/09/useful-ms-word-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6 and &lt;button&gt; styling</title>
		<link>http://webiga.com/2011/04/20/ie6-and-styling/</link>
		<comments>http://webiga.com/2011/04/20/ie6-and-styling/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 08:06:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=190</guid>
		<description><![CDATA[IE6 has its own mind when it goes to styling button elements. It applies (seemingly) some padding even if you set it to padding: 0. Found a great article at viget.com that made my day yesterday. The solution to get rid of extra padding in IE6 is rather easy. Just apply these rules to the [...]]]></description>
			<content:encoded><![CDATA[<p>IE6 has its own mind when it goes to styling button elements. It applies (seemingly) some padding even if you set it to padding: 0. Found a great article at <a href="http://www.viget.com/inspire/styling-the-button-element-in-internet-explorer/">viget.com</a> that made my day yesterday. The solution to get rid of extra padding in IE6 is rather easy. Just apply these rules to the button:</p>
<p><code>button {<br />
  width: auto;<br />
  overflow: visible;<br />
}</code></p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2011/04/20/ie6-and-styling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symbolic Links on Windows: Junction is the answer</title>
		<link>http://webiga.com/2010/11/16/symbolic-links-on-windows-junctions-is-the-answer/</link>
		<comments>http://webiga.com/2010/11/16/symbolic-links-on-windows-junctions-is-the-answer/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 18:50:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=184</guid>
		<description><![CDATA[Ever wanted to create symbolic links on Windows. I recently found a little command line tool that enables symbolic link creation on Windows 2000 and onwards. Here is the link to the downloads page Junction]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to create symbolic links on Windows. I recently found a little command line tool that enables symbolic link creation on Windows 2000 and onwards.</p>
<p>Here is the link to the downloads page <a href="http://technet.microsoft.com/en-us/sysinternals/bb896768.aspx">Junction</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2010/11/16/symbolic-links-on-windows-junctions-is-the-answer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating event with eventStatus using Zend Gdata</title>
		<link>http://webiga.com/2010/11/13/creating-event-with-eventstatus-using-zend-gdata/</link>
		<comments>http://webiga.com/2010/11/13/creating-event-with-eventstatus-using-zend-gdata/#comments</comments>
		<pubDate>Sat, 13 Nov 2010 03:36:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=181</guid>
		<description><![CDATA[After searching the net for a way of setting eventStatus I noticed that quite a few people had the same problem as me. Here is the way I managed to do it. After declaring service: $service = new Zend_Gdata_Calendar( $client ); and creating a new entry container object: $newEntry = $service -> newEventEntry(); You declare [...]]]></description>
			<content:encoded><![CDATA[<p>After searching the net for a way of setting eventStatus I noticed that quite a few people had the same problem as me. Here is the way I managed to do it.</p>
<p>After declaring service:<br />
<code>$service = new Zend_Gdata_Calendar( $client );</code></p>
<p>and creating a new entry container object:<br />
<code>$newEntry = $service -> newEventEntry();</code></p>
<p>You declare event status for this event to be either of these (tentative, confirmed, canceled) with this code:<br />
<code>$newEntry -> eventStatus = $service -> newEventStatus( $URL );</code></p>
<p>where $URL can be either of the three:</p>
<ul>
<li>http://schemas.google.com/g/2005#event.tentative</li>
<li>http://schemas.google.com/g/2005#event.confirmed; or</li>
<li>http://schemas.google.com/g/2005#event.canceled</li>
</ul>
<p>Happy coding</p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2010/11/13/creating-event-with-eventstatus-using-zend-gdata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP from under firewall</title>
		<link>http://webiga.com/2010/08/23/ftp-from-under-firewall/</link>
		<comments>http://webiga.com/2010/08/23/ftp-from-under-firewall/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 16:44:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=111</guid>
		<description><![CDATA[If you even needed to access your ftp server from under firewall this is the web interface that you can you use just for that &#8211; Net2FTP]]></description>
			<content:encoded><![CDATA[<p>If you even needed to access your ftp server from under firewall this is the web interface that you can you use just for that &#8211; <a href="http://net2ftp.com/">Net2FTP</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2010/08/23/ftp-from-under-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VigetLabs</title>
		<link>http://webiga.com/2008/09/30/vigetlabs/</link>
		<comments>http://webiga.com/2008/09/30/vigetlabs/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 16:21:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=82</guid>
		<description><![CDATA[VigetLabs provides a full range of web services. It is a network of 4 sites under one roof. VigetAdvnce VigetInspire VigetExtedn; and Vigetengage I was quite impressed by the quality of info these guys publish on their blogs. Being a designer myself I constantry strive to improve my ways of designing. At VigetInspire they have [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.viget.com/images/inspire/labs_at_viget.gif" alt="VigetLabs logo" /><br />
VigetLabs provides a full range of web services. It is a network of 4 sites under one roof.</p>
<ul>
<li><a href="http://www.viget.com/advance">VigetAdvnce</a></li>
<li><a href="http://www.viget.com/inspire">VigetInspire</a></li>
<li><a href="http://www.viget.com/extend">VigetExtedn</a>; and</li>
<li><a href="http://www.viget.com/engage">Vigetengage</a></li>
</ul>
<p>I was quite impressed by the quality of info these guys publish on their blogs. Being a designer myself I constantry strive to improve my ways of designing. At <a href="http://www.viget.com/inspire">VigetInspire</a> they have some fantastic posts where they share design experiences. Lots of things to learn, especially because most posts emerge from situations with real projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2008/09/30/vigetlabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parking permits in Dover District</title>
		<link>http://webiga.com/2008/09/29/parking-permits-in-dover-district/</link>
		<comments>http://webiga.com/2008/09/29/parking-permits-in-dover-district/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 10:44:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=79</guid>
		<description><![CDATA[If you ever happen to live in Dover area and need a parking permit, this is the page to get information about them. Click here]]></description>
			<content:encoded><![CDATA[<p>If you ever happen to live in Dover area and need a parking permit, this is the page to get information about them. <a href="http://www.dover.gov.uk/parking/permit.asp">Click here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2008/09/29/parking-permits-in-dover-district/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Funny Looped Animation</title>
		<link>http://webiga.com/2007/05/26/funny-looped-animation/</link>
		<comments>http://webiga.com/2007/05/26/funny-looped-animation/#comments</comments>
		<pubDate>Sat, 26 May 2007 11:18:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Interesting Facts]]></category>
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=55</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a id="p54" rel="attachment" class="imagelink" title="looped animation" href="http://webiga.com/?attachment_id=54"><img id="image54" alt="looped animation" src="http://webiga.com/wp-content/uploads/2007/05/ad9ec8b6577bfb2b3b2688c2415c64df_full.gif" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2007/05/26/funny-looped-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Escaping special characters in JavaScript</title>
		<link>http://webiga.com/2007/05/09/escaping-special-characters-in-javascript/</link>
		<comments>http://webiga.com/2007/05/09/escaping-special-characters-in-javascript/#comments</comments>
		<pubDate>Wed, 09 May 2007 19:26:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=43</guid>
		<description><![CDATA[JavaScript has some inbuilt functions for escaping special characters. The most common one and the one that is available in all versions from 1.0 upwards is escape(). Here are some related links to pages explaining special character replacement in greater details: http://www.the-art-of-web.com/javascript/escape/ http://blogs.bwerp.net/archives/2004/08/27/escaping]]></description>
			<content:encoded><![CDATA[<p>JavaScript has some inbuilt functions for escaping special characters. The most common one and the one that is available in all versions from 1.0 upwards is <em><strong>escape()</strong></em>.</p>
<p>Here are some related links to pages explaining special character replacement in greater details:</p>
<ul>
<li><a title="Escaping JavaScript for PHP" href="http://www.the-art-of-web.com/javascript/escape/ ">http://www.the-art-of-web.com/javascript/escape/ </a></li>
<li><a title="Encoding and decoding using JavaScript and PHP" href="http://blogs.bwerp.net/archives/2004/08/27/escaping">http://blogs.bwerp.net/archives/2004/08/27/escaping</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2007/05/09/escaping-special-characters-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>StrokeIt &amp; Hott Notes 4 &#8211; making notes efficiently</title>
		<link>http://webiga.com/2007/04/22/strokeit-mouse-gestures-for-windows/</link>
		<comments>http://webiga.com/2007/04/22/strokeit-mouse-gestures-for-windows/#comments</comments>
		<pubDate>Sun, 22 Apr 2007 16:26:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://webiga.com/?p=20</guid>
		<description><![CDATA[StrokeIt recognises mouse gestures (Caracters drawn on a screen with your mouse). This can increase efficiency dramatically. I begun looking for someting like it after realising that I needed a quicker way to start a note taking application. Previously I was heavily using Notepad, but openning notepad takes time (going through menus) having lots of [...]]]></description>
			<content:encoded><![CDATA[<p><a title="StrokeIt" href="http://www.tcbmi.com/strokeit/">StrokeIt </a>recognises mouse gestures (Caracters drawn on a screen with your mouse). This can increase efficiency dramatically. I begun looking for someting like it after realising that I needed a quicker way to start a note taking application.</p>
<p><span id="more-20"></span>Previously I was heavily using Notepad, but</p>
<ol>
<li>openning notepad takes time (going through menus)</li>
<li>having lots of open notepads looks ugly</li>
</ol>
<p>So No.1 was solved by installing and configuring StrokeIt. No.2 was solved by installing a very nice freeware notes taking tool &#8211; <a title="hott notes" href="http://www.hottnotes.com/">Hott Notes 4</a>. Now when I Right Click and drag mouse to the left a Hott Notes pops up and lets me add notes. This is much more efficient and definitely nicer then what it used to be before.</p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://webiga.com/2007/04/22/strokeit-mouse-gestures-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

