- Amazon Mobile
- BBC PDA
- CNN Mobile
- Engadget Mobile
- Hanselman.com
- Flight Stats
- Microsoft Live
- Gmail
- Joystiq
- Mobile MSN
- MSNBC
- Alarm.com
- Wapedia (Mobile Wikipedia)
- Amazon Mobile
- BBC PDA
- CNN Mobile
- Engadget Mobile
- Hanselman.com
- Flight Stats
- Microsoft Live
- Gmail
- Joystiq
- Mobile MSN
- MSNBC
- Alarm.com
- Wapedia (Mobile Wikipedia)
“kwout” is a way you quote a part of a web page as an image with an image map.
To use this service, all you need is to add our bookmarklet to your favorite browser.
Update: Dan has a follow up to this post, here.
Have you ever watched a video with 100,000 views on YouTube and thought to yourself: “How the hell did that video get so many views?” Chances are pretty good that this didn’t happen naturally.
Over the past year, I have run clandestine marketing campaigns meant to ensure that promotional videos become truly viral, as these examples have become in the extreme. In this post, I will share some of the techniques I use to do my job: to get at least 100,000 people to watch my clients’ “viral” videos.
Via The Secret Strategies Behind Many “Viral” Videos#more-11368#more-11368
This 802.11g card requires a one-time setup on your PC before it’s ready to automatically upload full resolution pics to one of 17 websites each time you turn on your camera. Even better, a backup copy is also sent to your PC, ensuring that your photos are safely archived when your favorite social network folds.
1. Type cmd in your Windows Run box.
2. Type “netstat -b 5 > activity.txt” and press enter. After say 2 minutes, press Ctrl+C.
3. Type “activity.txt” on the command line to open the log file in notepad (or your default text editor)
Scroll though the activity.txt file and look for any process names or website addresses that you are not aware of. If you track one , go to the task manager (or Process Explorer) to find the location of the executable on your computer and eliminate it.
AutoHotkey is a free, open-source utility for Windows. With it, you can:
Getting started might be easier than you think. Check out the quick-start tutorial.
AutoHotkey unleashes the full potential of your keyboard, joystick, and mouse. For example, in addition to the typical Control, Alt, and Shift modifiers, you can use the Windows key and the Capslock key as modifiers. In fact, you can make any key or mouse button act as a modifier. For these and other capabilities, see Advanced Hotkeys.
Example:
Run Notepad Run C:\My Documents\Address List.doc Run C:\My Documents\My Shortcut.lnk Run www.yahoo.com Run mailto:someone@somedomain.com
#n::Run Notepad \\ hotkey is Win+N
^!c::Run calc.exe \\ hotkey Ctrl+Alt+C
Map 1 hotkey to run multiple commands
#n:: Run http://www.google.com Run Notepad.exe return
Wait for Program to finish
RunWait Notepad MsgBox The user has finished (Notepad has been closed).
Sending keystrokes and mouse clicks
#s::
Send Sincerely,{Enter}John Smith
return
Activate and manipulate Windows
IfWinExist Untitled - Notepad
{
WinActivate
}
else
{
Run Notepad
WinWait Untitled - Notepad
WinActivate
}
Check out the tutorial for more...
Did you ever see the amazing CGI movies Pixar makes? Well, with Blender, you can make similar computer generated graphics that will amaze everyone.