Clear Cache for all major web browsers

  CLEAR CACHE IN INTERNET EXPLORER 6.0 Follow these steps below to clear the cache in Internet Explorer 6.0: Click Tools – Internet Options Select General Tab Click the Settings Button under Temporary Internet Files grouping Set Check for newer versions of stored pages to – Every Visit to the page. More Details: Set Caching to …

Banner Ad Dimensions

Rectangles and Pop-Ups 300 x 250 IMU – (Medium Rectangle) 250 x 250 IMU – (Square Pop-Up) 240 x 400 IMU – (Vertical Rectangle) 336 x 280 IMU – (Large Rectangle) 180 x 150 IMU – (Rectangle) 300 x 100 IMU – (3:1 Rectangle) 720 x 300 IMU – (Pop-Under) Banners and Buttons 468 x …

How to enable or use .htaccess on Apache Web Servers in Windows:

Using a text editor, open the httpd.conf file. In XAMPP, this file is found in the \apache\conf directory Locate the following line of code: #LoadModule rewrite_module modules/mod_rewrite.so Remove the # from the line as seen below to enable the module: LoadModule rewrite_module modules/mod_rewrite.so Save the httpd.conf file and Restart your server Restart your Apache Server If all goes well, you should …

flash URL Encoding: Reading special characters from a text file

  URL Encoding: Reading special characters from a text file   One common technique used to load variables in Macromedia Flash is reading the data from a text file on the server or CD. This works well in most situations. However, there are certain characters that cannot be read directly from text. Entering these characters …

Tinymce Specifying an Absolute Image Path

tinyMCE.init({     mode : “textareas”,     theme_advanced_buttons1 : “bold,italic,underline,strikethrough,separator,undo,redo,separator,bullist,numlist,separator,cut,copy,paste,separator,link,unlink,separator,code,separator,image,formatselect”,     theme_advanced_buttons2 : “”,     theme_advanced_buttons3 : “”,     plugins : “imagemanager”,      document_base_url : “http://[domain name]”,     relative_urls : false,      content_css : “../css/content.css” });