Archive for the ‘Tech Articles’ Category

Three ways to unzip the zip files on Your web site.

This item was filled under [ Tech Articles ]

As a webmaster you have to upload files to your web site. These files can be simple .html or .php files or script files. Script files can be .pl, .cgi or .php …
Sometimes you need to upload zip files to your web site when you are uploading script files, backup files or moving data from [...]

Continue reading...



ASCII or BINARY modes? Which one to use?

This item was filled under [ Tech Articles ]

What are ASCII and BINARY modes?
ASCII is the standard method of exchanging information between the computers. It uses 7 bits in a standard byte and holds text.
BINARY is the number system based on number 2. It uses all 8 bits in a byte and can hold images along with text.
Why do we need to worry [...]

Continue reading...



Fixing broken image links in html emails when you use TinyMCE editor.

This item was filled under [ Tech Articles ]

Follow up Autoresponder PRO has built-in TinyMCE editor. It is very easy to use and customizable editor. They have a very active forum going on, so support wouldn’t be a problem.
We can add tables, images and different fonts etc to html emails very easy with TinyMCE editor. But the problem is the URL of the [...]

Continue reading...



Cron Tutorial: Managing cron is Easy!

This item was filled under [ Tech Articles ]

What is cron?
Actually it is called ‘cron daemon’. Cron is an automatic task machine. You will use it on your Unix or Linux operating systems for doing some tasks at specific intervals with out your intervention every time. You set the clock and forget. The cron daemon runs the work for you.
What is cron tab?
‘Cron [...]

Continue reading...