Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

mouse

ASP.NET jQuery Mouse over effect for elements inside UpdatePanel
Friday, 17 February 2012 06:43
This below script is to build the better DOM effects on mouse over on every updates



//ASP




Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/IdvzNNbtsCc/14683

 
Logitech G400 Lightning Review: I'm Going to Murder Your Face So Hard With This Thing [Gaming]
Monday, 05 September 2011 14:00
I probably can't review this mouse without being bias, as the internet's most eloquent inhabitants would put it. It's the mouse I judge all other mice against, remastered for 2011. Like if George Lucas released the original trilogy, unaltered, but in retina-jarring 1080p. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/jiSiKKg5QvI/logitech-g400-lightning-review-im-going-to-murder-your-face-so-hard-with-this-thing

 
A Mouse Made for Drug Dealers [Gadgets]
Saturday, 06 August 2011 12:40
What kind of person needs a scale in their mouse? A small-time hustler, obviously. Brando's mouse offers a kind of discrete simplicity that any drug dealer could appreciate. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/WQnl9qmpwf4/a-mouse-made-for-drug-dealers

 
Autohotkey Click and Drag
Sunday, 26 June 2011 09:54
// save 3 positions to click and drag to


;
;Press pause, shift + pause, and alt + pause to set drop points after script has first started up, after every start up.
;
;Point A = set with pause button
;Point B = set with Shift + pause button
;Point C = set with Alt + pause button
;
;Hold Ctrl and press right click mouse to drop something at point A
;Hold Shift and press right click mouse to drop something at point B
;Hold ALt and press right click mouse to drop something at point C
;
;Pressing the Appskey also acts to drop something at point A
;

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

xl1=1842 ; default ctrl location
yl1=235

xm1:=xl1 ; default shift location
ym1:=yl1

xg1=871 ; default alt location
yg1=564



Pause::MouseGetPos, xm1, ym1 ; set ctrl right click drop position

+Pause::MouseGetPos, xl1, yl1 ; set shift right click drop position

!Pause::MouseGetPos, xg1, yg1 ; set alt drop position





$AppsKey:: ; button between right windows key and right ctrl key - press this to drag the mouse to the saved position
$^RButton:: ; ctrl + right mouse button
MouseGetPos, xpos1, ypos1 ;get mouse position
x1:=xpos1
y1:=ypos1
x:=abs(x1-xm1)
y:=abs(y1-ym1)
If(y<25 and x<25){ ;check to see if mouse is close to drop point already
return ;cancel if too close to drop point
}
else {
Send {Ctrl down} ; sends ctrl down and drags to saved mouse position
MouseClickDrag, L, x1, y1, xm1, ym1 ; drag from current position to money drop position
MouseMove, x1, y1, 0 ; return mouse to original position
Send {Ctrl up}
return
}
return

$+Rbutton:: ; shift + right mouse button
MouseGetPos, xpos1, ypos1 ; get mouse position
x1:=xpos1
y1:=ypos1
Send {Ctrl down} ; sends ctrl down and drags to saved mouse position
MouseClickDrag, L, x1, y1, xl1, yl1 ; drag from current position to loot drop position
MouseMove, x1, y1, 0 ; return mouse to original position
Send {Ctrl up}
return

$!RButton:: ; alt + right mouse button
MouseGetPos, xpos1, ypos1 ; get mouse position
x1:=xpos1
y1:=ypos1
Send {Ctrl down} ; sends ctrl down and drags to saved mouse position
MouseClickDrag, L, x1, y1, xg1, yg1 ; drag from current position to ground drop position
MouseMove, x1, y1, 0 ; return mouse to original position
Send {Ctrl up}
return

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/0jczXgNeD9A/13305

 
Logitech's M515 Mouse That Finally Works On Couches [Mice]
Friday, 21 January 2011 11:20
I've been using Logitech's previous Anywhere mice in the living room to control a HTPC, but it's only been adequate, not great. This $50 Couch Mouse might be very much better, because it'll work on a couch, bed or carpet. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/NrV1oSKsOZ0/logitechs-m515-mouse-that-finally-works-on-couches

 
Start
Prev
1


Page 1 of 2
Taxonomy by Zaragoza Online