Posted on 08 May 2009. Tags: Clear Cache
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 Every Visit to the page
- Click Ok
- Delete all cookies by clicking Delete Cookies button in Temporary Internet Files grouping and Clicking Ok.
- Delete all offline content by Clicking Delete Files Button under Temporary Internet Files grouping and Check ON checkbox for Delete all offline content and click Ok
- Clear History by clicking the Clear History button under the History grouping.
- Click Yes to the Are you sure question.
- Click Ok
Continue Reading
Posted in Programming, Tutorials
Posted on 07 May 2009. Tags: banner ad, banner ad dimension, banners
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 60 IMU – (Full Banner)
234 x 60 IMU – (Half Banner)
88 x 31 IMU -
(Micro Bar)
120 x 90 IMU -
(Button 1)
120 x 60 IMU -
(Button 2)
120 x 240 IMU -
(Vertical Banner)
125 x 125 IMU -
(Square Button)
728 x 90 IMU – (Leaderboard)
Skyscrapers
160 x 600 IMU -
(Wide Skyscraper)
120 x 600 IMU -
(Skyscraper)
300 x 600 IMU – (Half Page Ad)
Other
Sources: *
Posted in Graphics, News, Programming, Tutorials
Posted on 05 May 2009. Tags: .htaccess, PHP, winodws, xampp.
- 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 now be able to use .htaccess files.
Posted in PHP, Programming, Windows