Although I use blogger for my blogging activities, I am inclined to use wordpress platform. The user can install wordpress in any webserver of their choice. There is more support available (open source) such as user plug-ins and themes.
Sunday, January 20, 2008
Saturday, July 28, 2007
How to use plain vanilla windows to copy music from ipod to computer?
Follow the steps listed below:
- Connect your iPod.
- Close iTunes.
- Open Windows Explorer.
- Enable “Show Hidden Files and Folders” in Windows Explorer. Refer to this link for Windows XP. Refer to this link for Windows Vista.
- Browse the Ipod in your windows explorer.
- The iPod will be assigned a drive name.
- Open the folder “iPod_Control\Music.”
- Copy the music files into your HDD.
Posted by gt at 9:55 AM 0 comments
Thursday, July 12, 2007
Laptop and Cellphones
Can I browse the web using my laptop and a cellphone?
The answer is yes. This article gives an overview for the different carriers in USA. You can connect to the phone via a USB cable or Bluetooth connection. Apparently, it is easier to connect to a CDMA network. While the GSM networks require a little bit of work.
I would prefer the GSM network to connect to an ISP. With GSM phones/network, it is simply creating a dial-up networking connection similar to the procedure one would follow with dial-up modems.
I used phonetools software and the usb modem driver for Motorola RAZR. There was a glitch in the phonetools software, which did not work as expected. But, the driver was installed.
Dial-up connections to Earthlink and AOL worked. The browsing speed was a little slow. But, what else can you expect on a wireless phone carrier network.
Posted by gt at 6:21 AM 0 comments
Labels: Other, Technology
Wednesday, June 27, 2007
Recover Word Documents
I was just working on this huge document and now it is missing. Sound familiar?
Many of us are sometimes upset over missing word documents. Easeus gives many ways to recover a word document.
Posted by gt at 9:30 AM 0 comments
Saturday, May 19, 2007
Encyclopedia of Life
Do you have something to add about the species or plants and animals? Do you want more information about other species that live on this earth? In either case, just check out Encyclopedia of Life. It is a neat website.
Posted by gt at 8:28 AM 0 comments
Friday, May 18, 2007
Software and Web Software
Last summer, Charles Babcock wrote about the greatest software ever written. I reported the list here. Recently, Charles Babcock came up with the greatest web software ever written. (I must confess, I thought web application was a more appropriate term.) Here is a comparison table: Web Software Software
Posted by gt at 5:00 PM 0 comments
Labels: Software
Thursday, May 17, 2007
Ubuntu
Ubuntu 7.04 If you are living in Socorro and are interested in trying ubuntu, I welcome you to borrow the installation CD from me. I have the latest version ubuntu 7.04 installation CD for 32-bit and 64-bit PC. You can either drop me an email or come stop by my office at Speare 144. With the raving reviews that ubuntu is receiving compared to Vista, I think it is worth a try. Look at the reviews from Information Week website. You should feel the personal touch to appreciate it. Come and try ubuntu. You will fall in love with it.
Posted by gt at 3:26 PM 0 comments
Labels: Linux
Tuesday, May 08, 2007
SunRocket with InnoMedia gizmo
Instructions for configuring the static ip address in InnoMedia gizmo. If the Internet service provider has mapped your IP address with your physical hardware address of your computer don't panic. The gizmo allows a technique called as MAC cloning, where the gizmo acts as though it is really your computer. I will spare all the intricate details (Hint: spoofing). The instructions for MAC cloning are as follows:
Posted by gt at 6:15 PM 0 comments
Labels: Technology, Tips
Wednesday, May 02, 2007
Symbols in HTML
Do you have trouble representing Greek symbols in HTML format?
All you have to do is tell the browser that you are using symbol font for the corresponding English character.
View the source code of this HTML page for information on Greek letters.
Posted by gt at 8:03 PM 0 comments
Labels: Tips
Sunday, April 29, 2007
Freeware for Ubuntu
With the rise of ubuntu in the mainstream OS market one can see the rise in free everyday productivity applications. Free Geekery has compiled a list not only for a newbie but also for a nerd. Thanks to Lifehacker.
Posted by gt at 10:00 AM 0 comments
Labels: Linux
Saturday, April 28, 2007
Fuzzy Fundamentals
I have two recommendations for those who are interested in fuzzy logic.
Posted by gt at 10:09 AM 0 comments
Labels: Tips
Tuesday, April 24, 2007
Synergy
Do you use a laptop and desktop in a single desk like me? Are you tired of the keyboards and mice that clutter your desk? We finally have an solution to all our problems in Synergy (Thanks to Lifehacker) I have been looking for one such tool for quite some time. The best part is that it is cross-functional.
Posted by gt at 9:41 AM 0 comments
Labels: Software, Technology
Thursday, April 19, 2007
Edgy Eft gives way to Feisty Fawn
Finally, it looks like ubuntu has the solution to all my cribbing about earlier versions of ubuntu.Ubuntu 7.04 is the most user-friendly Ubuntu to date and includes a ground-breaking Windows migration assistant, excellent wireless networking support and improved multimedia support.
Here is a guide that can get you started quickly.
Posted by gt at 4:13 PM 0 comments
Labels: Linux
Friday, April 06, 2007
Programming Quotations
I happened to read some of programming quotes. Here is a collection of my favorite quotes. Someday, I wish to categorize them.
... the designer of a new system must not only be the implementor and the first large-scale user; the designer should also write the first user manual. ... If I had not participated fully in all these activities, literally hundreds of improvements would never have been made, because I would never have thought of them or perceived why they were important.Donald Knuth
The process of preparing programs for a digital computer is especially attractive, not only because it can be economically and scientifically rewarding, but also because it can be an aesthetic experience much like composing poetry or music.Donald Knuth
A charlatan makes obscure what is clear; a thinker makes clear what is obscure.Hugh Kingsmill
I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone.Bjarne Stroustrup
The most important single aspect of software development is to be clear about what you are trying to build.Bjarne Stroustrup
A most important, but also most elusive, aspect of any tool is its influence on the habits of those who train themselves in its use. If the tool is a programming language this influence is, whether we like it or not, an influence on our thinking habits.Edsger Dijkstra
Increasingly, people seem to misinterpret complexity as sophistication, which is baffling---the incomprehensible should cause suspicion rather than admiration. Possibly this trend results from a mistaken belief that using a somewhat mysterious device confers an aura of power on the user.Niklaus Wirth
Simplicity is the ultimate sophistication.Leonardo da Vinci
It’s so easy to become mesmerized by the immediacy of a result that you don’t question its validity.Naomi Karten
Every program has (at least) two purposes: the one for which it was written, and another for which it wasn't.Alan J. Perlis
You can know the name of a bird in all the languages of the world, but when you're finished, you'll know absolutely nothing whatever about the bird... So let's look at the bird and see what it's doing -- that's what counts. I learned very early the difference between knowing the name of something and knowing something.Richard Feynman
The primary duty of an exception handler is to get the error out of the lap of the programmer and into the surprised face of the user. Provided you keep this cardinal rule in mind, you can't go far wrong.Verity Stob
Complexity kills. It sucks the life out of developers, it makes products difficult to plan, build and test, it introduces security challenges and it causes end-user and administrator frustration.Ray Ozzie
Make everything as simple as possible, but not simpler.Albert Einstein
First, solve the problem. Then, write the code.John Johnson
Posted by gt at 2:47 PM 0 comments
Labels: Programming
Monday, March 12, 2007
Introduction to Windows Vista
As always CNET Tips and Tricks is doing a good job of educating and introducing users to new software. This time it offers a free course on the secrets of Vista. I peeked into the lessons offered and I vouch for it. A great and useful read.
Posted by gt at 12:40 PM 0 comments
Thursday, March 01, 2007
Icons
Icon overviews gives an overview of icons and its creation. 1. Double click the .ico file in Solution Explorer
An Ico file contains multiple size icons. By default, the Resource Editor opens the icon in default type. However, the icon may be used as other type in the application. That is why you cannot get the right icon sometimes. Use the following steps to edit an icon:
2. Right click the blank area of the Editor
3. Select Current Icon Images Types -> 16 * 16, 16 colors
4. Edit the Icon and save
5. Repeat 2-4 steps untill all images are changed
Posted by gt at 4:21 PM 0 comments
Labels: Tips
Sunday, February 25, 2007
Clustering based search engines
Clustering technology is increasingly used in search engines for better and organized search results. It all depends on how a person would want to view the results. If you are tired of the text-based searches that google or yahoo returns, you might want to try these engines:
On another note, Blogdigger.com is a RSS search engine, providing full-text search, as well as metadata search on RSS information. It has link search functionality, as well as searching by date, topic, title and other fields.
Posted by gt at 3:45 PM 0 comments
Labels: Software, Technology
Monday, January 29, 2007
Macbook Freeware
Matthew Hirsch provided an extensive compilation of essentials of macbook software. Recently, Jake came up with a concise collection of free software for Mac users.
Posted by gt at 6:30 PM 0 comments
Alternative Windows applications
How nice would it be if someone gave you a list of applications that are not only free but also exert less load on your already famished Windows Operating System.
Matt compiled a list of applications that are "lighter or lighter weight" for Windows Operating System. It is a very concise list.
Posted by gt at 7:16 AM 0 comments
Sunday, January 28, 2007
iTunes and Video
I had trouble playing some video files on iTunes. I followed tips from this website and disabled Direct3D video acceleration in QuickTime and restarted iTunes.
Now, it plays fine.
Posted by gt at 7:08 PM 0 comments