Posts

C# - Split Byte Array

C# - Generate Password

Reference From : stackoverflow.com

CodeIgniter - where-do-i-put-image-files-css-js-etc-in-codeigniter

Follow the instruction from this link My choise is "Phalcon PHP's Bootstrap method"

PHP - Remove illegal character in path and filename

Reference From: http://stackoverflow.com/questions/2021624/string-sanitizer-for-filename

C# - Remove illegal character in path and filename

C# - Access modifiers

public The type or member can be accessed by any other code in the same assembly or another assembly that references it. private The type or member can only be accessed by code in the same class or struct. protected The type or member can only be accessed by code in the same class or struct, or in a derived class. internal The type or member can be accessed by any code in the same assembly, but not from another assembly. protected internal The type or member can be accessed by any code in the same assembly, or by any derived class in another assembly. Reference From:  http://stackoverflow.com/questions/614818/what-is-the-difference-between-public-private-protected-and-nothing

PHP - Setting maximum file size to upload/post