Messages - dcsev [ switch to compact view ]

Pages: prev1 ... 21 22 23 24 25 [26] 27 28 29 30 31 ... 37next
126
UPDATE:

Found a autoit script that someone made, but tried to compile it, run it and had to force reboot my comp (lol) since it kept going without stopping. Maybe it can help



#cs ----------------------------------------------------------------------------
AutoIt Version: 3.3.6.1
Author: Paul B (paul1149)(gmail...)
Script Function: open multiple search windows. Cross-browser functionality
Appears to go to last active browser. Works but sticky in IE9.
#ce ----------------------------------------------------------------------------

;Get search term from browser:
WinActivate("[REGEXPTITLE:Opera|Internet Explorer]")
Send("^c")
$searchterm = ClipGet()

; Open various search windows:
send("^t")
send("http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=" & $searchterm)
send("{ENTER}")

send("^t")
send("http://gigcat.midhudson.org/search~S1/?searchtype=X&searcharg=" & $searchterm & "&searchscope=1&sortdropdown=-&SORT=DZ&extended=0")
send("{ENTER}")

send("^t")
send("http://www.paperbackswap.com/book/browser.php?k=" & $searchterm)
send("{ENTER}")

send("^t")
send("http://shop.ebay.com/?_from=R40&_trksid=p3984.m570.l1313&_nkw=" & $searchterm & "&_sacat=See-All-Categories")
send("{ENTER}")

127
Hi guys,

This is culmination of 13 hours of google searching and I still have not figured out a way to do this in chrome.  I am turning to you guys!

Basically, I want to be able to type "am" (short for anime meta) and a search string in my Chrome address bar OR an a small app and have it launch the resulting search entries in new tabs/windows (prefer tabs).

For example: I type  am <search string>   or  am naruto  and that will search the following sites (I replaced the search query with %s)

FakeSite1   http://www.FakeSite1.com/search/search?searchitem="+s+"&searchradio=releases&submit.x=0&submit.y=0
FakeSite2    http://FakeSite2.me/browse.php?q=%s
FakeSite3  http://www.FakeSite3.org/?page=search&cat=0_0&filter=0&term="+s+"


It will popup 3 popups (or prefer tabs) with Bakaupdates / BakaBT / Nyaatorrents
here's some background threads where this was achievable in Opera. I cannot get any of these working in Chrome.  :(   I am CERTAIN this is not that hard, but I am at a loss as to how to proceed next.

Some background threads.
LINK 1: http://my.opera.com/community/forums/topic.dml?id=605122
LINK 2: http://my.opera.com/community/forums/topic.dml?id=172917
LINK 3: http://my.opera.com/Schneemann/blog/show.dml/390545


There are a handful of people who want this very specialized function for years.  Please help!

128
Living Room / Re: MakeUseOf.com - 100 Guides and Cheat Sheets
« on: August 28, 2013, 07:35 AM »
Hi mouser,
I have Makeuseof in my feedly RSS list. Love them.  I thought he removed the password from the PDF files.  It is suprisingly easy to guess :-)

129
General Software Discussion / One-drag video conversion?
« on: August 25, 2013, 02:02 AM »
Hi all,

I am looking to convert ALL of my AVI, 3gp, DAT mkv, etc.  videos to MPEG-4/H264 in an effort to save file space (will I be saving space??).  I just want to drag all of my videos, press convert. The resolution and everything remains the same. The only things that change are 1) format 2) container (MP4).   I do something similar with my music using xrecode II.   

I know about Handbrake, Freemaker converter and a few others, but are not really what I am looking for.

Is there a utility like this out, or am I out of luck?

130
vlastimil,
Very weird thing here.
When I drag and drop a photo (essentially reducing the size) and then double click it in Windows 7, rotate it  and save it, the file size returns to around what it was previously.  Any ideas why?

Pages: prev1 ... 21 22 23 24 25 [26] 27 28 29 30 31 ... 37next
Go to full version