<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Productive Geek Forums &#187; Forum: Lifehacker Coders - Recent Posts</title>
<link>http://productivegeek.com/forums/</link>
<description>The Geeky Way to Get Things Done</description>
<language>en</language>
<pubDate>Fri, 30 Jul 2010 11:25:34 +0000</pubDate>

<item>
<title>markerfit on "Script Suggestion: Turn Off Music If Inactive 5 Minutes"</title>
<link>http://productivegeek.com/forums/topic/script-suggestion-turn-off-music-if-inactive-5-minutes#post-1767</link>
<pubDate>Tue, 13 Jul 2010 08:44:55 +0000</pubDate>
<dc:creator>markerfit</dc:creator>
<guid isPermaLink="false">1767@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;I suggested your topic to a friend of mine and a couple of minutes later he came up with this: &#60;a href=&#34;http://apps.nozavi.com/downloads?task=view.download&#38;amp;cid=19&#34; rel=&#34;nofollow&#34;&#62;http://apps.nozavi.com/downloads?task=view.download&#38;amp;cid=19&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I started using it and found it is actually pretty cool.
&#60;/p&#62;</description>
</item>
<item>
<title>nakuls on "Script Suggestion: Turn Off Music If Inactive 5 Minutes"</title>
<link>http://productivegeek.com/forums/topic/script-suggestion-turn-off-music-if-inactive-5-minutes#post-1755</link>
<pubDate>Mon, 28 Jun 2010 08:51:44 +0000</pubDate>
<dc:creator>nakuls</dc:creator>
<guid isPermaLink="false">1755@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;Using the code to pause windows media player from my tip at lifehacker, &#60;a href=&#34;http://lifehacker.com/comment/22326726/&#34;&#62;Universal shortcuts to windows media player&#60;/a&#62; , you can have something like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;SetTimer, IdlePause, 10000 ; checks every 10 seconds
return

IdlePause:

If A_TimeIdlePhysical &#38;gt; 300 ; if idle time is greater than 5 minutes
  PostMessage, 0x111, 18809, 0, ,Windows Media Player ; Stop Playing Track&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;There other things you can do also. you can only mute the player by replacing the last line with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;PostMessage, 0x111, 18817, 0, ,Windows Media Player ; Volume Mute&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>SmallWorld on "Script Suggestion: Turn Off Music If Inactive 5 Minutes"</title>
<link>http://productivegeek.com/forums/topic/script-suggestion-turn-off-music-if-inactive-5-minutes#post-1752</link>
<pubDate>Thu, 10 Jun 2010 13:48:21 +0000</pubDate>
<dc:creator>SmallWorld</dc:creator>
<guid isPermaLink="false">1752@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;A little script, you'll have to customize it for your own music player.&#60;br /&#62;
For 5 minutes, if inactive, it'll stop the process.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#singleinstance force
SetTimer IdleChk,300000

IdleChk:
 if (A_TimeIdlePhysical &#38;gt; (60*60*1000))
    process, close, foobar2000.exe
 RETURN&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope it works for you. If not, somebody else with more skill than I do can put something better.
&#60;/p&#62;</description>
</item>
<item>
<title>alexward1981 on "Script Suggestion: Turn Off Music If Inactive 5 Minutes"</title>
<link>http://productivegeek.com/forums/topic/script-suggestion-turn-off-music-if-inactive-5-minutes#post-1730</link>
<pubDate>Wed, 19 May 2010 07:32:13 +0000</pubDate>
<dc:creator>alexward1981</dc:creator>
<guid isPermaLink="false">1730@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;I would imagine EventGhost could do this quite well.
&#60;/p&#62;</description>
</item>
<item>
<title>spirion on "Script Suggestion: Turn Off Music If Inactive 5 Minutes"</title>
<link>http://productivegeek.com/forums/topic/script-suggestion-turn-off-music-if-inactive-5-minutes#post-1729</link>
<pubDate>Tue, 18 May 2010 19:01:58 +0000</pubDate>
<dc:creator>spirion</dc:creator>
<guid isPermaLink="false">1729@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;I tend to get dragged into new tasks as I meander around the building and sometimes going for a drink of water ends of turning into an hour long tech support venture. If I'm just running to the drinking fountain I usually don't turn off my music. I'm wondering if anyone has written a script that detects both key presses and mouse movement simultaneously? Ideally I'd love to have a script that if neither are detected after 5 mins, it closes my music app.
&#60;/p&#62;</description>
</item>
<item>
<title>jitsejan on "Help and tips with mobile app"</title>
<link>http://productivegeek.com/forums/topic/help-and-tips-with-mobile-app#post-1726</link>
<pubDate>Mon, 17 May 2010 07:53:53 +0000</pubDate>
<dc:creator>jitsejan</dc:creator>
<guid isPermaLink="false">1726@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;Time do dive in C++ again then I'm afraid.. Every cross-platform develop environment has its own disadvantages, no sensor API, not working for Symbian 3th, etc.
&#60;/p&#62;</description>
</item>
<item>
<title>sirikan on "Help and tips with mobile app"</title>
<link>http://productivegeek.com/forums/topic/help-and-tips-with-mobile-app#post-1722</link>
<pubDate>Sat, 15 May 2010 12:21:07 +0000</pubDate>
<dc:creator>sirikan</dc:creator>
<guid isPermaLink="false">1722@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;Only way to get it working with different phones unfortunatly is going to be using different SDKs as each phone platform is heaps different.
&#60;/p&#62;</description>
</item>
<item>
<title>jitsejan on "Help and tips with mobile app"</title>
<link>http://productivegeek.com/forums/topic/help-and-tips-with-mobile-app#post-1721</link>
<pubDate>Sat, 15 May 2010 01:31:12 +0000</pubDate>
<dc:creator>jitsejan</dc:creator>
<guid isPermaLink="false">1721@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I need to make an application on a mobile phone which reads the accelerometer and sends the data through BlueTooth which is then received by a computer. Does anyone here has some experience with developing on mobile phones? It has to work on most of the recent cell phones (the ones with accelrometer ofcourse). Should you really use all the seperate SDK's or is there something more easy?&#60;/p&#62;
&#60;p&#62;Best regards,&#60;/p&#62;
&#60;p&#62;JJ
&#60;/p&#62;</description>
</item>
<item>
<title>Flest on "AHK windows with similar names"</title>
<link>http://productivegeek.com/forums/topic/ahk-windows-with-similar-names#post-1713</link>
<pubDate>Sat, 01 May 2010 13:32:40 +0000</pubDate>
<dc:creator>Flest</dc:creator>
<guid isPermaLink="false">1713@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;To solve this problem just change the title match mode. In the code below, I change it to 3 where the title has to &#60;b&#62;exactly&#60;/b&#62; match. So if the actual title is &#60;em&#62;&#34;Internet Explorer - Deltek Vision&#34; &#60;/em&#62; or something to that effect, you have to replace &#60;em&#62;&#34;Deltek Vision&#34;&#60;/em&#62; down there with &#60;em&#62;&#34;Internet Explorer - Deltek Vision.&#34;&#60;/em&#62; In my example I did that so for your script just replace the title.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#Persistent&#60;br /&#62;
SetTitleMatchMode, 3  ; sets so the title has to exactly match&#60;br /&#62;
WinSet, AlwaysOnTop, On&#60;br /&#62;
Run %ProgramFiles%\Internet Explorer\iexplore.Exe &#60;a href=&#34;http://appserver/vision/#&#34; rel=&#34;nofollow&#34;&#62;http://appserver/vision/#&#60;/a&#62;&#60;br /&#62;
Sleep, 5000&#60;br /&#62;
WinActivate, Internet Explorer - Deltek Vision&#60;br /&#62;
Winclose, Internet Explorer - Deltek Vision&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;So this will only close that window and will not close Deltek Vision 5.1. Click &#60;a href=&#34;&#34;http://www.autohotkey.com/docs/commands/SetTitleMatchMode.htm&#34;&#34;&#62;here&#60;/a&#62; for an explanation about SetTitleMatchMode.
&#60;/p&#62;</description>
</item>
<item>
<title>angryliberalpanda on "Mac Aluminum Keyboard Scripted to work in windows 7"</title>
<link>http://productivegeek.com/forums/topic/mac-aluminum-keyboard-scripted-to-work-in-windows-7#post-1710</link>
<pubDate>Wed, 28 Apr 2010 01:16:08 +0000</pubDate>
<dc:creator>angryliberalpanda</dc:creator>
<guid isPermaLink="false">1710@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;Hi, I Created this AHK file after aggregating several other sources to make a script that worked well for me. It has every one of the printed keys on the slim aluminum keyboard (with keypad) working more or less as it should on a mac. (the only difference is the F5 key which summons the task manager in windows :D) another thing of note is that for this to work just swimmingly, you need to install two stand alone programs called &#60;a href=&#34;http://www.nirsoft.net/utils/volumouse.html&#34;&#62;Volumouse &#60;/a&#62;and &#60;a href=&#34;http://insentient.net/&#34;&#62;switcher&#60;/a&#62;. Volumouse is designed to make the scroll wheel on your mouse a volume wheel, but in options I just set a rule so that some combo I’ll never accidentally use has control over the brightness and script AHK to do that for F1 and F2. And switcher is a nice way to create the exposé effect on a windows machine.&#60;a href=&#34;http://blog.lib.umn.edu/ayubx003/dividebyzero/2009/01/05/expose_for_windows_vista_clone.html&#34;&#62; Some guides online&#60;/a&#62; can help you set it up so it looks JUST like OS X’s exposé feature, but either way it’ll get the job done. Another thing I should mention is the Eject key WILL NOT WORK WITHOUT DRIVERS! So I instead ignored it and went the apple pro keyboard route and put the eject on the far right hand F-key (F19). Since I also have a second optical drive, when you hold ctrl and press F19 it opens and closes the secondary drive! If your drives don’t follow the naming conventions I have, its ok just change the drive letter in the code itself to match yours! And lastly to make my knock-off mighty mouse activate exposé I set it to activate switcher’s hotkey when both mouse buttons are pressed, again that is up to you to change. &#60;/p&#62;
&#60;p&#62;Of special note, the sites and ideas that I compiled to make this AHK script are all noted in the code itself in a comment. If you’d like to change what I’ve done to make it (better, faster, stronger, whatever ) please feel free to change and redistribute, but give credit to the authors that I took from and remember keep it free and open&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;;
; AutoHotkey Version: 1.x
; Language:       English
; Platform:       Win 7
; Author:         Madison &#38;lt;angryliberalpanda@gmail.com&#38;gt;
;
; Script Function:
;	get the friggin aluminum mac keyboard working in windows 7
;

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

F1::Send {ALTDOWN}{WheelDown}{ALTUP}
F2::Send {ALTDOWN}{WheelUp}{ALTUP}

F3::Send, {LWinDOWN}{q}{LWinUP}
F4::Send, {SHIFTDOWN}{CTRLDOWN}{ESC}{SHIFTUP}{CTRLUP}

F7::
DetectHiddenWindows , On
IfWinExist , iTunes ahk_class iTunes
	ControlSend , ahk_parent, ^{left}, iTunes ahk_class iTunes
else
	Send {p}{Media_Prev}
DetectHiddenWindows , Off
return

F8::
DetectHiddenWindows , On
IfWinExist , iTunes ahk_class iTunes
	ControlSend , ahk_parent, {space}, iTunes ahk_class iTunes
else
	send {Space}{Media_Play_Pause}
DetectHiddenWindows , Off
return

F9::
DetectHiddenWindows , On
IfWinExist , iTunes ahk_class iTunes
ControlSend , ahk_parent, ^{right}, iTunes ahk_class iTunes
else
	Send {n}{Media_Next}
DetectHiddenWindows , Off
return

F10::Send {Volume_Mute}
F11::Send {Volume_Down 5}
F12::Send {Volume_Up 5}

F13::Send {PrintScreen}

F16::Send {NumLock}

F19::
Drive, Eject, D:
; If the command completed quickly, the tray was probably already ejected.
; In that case, retract it:
if A_TimeSinceThisHotkey &#38;lt; 100  ; Adjust this time if needed.
    Drive, Eject,, 1
return

^F19::
Drive, Eject, E:
if A_TimeSinceThisHotkey &#38;lt; 100
    Drive, Eject,E:,1
return

~ LButton &#38;amp; RButton::Send, {LWinDOWN}{q}{LWinUP}

;special thanks to:
	;Autohotkey and their wonderful Documentation section
		;http://www.autohotkey.com/docs/
	;Eric F. Savage and his mac keyboard blog post which started me off on this
		;http://www.efsavage.com/blog/posts/enable_buttons_on_apple_keyboard_in_windows/
	;the author of &#38;quot;Controlling iTunes with AutoHotKey&#38;quot; for getting me exactly the commands i needed
		;http://www.switchonthecode.com/tutorials/controlling-itunes-with-autohotkey
	;and Raymond for his article on brightness controls.
		;http://www.raymond.cc/blog/archives/2008/08/13/how-to-dim-or-increase-the-brightness-of-laptop-or-notebook-lcd-screen/&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>calebstein on "Let&#039;s do a simple AHK project together:  AVI joiner"</title>
<link>http://productivegeek.com/forums/topic/lets-do-a-simple-ahk-project-together-avi-joiner#post-1674</link>
<pubDate>Wed, 24 Mar 2010 23:26:57 +0000</pubDate>
<dc:creator>calebstein</dc:creator>
<guid isPermaLink="false">1674@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;If you're interested, I can design an iso installer.
&#60;/p&#62;</description>
</item>
<item>
<title>iremedy on "How do you develop your website(s)?"</title>
<link>http://productivegeek.com/forums/topic/how-do-you-develop-your-websites#post-1648</link>
<pubDate>Sat, 20 Mar 2010 23:07:48 +0000</pubDate>
<dc:creator>iremedy</dc:creator>
<guid isPermaLink="false">1648@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;Keep in your mind, i am primarily a designer working with (X)HTML , CSS 2/3 , Javascript, and some flash once in a while. My clients , with the exception of 1 so far (2 years as a freelancers) have not required any backend PHP / MYSQL / RUBY type work. I usually work with small / local business. So my process can be much different then an agency's process&#60;/p&#62;
&#60;p&#62;My process works out like this.&#60;/p&#62;
&#60;p&#62;&#60;b&#62;1. Send client the request for service form.&#60;/b&#62;&#60;br /&#62;
This asks all the right questions, things like who has final approval, sample sites they like and why, budget, needs of the website (CMS, PHP MYSQL, ETC), sample flow charts if available. Also this form showcases my entire portfolio and outlines my design process in-detail. This also outlines who will be responsible for copy. I collaborate with another designer and a writer. I make it a point to tell the client that I am not a writer, and that copy for their website will cost extra. This service form also outlines any SEO / Internet Marketing / SMM services they might require, which is also extra.&#60;/p&#62;
&#60;p&#62;&#60;b&#62;2. Create a wireframe &#60;/b&#62;&#60;br /&#62;
After i receive the form i generate a wireframe of the home page and usually 1 other page. Mainly i deal with local small business and have not needed to make more then two different looking pages (home and secondary). This wireframe showcases layout of key items and allows the customer to begin giving feedback early so that changes are lest costly (in time and cash) down the road. It is at this stage that i being implementing the copy either from the client or my writer.&#60;/p&#62;
&#60;p&#62;&#60;b&#62;3. Translate the wireframe into PSD&#60;/b&#62;&#60;br /&#62;
Pretty self explanatory - after the client approves the wireframes, i then &#34;skin&#34; everything. Adding in colors, icons, etc. I usually stick to the 960 Grid system, but if the job is on a budget i.e. &#38;gt;$1000 it usually involves the client selecting a template and me editing it. &#60;/p&#62;
&#60;p&#62;&#60;b&#62;4. Translate the PSD into XHTML and CSS with a sprinkle of JQuery or Moo&#60;/b&#62;&#60;br /&#62;
I find this process a lot less time consuming if i did the PSD and Wireframes in detail. When i first started out this would take so much time because I was always looking up how to do &#34;x&#34; and now, most of my clients at least, sites are pretty feature-generic so this a breeze.&#60;/p&#62;
&#60;p&#62;&#60;b&#62;5. Test for compatibility / accessibility / w3c&#60;/b&#62;&#60;br /&#62;
I run these tests in FF, Opera, Safari, IE 7/8, and Chrome. Also i disable javascript and css3 to ensure everything degrades nicely. I usually dont go as far to disable CSS to see how everything looks, but I do disable CSS to see the site from SEO standpoint. I run validation on w3c and css, get it validated. Actually on a side note, i only started doing this recently.&#60;/p&#62;
&#60;p&#62;&#60;b&#62;6. Perform basic user testing&#60;/b&#62;&#60;br /&#62;
My clients are usually within the $1000-$5000 range, so extensive user testing is usually overboard and excessive. I do basic UT throughout the design process with my other designer, wife, and mom. Then typically i run 2-5 tests on &#60;a href=&#34;http://www.usertesting.com&#34; rel=&#34;nofollow&#34;&#62;http://www.usertesting.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;b&#62;7. Present final copy to client for revisions&#60;/b&#62;&#60;br /&#62;
Unlike the stereotypical designer, i really do not mind implementing client revisions. Most of their requests can be argued against the documented user testing videos - but i usually do not hassle them too much. Typically I budget ANY job with up to 15 hours of revisions throughout the process. The client is made aware from the start that exceeding this will incur a fee.&#60;/p&#62;
&#60;p&#62;&#60;b&#62;8. Setup Analytics and Submit to search engines&#60;/b&#62;&#60;br /&#62;
Even if clients do not select an Internet Marketing / SEO / SMM campaign, I always create the site from the start to be Search Engine Friendly using things like Meta Tags, Title Tags, Text Navigation, alt tags, Robots.txt, and Sitemap.xml. Most of the time clients wave important services like &#34;keyword research&#34; or &#34;copy creation&#34; and it hurts their site some when I just throw in &#34;best guess&#34; words in their Meta, Titles, and Headers. I also setup google analytics and submit their URL to Google &#38;amp; Bing. &#60;/p&#62;
&#60;p&#62;Thats pretty much it.&#60;/p&#62;
&#60;p&#62;There is alot more that goes on &#34;behind the scenes&#34;. I take alot of my business ideas from the book the 4 hour work week, and much of the admin stuff is handled by virtual assistant. I like to focus on just design, and project management, sales, book keeping, etc. are all handled by someone else. Its not that I do not know how to do these things (i have a business degree) but I'd rather be involved and get lost in my day doing something I really love. Design.
&#60;/p&#62;</description>
</item>
<item>
<title>matt5409 on "How do you develop your website(s)?"</title>
<link>http://productivegeek.com/forums/topic/how-do-you-develop-your-websites#post-1612</link>
<pubDate>Sat, 13 Mar 2010 16:48:00 +0000</pubDate>
<dc:creator>matt5409</dc:creator>
<guid isPermaLink="false">1612@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;A lot of people have so far spoken about the tools they use for actual development but in terms of developing a website from the beginning you should really plan the development at design stage.&#60;/p&#62;
&#60;p&#62;I use Photoshop to design the pages (like probably 95% of designers). It's worth mapping out all your main pages in the design first, thinking about how you are going to build them in HTML/CSS and considering their performancein terms of usability, browser accomodation and even SEO.&#60;/p&#62;
&#60;p&#62;Like Alex I use Dreamweavers code view. A lot of hardcore devs vote against Dreamweaver, calling it an amateur's tool, but the syntax highlighting is brilliant and it offers a lot of helpful tools (like document formatting, code inspection and, as mentioned, FTP capability).&#60;/p&#62;
&#60;p&#62;The best way to learn is by doing, and always keep abrest of new technologies. There's nothing worse in this day and age than seeing people selling web services when their homepage is built using tables, makes us of inline CSS and javascript, and is a million miles away from W3C validation :)&#60;/p&#62;
&#60;p&#62;Good luck!
&#60;/p&#62;</description>
</item>
<item>
<title>groelzj on "AHK windows with similar names"</title>
<link>http://productivegeek.com/forums/topic/ahk-windows-with-similar-names#post-1610</link>
<pubDate>Thu, 11 Mar 2010 16:48:06 +0000</pubDate>
<dc:creator>groelzj</dc:creator>
<guid isPermaLink="false">1610@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;I'm trying to modify a .ahk file to turn it into a shortcut that users can click on from their desktop instead of having to launch internet explorer and then click on a bookmark.&#60;/p&#62;
&#60;p&#62;#Persistent&#60;br /&#62;
winset,alwaysontop,on&#60;br /&#62;
run c:\Program Files\Internet Explorer\iexplore.Exe &#60;a href=&#34;http://appserver/vision/#&#34; rel=&#34;nofollow&#34;&#62;http://appserver/vision/#&#60;/a&#62;&#60;br /&#62;
sleep,5000&#60;br /&#62;
WinActivate,Deltek Vision&#60;br /&#62;
Winclose,Deltek Vision&#60;/p&#62;
&#60;p&#62;The trouble is, the name of the second window that is opened is &#34;Deltek Vision 5.1&#34; and it ends up closing the second window instead of the first.&#60;/p&#62;
&#60;p&#62;When the link is clicked from IE, we don't have that trouble.&#60;/p&#62;
&#60;p&#62;Any advice?&#60;/p&#62;
&#60;p&#62;Thanks in advance.&#60;br /&#62;
Jon
&#60;/p&#62;</description>
</item>
<item>
<title>pedram on "Let&#039;s do a simple AHK project together:  AVI joiner"</title>
<link>http://productivegeek.com/forums/topic/lets-do-a-simple-ahk-project-together-avi-joiner#post-1609</link>
<pubDate>Thu, 11 Mar 2010 07:48:28 +0000</pubDate>
<dc:creator>pedram</dc:creator>
<guid isPermaLink="false">1609@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;I just get a black screen when playing video joined with this program, so I had to revert back to joining with VirtualDub.  It's a shame, since this way is much more convenient.
&#60;/p&#62;</description>
</item>
<item>
<title>alexward1981 on "How do you develop your website(s)?"</title>
<link>http://productivegeek.com/forums/topic/how-do-you-develop-your-websites#post-1605</link>
<pubDate>Tue, 09 Mar 2010 14:59:06 +0000</pubDate>
<dc:creator>alexward1981</dc:creator>
<guid isPermaLink="false">1605@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;Don't worry too much about tablets, it seems that the more popular ones will use the same screen resampling software which mobile browsers use so they should rescale quite well. Netbooks are another matter though. If they do keep their niche (which I doubt they will if tablets take off) then yes sooner or later considerations may have to be made to design for their screen sizes. Although many of them can handle 1024*600 so you should still be able to design for that resolution and be fine.&#60;/p&#62;
&#60;p&#62;Totally agree with the IE6 thing as well... people have started to get the message about IE6 now. Microsoft have even gotten on board. If anyone is worried about their IE6 users then you can set up a stylesheet to offer a severely limited but still functional version for them without having to cut back the user experience for the more modern browser.
&#60;/p&#62;</description>
</item>
<item>
<title>pixauth on "How do you develop your website(s)?"</title>
<link>http://productivegeek.com/forums/topic/how-do-you-develop-your-websites#post-1601</link>
<pubDate>Tue, 09 Mar 2010 12:28:32 +0000</pubDate>
<dc:creator>pixauth</dc:creator>
<guid isPermaLink="false">1601@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;Not a pro by any means, but I use a combination of stuff - Dreamweaver when I'm at my desk, my host's web interface for quick tweaks on the road, and a smattering of Flash thrown in there because I love Flash. Haters, go ahead and dump on me, but I do. I agree with alexward that you NEED to thoroughly test your site in different browsers, although I have stopped testing for IE6 compatibility, and also run it through several validators. However, I think building for the resolutions he talks about may be a bit restrictive - I TRY to build for smaller displays, because of the trend away from desktops, and toward netbooks/tablets. The &#60;a href=&#34;http://www.w3schools.com/browsers/browsers_display.asp&#34;&#62;data isn't there yet&#60;/a&#62;, but I'm anticipating it...
&#60;/p&#62;</description>
</item>
<item>
<title>alexward1981 on "How do you develop your website(s)?"</title>
<link>http://productivegeek.com/forums/topic/how-do-you-develop-your-websites#post-1596</link>
<pubDate>Sun, 07 Mar 2010 17:03:18 +0000</pubDate>
<dc:creator>alexward1981</dc:creator>
<guid isPermaLink="false">1596@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;I'm a professional web developer and I have always used dreamweaver (code view not design view) as although the syntax highlighting is not on par with some of the others its built in ftp features are great and save a lot of.&#60;/p&#62;
&#60;p&#62;Coding wise I developed my own CMS and framework about 18 months ago and now I use that exclusively for all my sites, before that I used to use various solutions but never found one that fit the bill completely.&#60;/p&#62;
&#60;p&#62;I use firebug occasionally but I much prefer the web developer toolbar for firefox, makes CSS styling a breeze.&#60;/p&#62;
&#60;p&#62;I think really the only way to properly test the site is to first check it in all the major browsers (not emulators, they can make mistakes) then put it through the W3C validator for standards compliance and a WAI validator (wave and cynthiasays are the best ones) for accessiblility.&#60;/p&#62;
&#60;p&#62;That way you can be 100% sure that it is perfect. don't forget to check at various different screen resolutions (at least between 1024*768 - 1600*1200 IMO) and if you can, check it on a mobile browser as well just to play it safe.
&#60;/p&#62;</description>
</item>
<item>
<title>LifeButBetter.com on "How do you develop your website(s)?"</title>
<link>http://productivegeek.com/forums/topic/how-do-you-develop-your-websites#post-1595</link>
<pubDate>Sun, 07 Mar 2010 16:40:34 +0000</pubDate>
<dc:creator>LifeButBetter.com</dc:creator>
<guid isPermaLink="false">1595@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;I'd be interested to hear people's experiences too. I may soon be building a site as a favour to a friend for their business. &#60;/p&#62;
&#60;p&#62;My web host has rvsitebuilder which seems like a straightforward way of doing this.
&#60;/p&#62;</description>
</item>
<item>
<title>asjones on "TouchFreeze alternative in AHK"</title>
<link>http://productivegeek.com/forums/topic/touchfreeze-alternative-in-ahk#post-1594</link>
<pubDate>Sun, 07 Mar 2010 11:31:14 +0000</pubDate>
<dc:creator>asjones</dc:creator>
<guid isPermaLink="false">1594@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;What about disabling the touch pad but leaving the &#34;eraser&#34; style mouse active for those of us with Dell's that have both?&#60;/p&#62;
&#60;p&#62;Or at least increasing the delay on the touch pad but leaving the eraser mouse active all the time?&#60;/p&#62;
&#60;p&#62;I love Autohotkey scripts.&#60;/p&#62;
&#60;p&#62;thanks for the tool&#60;/p&#62;
&#60;p&#62;Alan
&#60;/p&#62;</description>
</item>
<item>
<title>jitsejan on "How do you develop your website(s)?"</title>
<link>http://productivegeek.com/forums/topic/how-do-you-develop-your-websites#post-1587</link>
<pubDate>Thu, 04 Mar 2010 19:11:20 +0000</pubDate>
<dc:creator>jitsejan</dc:creator>
<guid isPermaLink="false">1587@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;What is the best way to develop a webpage? I only build them in my spare time (never made a site for a company or such, just for fun) and since two months I'm trying out Drupal. I use Notepad++ for the most of the work. How do you program your site and how do you check it's compatibility? I use Firefox with FireBug and the WebDev toolbar, but it's not the best way to test its crossbrowserish capability (what's the right word?). Any ideas on this?&#60;/p&#62;
&#60;p&#62;Let me know what you use.
&#60;/p&#62;</description>
</item>
<item>
<title>Taloncarde on "Greasemonkey Script request"</title>
<link>http://productivegeek.com/forums/topic/greasemonkey-script-request#post-1556</link>
<pubDate>Fri, 26 Feb 2010 14:05:15 +0000</pubDate>
<dc:creator>Taloncarde</dc:creator>
<guid isPermaLink="false">1556@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;I was wondering if you fine coders could help me with a greasemonkey script. I've been using this fine script for Netflix queue management, &#60;a href=&#34;http://userscripts.org/scripts/show/35183&#34; rel=&#34;nofollow&#34;&#62;http://userscripts.org/scripts/show/35183&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I would love to have something similar for the Q in Gamefly. Was wondering if anyone could &#60;/p&#62;
&#60;p&#62;A) Know a script like this that I have been unable to find&#60;br /&#62;
B) Possibly create a script like this&#60;br /&#62;
C) Point me to a better location where I can possibly find help on creating such a script.&#60;/p&#62;
&#60;p&#62;I've done some basic programming, but I learned long ago that I don't code very well, i've tried to understand the javascript concepts to be able to create this on my own to no avail. Look forward to any feedback or advice!
&#60;/p&#62;</description>
</item>
<item>
<title>darryn on "TouchFreeze alternative in AHK"</title>
<link>http://productivegeek.com/forums/topic/touchfreeze-alternative-in-ahk#post-1553</link>
<pubDate>Fri, 26 Feb 2010 05:35:59 +0000</pubDate>
<dc:creator>darryn</dc:creator>
<guid isPermaLink="false">1553@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;This works perfectly, thanks.&#60;/p&#62;
&#60;p&#62;One problem, though, I now can't play full screen games. Perhaps this might not actually be a problem, since I am now more productive without them :)
&#60;/p&#62;</description>
</item>
<item>
<title>c.barber78 on "AutoHotKey vs Activewords"</title>
<link>http://productivegeek.com/forums/topic/autohotkey-vs-activewords#post-1549</link>
<pubDate>Fri, 26 Feb 2010 00:48:49 +0000</pubDate>
<dc:creator>c.barber78</dc:creator>
<guid isPermaLink="false">1549@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;Yeh cheers for that, as i was saying Ill probably end up with autohotkey and maybe launchy or nDroid [http://www.codenite.com/]
&#60;/p&#62;</description>
</item>
<item>
<title>bobbo33 on "TouchFreeze alternative in AHK"</title>
<link>http://productivegeek.com/forums/topic/touchfreeze-alternative-in-ahk#post-1548</link>
<pubDate>Thu, 25 Feb 2010 22:25:18 +0000</pubDate>
<dc:creator>bobbo33</dc:creator>
<guid isPermaLink="false">1548@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;&#60;b&#62;New version 1.1!&#60;/b&#62;&#60;/p&#62;
&#60;p&#62;Thanks to all you Lifehackers who offered your suggestions!&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;; v1.0 2010-02-23 Original Release
; v1.1 2010-02-25 Added user configuration section
;                 Added option to block mouse clicks
;                 Added option to omit blocking for shift, ctrl, alt, win keys

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

;user configuration
DisableTime := 500 ;in milliseconds
BlockMouseMove := True
BlockLeftClick := True
BlockMiddleClick := True
BlockRightClick := True
AllowShift := True
AllowCtrl := True
AllowAlt := True
AllowWin :=True

;keyboard hook code credit: &#60;a href=&#34;http://www.autohotkey.com/forum/post-127490.html#127490&#34; rel=&#34;nofollow&#34;&#62;http://www.autohotkey.com/forum/post-127490.html#127490&#60;/a&#62;
#Persistent
OnExit, Unhook

;initialize
hHookKeybd := SetWindowsHookEx(WH_KEYBOARD_LL   := 13, RegisterCallback(&#38;quot;Keyboard&#38;quot;, &#38;quot;Fast&#38;quot;))
Hotkey, LButton, DoNothing, Off
Hotkey, MButton, DoNothing, Off
Hotkey, RButton, DoNothing, Off
Return

DisableTrackpad:
ShiftActive := AllowShift &#38;amp;&#38;amp; GetKeyState(&#38;quot;Shift&#38;quot;)
CtrlActive := AllowCtrl &#38;amp;&#38;amp; GetKeyState(&#38;quot;Ctrl&#38;quot;)
AltActive := AllowAlt &#38;amp;&#38;amp; GetKeyState(&#38;quot;Alt&#38;quot;)
LWinActive := AllowWin &#38;amp;&#38;amp; GetKeyState(&#38;quot;LWin&#38;quot;)
RWinActive := AllowWin &#38;amp;&#38;amp; GetKeyState(&#38;quot;RWin&#38;quot;)
if (!ShiftActive &#38;amp;&#38;amp; !CtrlActive &#38;amp;&#38;amp; !AltActive &#38;amp;&#38;amp; !LWinActive &#38;amp;&#38;amp; !RWinActive)
{
   if (BlockMouseMove)
      BlockInput, MouseMove
   if (BlockLeftClick)
      Hotkey, LButton, DoNothing, On
   if (BlockMiddleClick)
      Hotkey, MButton, DoNothing, On
   if (BlockLeftClick)
      Hotkey, RButton, DoNothing, On
}
Return

ReenableTrackpad:
if (BlockMouseMove)
   BlockInput, MouseMoveOff
if (BlockLeftClick)
   Hotkey, LButton, Off
if (BlockMiddleClick)
   Hotkey, MButton, Off
if (BlockLeftClick)
   Hotkey, RButton, Off
Return

DoNothing:
Return

Unhook:
UnhookWindowsHookEx(hHookKeybd)
ExitApp

Keyboard(nCode, wParam, lParam)
{
   Critical
   If !nCode
   {
      Gosub, DisableTrackpad
      SetTimer, ReenableTrackpad, %DisableTime%
   }
   Return CallNextHookEx(nCode, wParam, lParam)
}

SetWindowsHookEx(idHook, pfn)
{
   Return DllCall(&#38;quot;SetWindowsHookEx&#38;quot;, &#38;quot;int&#38;quot;, idHook, &#38;quot;Uint&#38;quot;, pfn, &#38;quot;Uint&#38;quot;, DllCall(&#38;quot;GetModuleHandle&#38;quot;, &#38;quot;Uint&#38;quot;, 0), &#38;quot;Uint&#38;quot;, 0)
}

UnhookWindowsHookEx(hHook)
{
   Return DllCall(&#38;quot;UnhookWindowsHookEx&#38;quot;, &#38;quot;Uint&#38;quot;, hHook)
}

CallNextHookEx(nCode, wParam, lParam, hHook = 0)
{
   Return DllCall(&#38;quot;CallNextHookEx&#38;quot;, &#38;quot;Uint&#38;quot;, hHook, &#38;quot;int&#38;quot;, nCode, &#38;quot;Uint&#38;quot;, wParam, &#38;quot;Uint&#38;quot;, lParam)
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>plueschix on "AutoHotKey vs Activewords"</title>
<link>http://productivegeek.com/forums/topic/autohotkey-vs-activewords#post-1547</link>
<pubDate>Thu, 25 Feb 2010 21:27:20 +0000</pubDate>
<dc:creator>plueschix</dc:creator>
<guid isPermaLink="false">1547@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;For the purpose to start programs I use the open source software Launchy from &#60;a href=&#34;http://launchy.net/&#34; rel=&#34;nofollow&#34;&#62;http://launchy.net/&#60;/a&#62;. You can index any path you want to and it learns your abbrevations on the way. For example when I started to use Launchy I had to enter &#34;fire&#34; to start my Firefox, now it's enough to pop up the Launchy window enter &#34;f&#34; and press enter. By that way all often used programs are only a view keystrokes away and I do not have to alter the script, when I install new software.&#60;br /&#62;
Additionally Launchy is capable to do some other things, e.g. basic calculations or opening webpages, delegate web searches and more.&#60;/p&#62;
&#60;p&#62;Launchy is comparable with Slickrun mentioned above.
&#60;/p&#62;</description>
</item>
<item>
<title>matteotom on "Autohotkey signout"</title>
<link>http://productivegeek.com/forums/topic/autohotkey-signout#post-1540</link>
<pubDate>Tue, 23 Feb 2010 23:33:47 +0000</pubDate>
<dc:creator>matteotom</dc:creator>
<guid isPermaLink="false">1540@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;nevermind, i found it.
&#60;/p&#62;</description>
</item>
<item>
<title>matteotom on "Autohotkey signout"</title>
<link>http://productivegeek.com/forums/topic/autohotkey-signout#post-1539</link>
<pubDate>Tue, 23 Feb 2010 23:19:55 +0000</pubDate>
<dc:creator>matteotom</dc:creator>
<guid isPermaLink="false">1539@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;ok, i got the mediamonkey part done, now i just need to know is there is a command line option to Trillian Astra Pro, or if I can set a hotkey to logout.
&#60;/p&#62;</description>
</item>
<item>
<title>spirion on "An IDE Dream"</title>
<link>http://productivegeek.com/forums/topic/an-ide-dream#post-1537</link>
<pubDate>Tue, 23 Feb 2010 20:37:12 +0000</pubDate>
<dc:creator>spirion</dc:creator>
<guid isPermaLink="false">1537@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;Like a lot of open source projects AutoHotkey has a lot of excellent tools and components that their jobs very well but lack a high-level structure to tie them all together in one place. Some day I dream there will be a comprehensive AutoHotkey IDE (integrated development environment):&#60;/p&#62;
&#60;p&#62;Specifically:&#60;/p&#62;
&#60;p&#62;- GUI: Combine SmartGUI, MsgBox Creator, SplashImageCreator, Graphic Buttons, Compile AHK&#60;br /&#62;
- Inclusion of External Components to seemlessly extend funtionality: GDI+, COM, ImageMagick, FFMPEG, 7zip, Curl&#60;br /&#62;
- Editor: Use Scite4AutoHotkey as main editor but add a QuickAHK function to run temporary scripts without saving a new file&#60;/p&#62;
&#60;p&#62;*Wishlist item: Object aware context menu to make GUI changes on the fly (i.e. right-click on text = change font, right-click on a GUI dialouge = change size, change color, etc...)&#60;/p&#62;
&#60;p&#62;I know enough about programming to know this would take someone who understands the fundementals of programming and how to structure things effectively and efficiently. &#60;/p&#62;
&#60;p&#62;For people who do know what that would entail, is it feasible and practical?
&#60;/p&#62;</description>
</item>
<item>
<title>spirion on "Autohotkey signout"</title>
<link>http://productivegeek.com/forums/topic/autohotkey-signout#post-1535</link>
<pubDate>Tue, 23 Feb 2010 13:19:00 +0000</pubDate>
<dc:creator>spirion</dc:creator>
<guid isPermaLink="false">1535@http://productivegeek.com/forums/</guid>
<description>&#60;p&#62;I think this is just too obscure of a use case and really to do it well someone would need your exact set of software to test it. It's a great situation to learn how to use Autohotkey and it's macro recorder &#34;AutoScriptWriter&#34; would be able to get you awfully close. &#60;/p&#62;
&#60;p&#62;It's worth it and it's really not as hard as you might think to get to the point where you're functional:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.autohotkey.com/docs/Tutorial.htm&#34; rel=&#34;nofollow&#34;&#62;http://www.autohotkey.com/docs/Tutorial.htm&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
