Category Archive: Programming

Feb 21

Finding the Right License Scheme for your Software

software licence

Software companies rely on license fees for their revenues. A number of different licensing schemes are available and each type has its advantages. The exact choice of licence scheme will depend on the target user and their way of deriving utility from the software. Below, you will find a detailed explanation of six types of …

Continue reading »

Dec 09

Master Guide to Using Gmail as your SMTP Server and Dealing with Email Problems

smtp_folder

Problems with mail servers aren’t always clear and often you get to know a problem after a long period of time, without receiving any mail or you may get back from the server, stating non-delivery report. Testing the server and tracking down isn’t that hard, though it can sometimes be fairly complicated.

Dec 07

The Newest Trend for Validating and Authenticating Data Transfers

Authenticating-Data-Transfers

New encryption methods are vital for the modern day security considerations. Unlike the olden days, it is not sufficient to convey a message that can be decoded only by the intended recipient. In this modern world of digital computers, there are new demands of cryptography technology, and this is what zero knowledge proofs is precisely …

Continue reading »

Jul 27

DIY Web Design, Create websites

To run an online business you must have a website. Some business owners prefer to take the DIY route to web design simply because web design is costly. With the DIY options mentioned in this article it is possible to have your beautifully designed site published for very little or no money at all.  All …

Continue reading »

May 24

Install WordPress & configure it

WordPress is perhaps the best free, open-source blogging script, provided with the ultimate flexibility of using your own server and domain name, without the compulsion to display any credits/links.WordPress is the most widely used blogging software, powering more than 70 million blogs, including The Technofreak. All right Sparky, let’s install WordPress

Apr 06

Automate Backups with DOS batch file

Yesterday, I was editing code for a php application I made earlier  and boom. A BSOD (Blue Screen of Death) Error. After booting my computer, I discovered that the file I was editing (in Dreamweaver, on Windows 7) no longer had the code in it. Some glitch in dreamweaver converted each character of my code …

Continue reading »

Mar 27

Hook System with PHP

I was recently coding a web-application base in PHP and it occurred to me that including a hooking system won’t be a bad idea. I like the way hooks are used in wordpress for almost every task. Implementing a hook system makes the application more flexible and modular, all with a small bit of code.

Mar 14

How to get localhost online – apache

Almost every website developer has Apache installed on his machine to test the code. Specifically if you are a professional web developer, and want to show a preview/current status of work to your clients, getting your http://localhost online can be of great help.

Older posts «