azupnpav_0.2.23
So what the heck is “azupnpav_0.2.23.zip”? It appears to be a plugin for Vuze(Azureus) the torrent client. Filesize: 198.1 kB
So what the heck is “azupnpav_0.2.23.zip”? It appears to be a plugin for Vuze(Azureus) the torrent client. Filesize: 198.1 kB
Today I tried to save arabic text inside a javascript file and on saving encountered a dialog box asking me to first convert the document… Read More »How to Save a Dreamweaver document as UTF8!
Today I discovered that Flash truly has a limit! 16,000 frames: Exceeding this limit causes the movie playback to stop. While this limit is rarely… Read More »16000 Limit!
Create a file called .htaccess in the root of your public_html/htdocs of your domain. Inside add the following text: With the index.php files being the… Read More »htaccess ErrorDocument
Ever wondered how to get variables from an html page to a flash element? Well, it’s quite easy using the following actionscript 2 example: I… Read More »Trying to get variables into flash from the browser!
tween is an actionscript class and can be used after importing the core files. e.g.
Alright, so I run Ubuntu 7.10 and use the Desktop Effects via compviz, anyhow, I could get the 2d workspace but really wanted the 3d… Read More »Cube Desktop on Ubuntu
So adobe updater keeps doing updates eventhough you’ve said ‘NEVER DO IT AGAIN!!!’.The fix is to physically remove the dir with the info in.On a… Read More »Kill Adobe Updater
Tried to start EasyPHP: “Apache Cannot be Run. Another web server is using the web port or port is blocked by firewall.” I was running… Read More »Apache Cannot be Run. Another web server is using the web port or port is blocked by firewall.
Create an xml object: Perform action when xml file has been loaded: Load the xml file into the object:
The following error message occurs in Firefox 3 when using Firebug.TypeError: node is null message=node is nullThe error can be tracked back to script tags… Read More »TypeError: node is null message=node is null
Cant start your browser?Try checking if any torrent apps are running.. Close them and retry.
Have you ever wanted to temporarily edit a webpage displayed in Chrome or another browser? How it works Let’s take a look at the Google… Read More »How to Temporarily Edit the Text of Any Website
When PHP encounters a class that hasn’t been defined yet, you can use __autoload to automatically add them instead of including masses of included at… Read More »PHP __autoload function
I find myself constantly fighting the microsoft battle of making things work in their browsers (thanks guys). On one of my machines I have Vista… Read More »IE6 on Vista?
Yes, it’s called a Guillotine-Bug and it’s yet another bug IE users get to look forward too 😛 So how does it work?Basically, the hasLayout… Read More »Guillotine-Bug? Bug
If you ever find yourself needing to do some ajax and in turn sending strings of characters via javascript then you should really try encodeURIComponent()… Read More »Sending data from javascript to php
Gmail produces the following error/warning in firebug. Eb is not defined I initially started seeing this while while on clients’ websites, but can now say… Read More »What is Eb in firebug?
I had quite a few problems adding the htmlCode button to a fairly old copy of TinyMCE (I think around version 2.x). All is resolved… Read More »Add TinyMCE code button
The Problem When starting Maya 8.5 an immediate error message and program termination. Runtime Error! Program C:\Program Filesz\Autodesk\Maya8.5\bin\maya.exe abnormal program termination Solution …
I had a hover effect on an html input element but also needed to have an active state.The css was like this for the inputs… Read More »Need more than hover?