nurhakimah @krimnet's blog
Submitted by nurhakimah @krimnet on Tue, 02/22/2011 - 16:27

- You could use one of the solutions such as PHP-Excel Reader if you are more into PHP Based.
- As for example here I will use php-based tutorial.
- You could use one of the solutions such as PHP-Excel Reader if you are more into PHP Based.
- As for example here I will use php-based tutorial.
Submitted by nurhakimah @krimnet on Fri, 01/07/2011 - 11:18
Mod_pagespeed adalah modul Apache yang mampu meningkatkan kelajuan pageload. Ia secara automatik mengomptimumkan laman web. Ia disertakan dengan beberapa filter yang mampu mengoptimumkan Javascript, HTML dan CSS selain dari untuk imej format JPEG dan PNG
Mod_pagespeed ini boleh digunakan pada sistem i386 dan x86-64bit dan sebagai kod sumber terbuka yang boleh diakses melalui svn. Mampu digunapakai pada Linux iaitu CentOS dan Ubuntu. Selain itu boleh juga pada mana-mana Debian-based dan RPM-based Linux
Buat masa ini mod_pagespeed hanya menyokong Apache 2.2.
Submitted by nurhakimah @krimnet on Tue, 10/26/2010 - 12:15
I've found this : the world's coolest data centers and I love to share it with you all.
Submitted by nurhakimah @krimnet on Mon, 05/31/2010 - 13:30
PHP mempunyai dua operator perbandingan iaitu "==" dan "===" (atau "!=" dan "!==")
"==" membuat perbandingan variable yang lebih ringkas, iaitu dengan mengabaikan JENIS variable tersebut (int, string, boolean dan sebagainya)
Berikut adalah hasil yang biasanya diperolehi dari operator "=="
False , 0, "", '', "0", 0.0, -0, !1, array(), $i , strpos("abcd","a") //lihat nota di bawah
ATAU
Submitted by nurhakimah @krimnet on Wed, 04/28/2010 - 13:10

This post is suitable for web designer, web developer or anyone who wish to test their websites either compatible with other regular browser we used nowadays. One of the site I found is BrowserShots.org. It is an open source web project. It works by send our website url into waiting list whereas few computers remotely will run the website in selected browser. Those computers will capture an image screen shot and will display the images into a list.
Submitted by nurhakimah @krimnet on Mon, 03/29/2010 - 15:35
In previous segment of this article, I explained on to grab a data using Firefox add-ons and we have successfully grabbed.
This article will continue on how to use the grabbed xpath in your coding.
Step #3 : How to use
In this tutorial you need a basic knowledge about KohanaPHP, and Model-View-Controller(MVC) method.
Here is the function where we used the DOMXML as we enabled earlier in php.ini :
Submitted by nurhakimah @krimnet on Mon, 03/01/2010 - 10:46

It seems that here is the place for ‘HOW TO’ to everyone to share informative knowledge. Well I have something to share as well. It is about ‘How To Grab A Data or Anything From Website using Xpath’.
If in case you have no other solutions (whereas your clients couldn’t provide you not even a single source of data that might be important to your project), but they only have a website that they could provide. Do not worry; I have the solution on that.
Step #1 : Installation