Encrypting Information Stored in WordPress Cookies

The another way to make your wordpress more secure is storing information with encryption in cookies. And to encrypt your information is quite simple process. Just open your wp-config.php files, and add the lines below to your wp-config.php. Save and upload it.

Read More

Graph Algorithms I (Algorithm Basics)v0.1.2

First of all, I should give some information about what algorithm is and where we use them. After that I will give an introduction to Graph Algorithms and keep its details to next articles If you look the header of the doc you can see a version number, it means that i will be updating these article series periodically.

Read More

Installing XAMMP on Ubuntu

PHP+MySQL+Apache+phpmyadmin, these are requirements of developing php web applications. Using XAMMP is eisiest way to install all the requirements. This manual helps you to install xammp to you ubuntu and  any linux distro with small changes. As you guess easliy, the first thing that you have to do is download the latest version of xammp from here.

Read More

Matlab and AMD Proccessors

When I try running MATLAB on an AMD processor, programme is opening first for a short time and then closing suddenly. This is a kind of bug and you can solve that problem by applaying the proccesses below.

Read More

Hello World

% in Prolog

hello :- display(‘Hello World!’) , nl .

Read More