﻿<?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>Ladysign Dev Blog &#187; geeky</title>
	<atom:link href="http://www.ladysign-apps.com/blog/category/other/geeky/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ladysign-apps.com/blog</link>
	<description>Girls can code.</description>
	<lastBuildDate>Mon, 01 Feb 2010 09:44:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Protect from deeplinking</title>
		<link>http://www.ladysign-apps.com/blog/code/regex/protect-from-deeplinking/</link>
		<comments>http://www.ladysign-apps.com/blog/code/regex/protect-from-deeplinking/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 12:42:30 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[browsers]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[regex]]></category>

		<guid isPermaLink="false">http://ladysign-apps.com/blog/?p=827</guid>
		<description><![CDATA[<p><strong>Difficulty:</strong> 1 out of 5 stars<br />
A good example of deeplinking is that an other website is embedding your content (for example images or video&#8217;s) in[......]</p>]]></description>
			<content:encoded><![CDATA[<p><strong>Difficulty:</strong> 1 out of 5 stars<br />
A good example of deeplinking is that an other website is embedding your content (for example images or video&#8217;s) into his/her website.<br />
Therefore this website does not need share own content. &#8211; The nasty thing is; that this will cost you bandwidth.<br />
It loads content from your website, but without a site visit. Especially when full video&#8217;s are loaded, you don&#8217;t want this.</p>
<p>You can protect yourself from deeplinking.<br />
In your <strong>.htaccess file</strong> add the following lines (notice the file extensions and your own domain):</p>
<pre class="brush: jscript;">Options +SymLinksIfOwnerMatch
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(.*\.)?mydomain.com(/)?.*$ [NC]
RewriteRule .*\.(wmv|asx|jpg|gif|jpeg)$ http://localhost/ [R,NC] </pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ladysign-apps.com/blog/code/regex/protect-from-deeplinking/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Go home IE6, you always break rules.</title>
		<link>http://www.ladysign-apps.com/blog/code/browsers/go-home-ie6-you-always-break-rules/</link>
		<comments>http://www.ladysign-apps.com/blog/code/browsers/go-home-ie6-you-always-break-rules/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 19:26:57 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[browsers]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[ie6]]></category>

		<guid isPermaLink="false">http://ladysign-apps.com/blog/?p=761</guid>
		<description><![CDATA[<p><img src="http://www.ladysign-apps.com/blog/lee/8.jpg" alt="Go home IE6!" /></p>
<p>Love it? Why don&#8217;t you use it as a <a href="http://www.flickr.com/photos/robotjohnny/3629069606/sizes/o/">wallpaper</a>?</p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ladysign-apps.com/blog/lee/8.jpg" alt="Go home IE6!" /></p>
<p>Love it? Why don&#8217;t you use it as a <a href="http://www.flickr.com/photos/robotjohnny/3629069606/sizes/o/">wallpaper</a>?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ladysign-apps.com/blog/code/browsers/go-home-ie6-you-always-break-rules/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Add a right-click shell action</title>
		<link>http://www.ladysign-apps.com/blog/other/geeky/add-a-right-click-shell-action/</link>
		<comments>http://www.ladysign-apps.com/blog/other/geeky/add-a-right-click-shell-action/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 13:26:39 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[geeky]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[reg]]></category>
		<category><![CDATA[regedit]]></category>
		<category><![CDATA[right click action]]></category>
		<category><![CDATA[scite]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://ladysign-apps.com/blog/?p=620</guid>
		<description><![CDATA[<p><strong>Difficulty:</strong> 1 out of 5 stars<br />
I love <a href="http://www.scintilla.org/SciTE.html">Scite</a>, this tiny easy code editor, is powerful, can handle and format all kind of codes (ruby, php, java, javascri[......]</p>]]></description>
			<content:encoded><![CDATA[<p><strong>Difficulty:</strong> 1 out of 5 stars<br />
I love <a href="http://www.scintilla.org/SciTE.html">Scite</a>, this tiny easy code editor, is powerful, can handle and format all kind of codes (ruby, php, java, javascript, xml, html&#8230;) and extremely fast.<br />
That&#8217;s why I want to have Scite in my right click action menu (shell), to easy open all my files within Scite.<br />
Here&#8217;s how I did this:</p>
<ul>
<ol>Open regedit -> CTRL + R > Type regedit</ol>
<ol>Navigate to HKEY_CLASSES_ROOT > * </ol>
<ol>Create key (incase it is not there): <strong>shell</strong></ol>
<ol>In key shell, create key: <strong>Open with Scite</strong></ol>
<ol>In key &#8216;Open with Scite&#8217;, create key: <strong>command</strong></ol>
<ol>Double click key command, give value: <strong>C:\Program Files\SciTE Source Code Editor\SciTE.exe %1</strong></ol>
</ul>
<p>Ofcourse you can change the name Scite and the path, to the program name and path you want but<br />
don&#8217;t forget to type the <strong>%1</strong>, or your Scite won&#8217;t open any content.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ladysign-apps.com/blog/other/geeky/add-a-right-click-shell-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE8 why so sad? It ain&#8217;t that bad.</title>
		<link>http://www.ladysign-apps.com/blog/code/html/ie8-why-so-sad-it-aint-that-bad/</link>
		<comments>http://www.ladysign-apps.com/blog/code/html/ie8-why-so-sad-it-aint-that-bad/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 14:44:04 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[browsers]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ie8]]></category>
		<category><![CDATA[internet explorer 8]]></category>
		<category><![CDATA[Metatag]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://ladysign-apps.com/blog/?p=558</guid>
		<description><![CDATA[<p><strong>Difficulty:</strong> 1 out of 5 stars</p>
<h4>Blame it on Microsoft</h4>
<p>People like to blame it on Microsoft and it&#8217;s browsers. Everywhere on the internet you can re[......]</p>]]></description>
			<content:encoded><![CDATA[<p><strong>Difficulty:</strong> 1 out of 5 stars</p>
<h4>Blame it on Microsoft</h4>
<p>People like to blame it on Microsoft and it&#8217;s browsers. Everywhere on the internet you can read these <a href="http://www.456bereastreet.com/archive/200801/standards_mode_is_the_new_quirks_mode/">kind of comments about the new IE8 browser</a>. And honestly there are also a lot of things with the name Microsoft which do suck. (Vista, Internet Explorer 6).</p>
<p>But am I the only one, who praises Microsoft with IE8 and the &#8220;<a href="http://ladysign-apps.com/blog/archives/532">force-meta-tag</a>&#8220;?<br />
I mean, when you choose to build a website without following standards, and build it for IE6, then the mess on the end should be your own responsibility.<br />
If you would have build the website according standards, you would probably not suffer of Internet Explorer 8.</p>
<h4>IE8 it ain&#8217;t that bad</h4>
<p>Look, I also think just switching the meta tags and forcing the user to load in a different mode is not making your page better.<br />
Ofcourse you should fix the page with quality code instead of forcing the user.<br />
But blaming the big M, is bit too much don&#8217;t you think?</p>
<p>There are a lot of (big) firm&#8217;s, who have a website or tool online, ofcourse with crap IE6-only code.<br />
Every now and then these multinationals/firms bring out new .x versions of their website site/tool, with for example bugfixes for Firefox, Chrome.<br />
<strong>These sites/tools are so big and complicated, there is no time and no money for a re-design</strong>, till a total new teamproject will get a start.</p>
<p>Thank you Microsoft, with an easy bug fix of the force-meta-tag these website&#8217;s can be fixed very fast. Using IE8 is no longer blocking or losing money. And with these big, complicated sites/tools we&#8217;re talking about millions of dollars not about some OSCommerce webshop.</p>
<p>Why so sad? See it as an extra feature.  A Microsoft present.<br />
Cause at the end, what did we learn? The next total fresh release of the big firm site/tool will be build according standards. (Or atleast it&#8217;s on their list of requirements.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ladysign-apps.com/blog/code/html/ie8-why-so-sad-it-aint-that-bad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing RealTek rt8781 wireless driver for Ubuntu</title>
		<link>http://www.ladysign-apps.com/blog/other/geeky/installing-realtek-rt8781-wireless-driver-for-ubuntu/</link>
		<comments>http://www.ladysign-apps.com/blog/other/geeky/installing-realtek-rt8781-wireless-driver-for-ubuntu/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 20:41:45 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[geeky]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Realtek driver]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ladysign-apps.com/blog/?p=205</guid>
		<description><![CDATA[<p><strong>Difficulty:</strong> 2 out of 5 stars</p>
<p>After my fresh new install of Ubuntu 8.10 (Inteprid) I noticed that my little Asus Eee pc did not contain the correct wir[......]</p>]]></description>
			<content:encoded><![CDATA[<p><strong>Difficulty:</strong> 2 out of 5 stars</p>
<p>After my fresh new install of Ubuntu 8.10 (Inteprid) I noticed that my little Asus Eee pc did not contain the correct wireless Realtek drivers. Since my laptop is duel boot, I had the luck that I could switch back to my Windows XP environment for Google and downloading the correct package.<br />
On: http://forums.msiwind.net/debian/rtl8187se-drivers-for-ubuntu-and-deb-packages-t4954.html<br />
I found the solution!</p>
<p>I downloaded the following *.deb package:<br />
<a href="http://boskastrona.ovh.org/download/linux-rtl8187se-modules-04coffee@2.6.27.7.11.deb ">http://boskastrona.ovh.org/download/linux-rtl8187se-modules-04coffee@2.6.27.7.11.deb</a></p>
<p>After downloading the correct package open your terminal:<br />
Applications > Accessories (Hulpmiddelen) > Terminal (Terminalvenster)</p>
<p>Type and go to the specified folder, for example:</p>
<pre class="brush: jscript;">
 cd /media/disk-1/Linux/
</pre>
<p>Type:</p>
<pre class="brush: jscript;">
sudo dpkg -i linux-rtl8187se-*.deb
</pre>
<p>Fill in your password, when prompted.<br />
Wait till the console succeeds with installing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ladysign-apps.com/blog/other/geeky/installing-realtek-rt8781-wireless-driver-for-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
