Computer Expert
On AskingBox since 2011-11-10 | 15 Articles | 104 Answers | 56 best Answers
Topics by Computer Expert
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
PHP: Change Date from DD.MM.YYYY to YYYY-MM-DD
Tip | 1 Comment | in PHP
MySQL: Read values from two columns and output them in a single variable
Tip | 0 Comments | in Databases
Windows 7: Open Task Manager on the direct way
Tip | 0 Comments | in Windows
PHP: Fill up string forward or backward with arbitrary characters to certain length
Tip | 0 Comments | in PHP
Firefox: 15 useful keyboard shortcuts no one knows
Article | 0 Comments | in Software
Using MySQL as a Calculator
Tip | 0 Comments | in Databases
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 alt attribute. So, for your example: ...
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. ...
Question | PHP: Check if session already exists - Prevent error "A session had already been started"