Blogs
Submitted by admin on Tue, 07/01/2008 - 11:59
The information in this weblog is provided "AS IS" with no warranties, and confers no rights. This weblog does not represent the thoughts, intentions, plans or strategies of our company. Inappropriate comments will be deleted at the authors discretion.
Submitted by shima on Mon, 07/04/2011 - 16:41

Berikut ada penerangan mengenai load balancing.
Submitted by shima on Wed, 06/01/2011 - 11:20

Wikipedia :
Phishing is a way of attempting to acquire sensitive information such as usernames, passwords and credit card details by masquerading as a trustworthy entity in an electronic communication. Communications purporting to be from popular social web sites, auction sites, online payment processors or IT administrators are commonly used to lure the unsuspecting public. Phishing is typically carried out by e-mail or instant messaging and it often directs users to enter details at a fake website whose look and feel are almost identical to the legitimate one.
Submitted by shima on Thu, 05/12/2011 - 10:31

1) Jangan panik jika komputer anda memaparkan amaran seperti berikut, diikuti dengan kegagalan untuk mengawal desktop, ancaman pelbagai jenis virus menyerang cakera keras, system crash dan paksaan untuk membeli anti malicious .Ini kerana ia menandakan komputer anda telah diserang scareware.Sila ikuti arahan berikut.
Submitted by shima on Mon, 04/04/2011 - 10:22
6) Impak Indexing
Good :
Kesan peningkatan prestasi MySQL
Peningkatan penggunaan memori
Peningkatan integriti data
Bad :
Prestasi lemah
Pembaziran 'disk space' untuk duplikasi,indexing yang tidak efektif dan indexing yang tidak
digunakan
Penggunaan memori yang tidak efektif
7) Meminimumkan proses dalaman MySQL
Rekabentuk 'table' dan indexing yang betul serta tepat
Penggunaan 'temporary table'
Penggunaan 'filesort'
8) Transaksi
Menitikberatkan rekabentuk yang melibatkan transaksi
Submitted by taufiq @Krim.NET on Fri, 03/25/2011 - 12:27
Found this http://stackoverflow.com/questions/2199897/git-convert-normal-to-bare-repository as reference
Apparently the commands below makes regular "git init" as "git init --bare"
# go to repository
cd REPO
# rename .git folder
mv .git REPO.git
# get inside
cd REPO.git
# conversion command
git config --bool core.bare true
Submitted by shima on Wed, 03/02/2011 - 11:09
Kini terdapat banyak kelemahan dalam merekabentuk aplikasi pangkalan data. Salah satu sebab ialah kerana kurang kemahiran mengendalikan pangkalan dengan baik, kurang memahami fungsi sesuatu pangkalan data, pendedahan yang terhad, kurang kreativiti dalam merangka pangkalan data dan sebagainya.
Bagi menjurus kepada penyediaan pangkalan terbaik untuk sesuatu aplikasi,berikut adalah 10 tips-tips yang perlu diambil kira dalam merekabentuk sesuatu pangkalan data MySQL.Kali ini hanya 5 tips yang akan dibincangkan.
Submitted by taufiq @Krim.NET on Thu, 02/24/2011 - 23:35

According to the findings by Andrew Vos's, source code commits messages in PHP or Phyton language have less "swearing words" compared to other programming language used.
The findings came from an experiment of extracting dirty words in the source codes commit messages into the Github. Turn out C++, JavaScript and Ruby guys can't control their emotion.
Submitted by taufiq @Krim.NET on Thu, 02/24/2011 - 23:19

The graphic suggest what kind of chart suitable for your data visualization
Click to Zoom Chart Visualization Guide
Source
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.