Integrating User Authentication Using PHP

User Authentication

Authentication is any process to verify that someone is who they claim they are. PHP is well suited programming language for User Authentication. Integrating User Authentication using PHP in website application you will usually find a MySQL database behind it. Authentication system most likely include...

Multitasking PHP and MySQL

Using Gearman

How often have you developed a website that using an external program or even a separated process? This case is not a common problem for website application because you want to make it run efficiently and fast as possible, Yet you need to provide crucial...

Memcached in MySQL

How memcached works

Many of the caches that already been discussed before have more to do with caching precompiled code for faster execution as well as optimization. Memcached in MySQL is a simple, highly scalable key-based cache that stores data, file and objects wherever dedicated or spare RAM...

Improve Website Performance Through Caching

Improve Website Performance Using Cache

Cache is a component that stores data for future requests, so it can be served faster. If requested data is contained in cache, this request can be done by just reading the cache, no need to process it from beginning which is comparatively faster. A...

Hardening MySQL Security Server

Improve MySQL security

Security is a critical component of any software. Because it only takes one weak link to destroy entire site or brand’s reputation. it’s often neglected due to lack of time or commitment. A default MySQL Security installation fails to provide adequate best practices in database...

Protect Your Data Using BitLocker

How to use bitlocker

Bitlocker is a full encryption feature included with the Enterprise and Ultimate editions of Microsoft’s Windows. It’s a whole disk encryption solution. We can use it to protect hard disk in laptop, hard disk will be inaccessible without correct password. BitLocker (Bitlocker To Go) can...

Windows 8 Best Features

Windows 8 Best Features

Windows 8 is an operating system developed by Microsoft. It’s development started before the release of its predecessor Windows 7. Windows 8 introduced major changes to the user interface and OS platform to improve its user experience on tablet. In this article, i will show you...

Learn Android Programming From Scratch

Learn Android Programming

As a beginner android programmer, you will face a steep learning curve. It’s normal because to Learn Android Programming From Scratch is like learning to live in a foreign city. Even you speak the language, it will not feel like home at first. Everyone around...

How To Secure Wireless Computer

How to Secure Wireless Computer

This whole article will be focused on How to secure wireless computer from wireless network hack. Securing all your wireless computer can be a quite hard, it need much effort and spend a lot of money depends on security level. At a minimum, you can...

Finding Vulnerabilities In Network Systems

LanSpy 2.0

After you find out target’s network configuration using port scanner, You need to know what is your target’s weakness. You can step further by testing and see which vulnerabilities really stand out. Finding vulnerabilities in network systems is not hard to do. There are various...