March 29, 2008

ImageReady dont save as GIF

go to the (on a Mac, not sure about a pc) Window menu and choose Optimize.

In the Optimize pane make sure the format is set to gif.

Then make sure you choose "Save Otimized As" from the file window and that you have chosen what you would like from the Format pop up window.

Hope this helps...

March 22, 2008

Print Folder Contents in Text File

Open a command prompt. Change directory with the cd command to get into the directory you want to read. Then type this command.

dir /a >c:\dirlist.txt

The "dir" command will read the current directory.
the "/a" tells "dir" to read all files in the folder, even hidden or system files.

Then the ">" (greater-than sign) tells "dir" to redirect its output to the filename following.

"dirlist.txt" is the name of the file that will receive the directory listing.

March 15, 2008

Warning: I am able to write to the configuration file

Q: What should i do to set the right user permission ???

Warning: I am able to write to the configuration file: c:/phpdev/www/catalog/includes/configure.php. This is a potential security risk - please set the right user permissions on this file.

A: you need to chmod the configure.php file to 644

If you're using Windows as your test server and you get this error... just do the following:
CODE
Right click on 'includes/configure.php'

March 8, 2008

What is Favicon and How to Create it

Some time back, I had an email from a visitor asking me how I managed to have thefreecountry.com's icon displayed next to my URL in his browser's location bar. In fact, had he checked carefully, he would also have noticed that the icon is also used in his "Favorites" menu.
Internet Explorer ("IE") 5.0 and above has a facility where, if someone bookmarks your website (ie puts it in their "Favorites" menu), it associates a particular icon with your website in the bookmark. It tries to obtain that icon by first requesting for "favicon.ico" from the directory of your web page. If it cannot find such a file, it will try to obtain it from the root directory of your website, failing which, it will simply use a default icon for the bookmark.

March 3, 2008

Credit Transfer Service From SAWA

The Credit Transfer Service will permit SAWA customers to recharge their accounts by simply transferring credit from any other SAWA customer line via SMS .
The transfer mobile to mobile service will make life easier for SAWA customers; it will allow people to "borrow" credit from friends when they are not capable of recharging through the physical scratched cards.
SAWA customers with enough credit will be authorized to transfer credit value only to SAWA customers.



Joomla: PHP register_globals setting

Quote from article of: VR Junkyard Posted under Joomla

This is tutorial for joomla problem, cause usually when you just installed joomla, some of you may get this notice:
PHP register_globals setting is `ON` instead of `OFF`

What to do? this is an easy step by step to fix that problem:

- make .htaccess file in your Joomla site’s root and add this lines:

LinkWithin

Related Posts Plugin for WordPress, Blogger...