Top Rated Resources
IPowerWeb: Web Hosting with 10 GB of Web Space
visit site at: www.ipowerweb.com
Fix SQL INSERT problems with PHP addslashes function
If you’ve created you own custom content management system using PHP, you may have noticed problems inserting data. One of the problems could be that your data may have characters that prevent it from being inserted. Some of the character that would cause this type of problem are single or double quotes, backslash, and NUL [...]
iPod stuck on eject before disconnecting screen
My wife’s iPod mini got stuck on the “connected, eject before disconnecting” screen. She was so upset because this was a replacement for the first bad iPod mini. This time it wasn’t the mini, it was a human error.
To reset the iPod mini, or any iPod for that with the wheel, toggle the top hold [...]
Adobe Flash not on Apple iPad or iPhone
Why is it that Apple refuse to assets Adobe in their effort to deploy Flash on iPhones and iPads? Some people believe that Apple fearful that Flash will reek havoc on their battery life. Some think it’s purly profit driven. Think about it. Apple only used Flash on their web site for about a year [...]
Can’t delete file on external hard drive – Mac
I ran out of space on my external hard drive so I selected some folder file and pressed command-delete on my keyboard. They files looked as if though they were deleted but I notice the available space did not budge. I knew right than it was time to whip out the terminal to force the [...]
How to backup MySQL Database via SSH
First you log in using your terminal application by typing the flowing SSH command:
ssh yourusername@hostname-or-ipaddress
After that, you will be prompted to enter your password. As you enter your password, the text will be hidden. Next we should switch to the “root” user. You can do so by typing the following in your terminal window:
su – [...]
CSS Center Web Page Using Styles Sheets
How to center a fixed box container using CSS? The sample below dose a few things. First it centers all body content using the body tag text-align center attribute. This is done to fix a bug in IE and other browsers that do not support margin auto styles. Next thing it will do is take [...]
Flash on iPhone coming soon via Adobe CS5
The new Adobe CS5 Flash will now give flash developer the ability to publish their flash content as an iPhone application. Flash alread allows developers to publish as SWFs, Projector files, and as QuickTime movies. This does not mean that iPhone users will be able to view flash content through the iPhone’s web browser. That’s [...]
Att.net Authentication failed in Entourage with POP & SMTP
How to fix your ATT / Mac Entourage POP SMTP mail settings to stop receiving this error message: Authentication failed because Entourage doesn’t support any of the available authentication methods.
How to validate Flash absolute url paths
You may want to dynamically change the way your flash file behaves based on where it’s hosted. To do so, you should utilize the “_url” variable to obtain the absolute path of your flash file.
MC Tweener Add Glow Filter
If you are using the latest SVN version of Tweener (AS3), you can get the GlowFilter with Tweener to work. Here’s the code sample assuming you have a movie clip named “box” on the stage.


