Month: January 2011

WordPress Error Update Permalink Setting

We can change our url addres from WordPress site. By default WordPress use address http://your_address.com/?p=123. When I try to update new permalink setting, I can not see new configuration from my url address and I have error message : Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle

Website/Blog : Create Sitemap

A site map (or sitemap) is a list of pages of a web site accessible to crawlers or users. It can be either a document in any form used as a planning tool for web design, or a web page that lists the pages on a web site, typically organized in hierarchical fashion. This helps

Create C/C++ shared library with MATLAB Compiler

MATLABĀ® is a high-level language and interactive environment that enables you to perform computationally intensive tasks faster than with traditional programming languages such as C, C++, and Fortran (http://www.mathworks.com/products/matlab/). Matlab have a complete function to solve mathematic problem. We can call function code from matlab in other language (ex. C/C++). Before we create code in