Archive for the ‘Tips’ Category

MySql Replace word by SQL Query

This item was filled under [ Tips ]

Do you know that You CAN replace MySql field values by SQL query? it’s pretty simple. Use update Command with “replace” to set value to field:

UPDATE table_name SET table_field = REPLACE(table_field,’replace_string’,'with_this_string’);

Not only this, you can do whole lot of other things without having to write any programes (php, asp etc) to do some trick with [...]

Continue reading...

Tagged with: [ , , , , ]

! Absolutely FREE Mail Server For your Domain from Google Apps

This item was filled under [ Tips ]

Google launched its Google Apps a while back; it doesn’t seem to hit the spot yet. Many don’t know of the service Google gives out with their Apps service. When I tried for the first time I was surprise to see all those services are offered for free of charge.
(Scroll down to end of page [...]

Continue reading...

Tagged with: [ , , , , ]

Installing Windows XP over Linux Fedora Core over Windows Vista

This item was filled under [ Tips ]

How to Fix Boot Loader after Installing Windows XP over Vista and Linux (Fedora Core)
Problem
I brought a New Laptop and it comes with Vista by Default. That’s not really a problem unless you want to install XP and / or Linux.
Since I had vista, it’s much easier to create a new partition using vistas Disk [...]

Continue reading...

Installing Windows XP over Windows Vista

This item was filled under [ Tips, Windows ]

In spite of the problems of incompatibility of some software, many users are still reluctant to switch to Windows Vista. In addition, computers today are sold with Windows Vista, although some software’s work only under XP.
So many of us would like dual boot the two operating systems so that they can enjoy the new features [...]

Continue reading...