Great photoshop effect tutorial. Thanks.
Technology, Art, Solution, Tips, Multimedia, How To, What Is, Programming, Software, Freelance
Sep 28, 2009
Sep 19, 2009
Open Email in Firefox Different Tab with Different Accounts
Thanks to mozdev!
I found this FF plug in very useful as I have two important Gmail account needed to check frequently at the same time.
E.g: abc@gmail.com for my personal email and mycompany@gmail.com for my company email
in a same FF browser but in different tab.
CookieSwap ( image from cookieswap.mozdev.org )
http://cookieswap.mozdev.org/
I found this FF plug in very useful as I have two important Gmail account needed to check frequently at the same time.
E.g: abc@gmail.com for my personal email and mycompany@gmail.com for my company email
in a same FF browser but in different tab.
CookieSwap ( image from cookieswap.mozdev.org )
http://cookieswap.mozdev.org/
Sep 18, 2009
Windows Mobile Jobs on Microsoft Mobile Entertainment & Devices demands
Just read an article on PCWorld.com
http://www.pcworld.com/article/172188/windows_mobile_7_the_social_networking_phone_os.html?tk=rss_main
Wow, take a look on the job demand on mobile.
If it is a real one, I guess I would have to focus on windows mobile development more : )
http://www.microsoft-entertainment-jobs.com/find.job?job=main.search&q=windows+mobile+7&search=Search+jobs&startrow=1
http://www.pcworld.com/article/172188/windows_mobile_7_the_social_networking_phone_os.html?tk=rss_main
Wow, take a look on the job demand on mobile.
If it is a real one, I guess I would have to focus on windows mobile development more : )
http://www.microsoft-entertainment-jobs.com/find.job?job=main.search&q=windows+mobile+7&search=Search+jobs&startrow=1
Sep 15, 2009
FlashEff 2.0 Great Flash Effects Component
http://www.jumpeyecomponents.com/
FlashEff 2.0 really have great animation and effects.
You may try out the trial version.
FlashEff 2.0 really have great animation and effects.
You may try out the trial version.
Change Current Directory To Execute External EXE File
Sometimes you need to trigger an exe file not within your current application directory.
You may change your current directory ( one of the easiest method ).
Yet you have to change back your directory after you done the execution process.
You may change your current directory ( one of the easiest method ).
Yet you have to change back your directory after you done the execution process.
//Set the current directory.
Directory.SetCurrentDirectory(my-dir-variable);
ProcessStartInfo startInfo = new ProcessStartInfo();startInfo.FileName = "WINWORD.EXE";startInfo.Arguments = my-file-name-variable;Process.Start(startInfo);
Subscribe to:
Posts (Atom)
