
Computer Expert
On AskingBox since 2011-11-10 | 24 Articles | 105 Answers | 59 best Answers
Topics by Computer Expert
jQuery: Disable Submit Button if no Checkbox is selected
Tip | 3 Comments | in jQuery
MySQL: Group Timestamp Column by Month and Year
Tip | 0 Comments | in Databases
PHP: Convert Line Breaks from Textarea in HTML Line Breaks
Tip | 0 Comments | in PHP
PHP: GZip compress files with PHP
Tip | 1 Comment | in PHP
Windows: Why you cannot create any files or folders named CON, AUX, NUL, COM1 or LPT1
Info | 0 Comments | in Windows
jQuery: CSS Stylesheet Switcher
Tutorial | 1 Comment | in jQuery
PHP: Change Date from DD.MM.YYYY to YYYY-MM-DD
Tip | 1 Comment | in PHP
Windows 7: Open Task Manager on the direct way
Tip | 0 Comments | in Windows
Last Comments by Computer Expert
And if you want to go the other way, you can simply use the function toUpperCase() instead of toLowerCase(). This makes...
I want to note several things about this tip. At first these hacks are nice and good, but I would not use them in...
To get the look and feel of your operating system in your Java program, you can use the following code right at the...
Question | Java: Swing application should use operating system theme
Presumably you have enabled the option "hide extensions for known file types" in your Windows. As a...
Question | Windows: I can not change the extension of a file
Just take the title attribute instead of the old attribute. So in your example: <a...
Question | HTML Validator: Attribute alt not allowed
You can easily check with isset(), if there is already a session or in your case, if no session is open. You do...
Question | PHP: Check if session already exists - Prevent error "A session had already been started"