Best Mobile Websites for Tiny Browsers

 

  • Amazon Mobile
  • BBC PDA
  • CNN Mobile
  • Engadget Mobile
  • Hanselman.com
  • Facebook
  • Flight Stats
  • Google
  • Microsoft Live
  • Gmail
  • Joystiq
  • Mobile MSN
  • MSNBC
  • Alarm.com
  • Twitter
  • Wapedia (Mobile Wikipedia)

 

Via Best Mobile Websites for Tiny Browsers

kwout | A brilliant way to quote

 

“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.

image

kwout | A brilliant way to quote

The Secret Strategies Behind Many “Viral” Videos

 

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

Eye-Fi WiFi-enabled SD card finally shipping

 

image

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.

Is Your Computer Connecting To Websites Without Your Knowledge

 

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)

image

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.

Via  Is Your Computer Connecting To Websites Without Your Knowledge at Digital Inspiration – Software Reviews, Internet and Technology Guide

AutoHotkey – Automate almost anything by sending keystrokes and mouse clicks

AutoHotkey is a free, open-source utility for Windows. With it, you can:

  • Automate almost anything by sending keystrokes and mouse clicks. You can write a mouse or keyboard macro by hand or use the macro recorder.
  • Create hotkeys for keyboard, joystick, and mouse. Virtually any key, button, or combination can become a hotkey.
  • Expand abbreviations as you type them. For example, typing “btw” can automatically produce “by the way”.
  • Create custom data-entry forms, user interfaces, and menu bars. See GUI for details.
  • Remap keys and buttons on your keyboard, joystick, and mouse.
  • Respond to signals from hand-held remote controls via the WinLIRC client script.
  • Run existing AutoIt v2 scripts and enhance them with new capabilities.
  • Convert any script into an EXE file that can be run on computers that don’t have AutoHotkey installed.

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...
 

Blender is the free open source 3D content creation suite

Did you ever see the amazing CGI movies Pixar makes? Well, with Blender, you can make similar computer generated graphics that will amaze everyone.

Features Overview

image image

 

Gallery

image image image

Windows Live SkyDrive – 500 MB storage in the cloud

 

Skydrive

Windows Live SkyDrive provides 500MB of online storage. You can save files in private or public folders. The public folders can be open to anyone or just selected people in your Contacts. You can set permissions for each user such as ; read only, add, delete, or edit.