Skype + Linux + Video = Love
A new Skype beta was released for Linux, which finally has Video support. I quickly grabbed and installed it on my Ubuntu system. It works perfectly with the integrated webcam in my toshiba sattelita a200 pro :))) I’m happy with it.
I guess this will be a major hit for aMSN, Pidgin, etc, because they all lack the Video support and isn’t planned in the near future for either of them.
Hip-Hip … Hoooraay! Go you Skype!
Simple ‘hack’
Ever wanted to download all the photos in located in one album on PhotoBucket.com ? If the answer is positive then here is my very own and very simple trick to do it.
All you need is a browser and the little downloader named wget. Linux users most probably have it on their systems, and windows users can get it from here.
Now what this ‘hack’ consists of? Go to the PhotoBucket album you want to download and chose the “View All” to get a page with all the photos. Now view the source of the page and check the last “urlcodeN” where N is the total number of photos. Write down this or keep it in your mind, and paste the following script in your browsers address bar and replace the N with your number of photos.
javascript:var wnd=window.open(”about:blank”); for(var i=0;i<N;i++){ wnd.document.write(document.getElementById(”urlcode”+i).value+”<br>”); }
Now press [Enter] and wait until the script finishes. It can take a few seconds.
What this script will do anyway? First of all it will open a new window with blank contents, and it will write all the “paths” to the photos inside it, each on a new line.
Now that you have all the download paths to the photos, copy and paste the contents into a text file and open a terminal (windows users a command prompt - cmd) navigate to the directory where you saved the file with the list, and execute “wget -i saved_urls.txt” and sit back. This will download all the files. Windows users make sure that you have wget in your path else the command won’t work.
It’s great to create a new directory and place the “saved_urls.txt” inside that, and this way you already organized the photos.
This works 100% all the time, and you can have the photos you wanted almost with no effort.
Enjoy
The script can be improved to prompt for the number of files, and this way we transformed it into a “bookmarklet” script!
Here is the improved version:
javascript:var n = prompt(’Enter the number of photos:’,0); if(n != null && n > 0) { var wnd=window.open(”about:blank”); for(var i=0;i<n;i++){ wnd.document.write(document.getElementById(”urlcode”+i).value+”<br>”); }}
You can put the last version in your Firefox “bookmarks” toolbar, and have it just a click away, when you want to get some photos.
We always get what we want, because we can!
About
Blog moved to Szabster.net …
Formal Introduction: 100% Computer Science Geek, made from 100% pure and recyclable electrons.
Current Occupation: Software Engineer and a lot more
I speak fluently the following languages: Hungarian, Romanian, English, French, C/C++/C#, Delphi, HTML, CSS, JavaScript, PHP, MySQL, Python, and a lot more.
I am known as: Icebreaker, coder_master or Lone Wolf (Wolverine).
I can be also found on IRC: DynastyNet (network) as coderguy.
Favorite Quote: I’m never wrong. I thought I was wrong once but I was mistaken. - Jeff Mayer
My Favorite Linux Distribution is: Ubuntu
Place where I would like to relax: On the beach …
… and with who? : With a million naked girls.
My Personal Geek Code:
—–BEGIN GEEK CODE BLOCK—–
Version: 3.1.2
GCS/TW/IT dpu s: a? C++(++++) UBL
P+ L+(++) E— W+++ N+ o+
K- w++>+++ !O M V- PS+(+++) PE++
Y PGP>+ t+@ 5? X+ R>+++ !tv
b++(+++) DI? D+>+++$ G e h! r– y++
——END GEEK CODE BLOCK——
-
Archives
- May 2008 (15)
- April 2008 (12)
- March 2008 (7)
- February 2008 (11)
- January 2008 (3)
- December 2007 (2)
- November 2007 (8)
- October 2007 (6)
- August 2007 (1)
- July 2007 (2)
- May 2007 (1)
- April 2007 (6)
-
Categories
- 4k 64k
- Blogging
- box2d
- Chick
- Coding
- demo
- directx
- documents
- Download
- easter
- egg
- flash
- framework
- Free
- Friends
- Game
- Game Engine
- Gamer
- Games
- Geek
- humor
- Internet
- intro
- Linux
- mac
- macosx
- music
- Nerd
- Open Source
- OpenGL
- Operating System
- physics
- Poetry
- Programming
- rc
- Real Life
- resources
- Scene
- sdl
- skype
- Social Networking
- software
- sp1
- texture
- Toughts on things
- Ubuntu
- Uncategorized
- Vista
- web
- winamp
- Windows
- word
-
RSS
Entries RSS
Comments RSS



