Mohamad Widodo

60 Followers
15 Blog Followers
1 Blog Reviews
Following: 59
Following Blogs: 10

Latest Activity

Mohamad Widodo is following Larry B.
Mohamad Widodo is following Randika A.
Mohamad Widodo is following Kikuko
Mohamad Widodo is following Yang Weng

Create Custom and Clean URL with mod_rewrite

Mohamad Widodo posted an article on - Nov 19, 2009, 9:41 pm
Module mod_rewrite is one of the most popular module in the Apache web server that is for rewriting and redirecting URLs dynamically. It’s based on regular expression with using powerful pattern ma...
Comment - Like

CubeCart SQL Injection Vulnerability

Mohamad Widodo posted an article on - Nov 19, 2009, 5:58 pm
The latest vulnerabilities has been reported in CubeCart. With this vulnerability, an attacker can exploit CubeCart to manipulate and inject SQL queries. This vulnerability is caused input validation ...
Comment - Like

The Best Guidelines Activate Module mod_rewrite in Apache

Mohamad Widodo posted an article on - Nov 19, 2009, 1:34 am
In this discussion, we will learn more about Apache module mod_rewrite that is used rewrite request URLs on the fly with a rule-based rewrite engine. We hope this discussion can be the best guidelines...
Comment - Like

DOS Vulnerability in Home FTP Server

Mohamad Widodo posted an article on - Nov 18, 2009, 2:58 am
Home FTP Server is a FTP Server program that allows use to share any files directly form our PC. With this program, we can build and implementation a FTP server easily. Home FTP Server use web based ...
Comment - Like

Wordpress 2.8.5 XSS and File Upload Vulnerability

Mohamad Widodo posted an article on - Nov 15, 2009, 10:50 am
The latest vulnerability was discovered on Wordpress v2.8.5 with XSS ( cross site scripting ) and file upload vulnerability. A security issue and vulnerability in Wordress, which can be exploited by ...
Comment - Like

The Latest Linksys WAP4400N Vulnerability

Mohamad Widodo posted an article on - Nov 15, 2009, 10:13 am
Linksys WAP4400N uses the draft version of the upcoming 802.11n standard that is claimed with data transfer rate 300 Mbps. This access point has full feature such support HTTP/HTTPS protocol, SNMP v...
Comment - Like

The Best Practice for Handling Date Time in PHP

Mohamad Widodo posted an article on - Nov 14, 2009, 11:03 pm
Date time is very extremely important if we will build critical application, so we must special attention for it. Handling date time properly in our program is more complicated than handling strings o...
Comment - Like

The Secret of PHP Variables

Mohamad Widodo posted an article on - Nov 14, 2009, 11:14 am
If we are familiar with programming, we are certainly familiar with variables, how to declare and use it. In this discussion, we will discuss more about the variables, with specific scope of PHP as p...
Comment - Like

Basic Learning PHP Function

Mohamad Widodo posted an article on - Nov 2, 2009, 10:45 am
PHP as programming language and server side scripting was originally using procedural programming, it’s not an object oriented language. In procedural programming, real power of PHP comes from funct...
Comment - Like

Create Simple Tooltip with CSS - Cascading Style Sheet

Mohamad Widodo posted an article on - Nov 2, 2009, 3:10 am
We often hear tooltip terminology in the computer world or programming. Tooltip can be defined as information used to explain function of element graphic or button. It’s used in conjunction with a c...
Comment - Like

Piwik and Open Flash Chart Vulnerability

Mohamad Widodo posted an article on - Oct 20, 2009, 2:06 pm
In the Piwik with the Open Flash Chart Module has been discovered a vulnerability which can be exploited by malicious people to compromise a vulnerable system. The vulnerability exists in Piwik’...
Comment - Like

Tweak and Improve MS Windows XP Performance

Mohamad Widodo posted an article on - Oct 19, 2009, 5:04 am
With this tips and tricks, our machines with Microsoft Windows XP will be faster and more responsive. So, how to tweak our machine with MS Windows XP ..? This is simple tips and trick but it’s power...
Comment - Like

Best Practices to Build Web Application More Secure

Mohamad Widodo posted an article on - Oct 10, 2009, 5:11 am
In this discussion, we will learn best practices to build web application more secure, such as tips and tricks. In the previous discussion, we have learned how to protect web application files but ove...
Comment - Like

Controlling Access Web Application with Web Based Basic Authentication

Mohamad Widodo posted an article on - Oct 9, 2009, 1:33 pm
If we want to restrict access to our web based application, we can use web based authentication. In this discussion, we will learn how to protect our web based application with web based basic authent...
Comment - Like

How to Protect Web Application Files

Mohamad Widodo posted an article on - Oct 9, 2009, 12:10 pm
When we build web application, all files in our web application becomes available for everyone. So, an attacker will try to find any holes in our web application or attack our data. How to protect sen...
Comment - Like

Basic Learning jQuery : Selector Expression

Mohamad Widodo posted an article on - Oct 5, 2009, 12:00 pm
In this discussion, we will learn how to select the best selector expression for our web application. jQuery is powerful of cascading style sheet and XPath selectors, so we can access elements or grou...
Comment - Like

Basic Learning jQuery

Mohamad Widodo posted an article on - Oct 5, 2009, 3:50 am
jQuery is JavaScript library or JavaScript framework that emphasizes interaction between JavaScript and HTML, excellent support for Ajax application and other JavaScript features quick and easy. It wa...
Comment - Like

The Latest Microsoft Windows SMB Vulnerability

Mohamad Widodo posted an article on - Sep 14, 2009, 10:03 pm
In this week, the latest Microsoft Windows vulnerability was reported in several sites or blogs, such as securityfocus site, g-laurent blog and others. In the newer Microsoft Windows operating system ...
Comment - Like

Computer Worm : Definition and How to Prevent it

Mohamad Widodo posted an article on - Sep 8, 2009, 3:05 am
Computer worm is a computer program that is designed to replicate itself without any user intervention and interaction. It uses a network to send copies of itself to other network / nodes automaticall...
Comment - Like

How to Select Type of Firewall

Mohamad Widodo posted an article on - Sep 7, 2009, 9:03 pm
Firewall is a part of computer system or network that is designed to block an authorized people to access our resources or infrastructure. In the personal use, when we are browsing or surfing, firewa...
Comment - Like
Mohamad Widodo is following Glenn G.
Mohamad Widodo is following HMJBlogger
Mohamad Widodo is following Vetea com

Basic Learning HTML : Document Object Model – DOM

Mohamad Widodo posted an article on - Sep 3, 2009, 12:17 am
The Document Object Model is a standard way in which web browsers represent HMTL and XML documents that will allow programs and scripts to dynamically access and update the content, structure and styl...
Comment - Like

Basic Learning JavaScript

Mohamad Widodo posted an article on - Sep 2, 2009, 11:56 pm
There are three basic to building of the web page, HTML/XHTML, CSS and JavaScript. HTML/XHTML as the core / main language to build a web page. CSS ( Cascading Style Sheet ), we used to adding style to...
Comment - Like

Basic Learning PHP : Looping

Mohamad Widodo posted an article on - Sep 1, 2009, 1:01 am
In PHP programming, we are often required to repeat a block of code, instead of adding several almost equal lines in a script we can use loops to perform a task like this. PHP has three types of loop ...
Comment - Like

Hardening MS SQL Server Security with Database Roles

Mohamad Widodo posted an article on - Aug 31, 2009, 11:47 am
MS SQL Server divides it’s authorization architecture into statement permission and object permission. In the MS SQL Server there are three types of permissions : GRANT, REVOKE AND DENY. With statem...
Comment - Like

Fixed Database Roles in MS SQL Server Security

Mohamad Widodo posted an article on - Aug 31, 2009, 9:41 am
The first step to securing MS SQL server security is Login Security. So, we will spend a lot of time ensuring unauthorized user never log into MS SQL Server successfully. The Login process is comparin...
Comment - Like
Mohamad Widodo is following Himalay H.
Mohamad Widodo is following Gabriel
Mohamad Widodo is following
Mohamad Widodo is following Mark W.

Mohamad Widodo's Blogs:

Mohamad Widodo's Followers

Mohamad Widodo is Following

Invite Your Friends

Invite your contacts to blogged from:
gmail yahoo