LG VX5200, LG VX6000, LG VX7000, LG VX8100 stuff
May 28, 2006
This is a collection of Info I’ve gathered on LG cell phones. Much of it is probably Verizon specific, but some may work with other providers and other phones.
As with any non standard usage of software or hardware, following these instructions could mess up your stuff. If you aren’t confident in what you are doing… don’t do it. If you aren’t willing to fry your phone and have to repurchase one at full price because you’ve just voided your warranty, don’t do this stuff…
If any of this stuff violates your particular contract with Verizon, only do it if you are willing to accept the subsequent fees and consequences. I haven’t tried nor even read through all of this stuff. So there could be a lurker in there that smokes your phone. I don’t know. Use it at your own risk. ’nuff said.
FYI: This post will grow and change… Check back periodicly to see if I ‘ve added anything new…
Bike through Chernobyl
May 27, 2006
I found this site ages ago… I don’t know how… but it is pretty wild and sobering… Elena Filatova rides her ZX11 (Kawasaki Ninja) through the area devastated by the Chernobyl disaster.
http://www.angelfire.com/extreme4/kiddofspeed/chapter1.html
The pictures tell a story that deepens the chill people get when you hear the name… I’ve never seen pictures like this of the area anywhere other than this site…
It looks like she’s added some pictures to the tour and gotten a new url since I last visited… You can get to the top of her site by clicking here:
http://elenafilatova.com/
“Copy as Text Link” and “Copy as Image Link” Blogging Tools
May 26, 2006
Justin of JustInsomnia had a great idea for a FireFox plug in:
I want to be able to copy a quote and its URL at the same time, without having to so much as think about it. To do so, I wrote my first Firefox extension, which I opted to name the somewhat homely, Copy as HTML Link.
So he created Copy as HTML Link for Firefox and generously shared his moment with wp-hackers Subscribers .
The plugin looks good and he did a really good job documenting it (THIS IS RARE!):
I must say that since I’ve started using this method, it’s been a quite a time saver. This was a GREAT idea. Inspired! So, if you have FireFox, please head on over there and get that plug-in!
Ah, but here’s the fly in the ointment and the sand in my… socks: A Firefox plugin won’t work for Maxthon!!!! (
) or Internet Explorer!
You see, Firefox just doesn’t do it for me.
Opera comes darn close to being right, but I like the extra usability features in Maxthon.
So, I thought… Hey… I could do that for Maxthon and IE AND I could do it all from a BATCH file!
So, here it is…
Run this Batch file and you will have installed on your system, two new menu items. When you highlight text, you’ll have an option to “Copy as Link” and when an image is right clicked, you will get an option to “Copy Image as Link”. Hopefully I’ve chosen hotkeys that will work well for you… If not, you can change them in RegEdit at HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\
BTW EVERY image and link up to this point in this post was created using this tool. Man, Good idea Justin!
Also – If you find that IE is prompting you asking for permissions to open the links, please post a comment and I’ll show how to fix that. I’ve gotten that message on other things I’ve like this I’ve created and know how to get past it. I’ve disabled that workaround on this computer and I am not getting that “Are you sure” message. So these menu items should be safe. ALSO, some popup blockers may block these items. You might have to add localhost as a site that is allowed to show popups in your particular popup blocker. Let me know if you have any problems.
Here’s the download: http://www.TheCodeCave.com/downloads/batch/AddCopyAsLink.bat
Here is the source:
[DOS]
@echo Off
:: Implements “Copy * as Link” menu items in IE and Maxthon
:: Written by Brian Layman
:: Visit me at: http://www.TheCodeCave.com
:: Version 0.1
:: Update Url: http://www.thecodecave.com/?p=152
:: Inspired by Justin’s Firefox Plubin
:: Found at: http://justinsomnia.org/2006/05/copy-as-html-link-for-firefox/
:: Create file for the Copy Text as Link
echo ^>%windir%\web\copytextaslink.htm
echo ^>>%windir%\web\copytextaslink.htm
echo ^





