Here’s a little script how to create thumbnail with PHP and GD library and still keeping aspect ratio. You only need to specify new image’s maximum width and […]
Review: New Category Added
Since programming always dealing with choosing the best text editor to use, so here I add this category. Review will be made by me myself based on my […]
Vim For Windows
Today I downloaded Vim form Windows. It’s cool. Just don’t figured out how to activate the syntax highlighting >_<
Slackware 11.0 Released
Just to let you know that Slakware 11.0 is out! Just visit this official announcement page of Slackware 11.0
PHP Already Have My Function Listed Here
I’ve written a function to fetch a file from remote server and store it into a string here: https://dev.sandalian.com/baca/4/get-content-of-url-into-string-variable.htm. Then today I realized that PHP already have that […]
Rename Files Into All Lowercase
I wrote this script when my Windows 98 screwed up my filename. It was index.php and changed into Index.php, in a big number of files within a directory […]
Happy Ied Mubarak – Blog Status: Iddle
Today is my last working day of this month. Me and all moslem around the world are gonna celebrate our holly day, Ied al Mubarak, next week. And […]
Copy Remote File Into Local Directory
Here is a little function used to copy file from remote directory (web server) into our local directory. < ?php /* This function used to copy remote file […]
Dealing With Google Sitemap
When I use Webmaster Tools from Google, it requires sitemap of my site. There are several formats allowed, easiest one is RSS 2.0 format. I already have it […]
Detecting WAP/WML or Web/HTML Browser
I use this little script to detect what browser is being used by the visitor. Is it web browser or WAP browser. Yes, I want my domain accessible […]
Paralel Process In PHP
In my own experience, paralelizing process in PHP is alot efficient. Not saving your time, but it will save memory usage. I use paralel method when working with […]
Random Text For Signature Used in Forum/Bulettin Board
There are so many signature generator for forum/bulettin board. And surely we can try to create our own, fully personalized as follow: I’ve written this script at September […]