Wordpress - webigniter.wordpress.com - Technologies Ignited
General Information:
Latest News:
Streamed.in – the future of the social networks 4 Jun 2012 | 07:04 pm
On Tuesday May 29-th our team based in Bulgaria launched streamed.in – a video social network aiming to connect people with similar locations and interests via live video chat with a social twist. Our...
How to downgrade your flash version in Google Chrome 14 May 2012 | 09:43 pm
Here’s a tutorial in 6 small steps: Download the required version from http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html Uninstall your flash version from Control Panel -> P...
Debugging a PDO statement in a PHP system 7 May 2012 | 11:56 pm
If you are wondering how to debug a PDO statement here are some advices. There is no such thing as a final statement. If a statement looks like this: this is the way it’s sent to the database. The ...
window.event does not work in FireFox 26 Apr 2012 | 12:22 am
window.event does not work well in FireFox. So if you are using something like this: you will have problems. Here’s how to solve this problem: and define your javascript function the following way:
Set the auto-increment value of a table in MySQL 25 Apr 2012 | 02:56 am
Here’s the way to set the auto-increment value of a table in MySQL: If the table exists: Here you have to be careful, because the new value must be greater than the current one. Else you might have...
file_get_contents returns false on a new server 24 Apr 2012 | 08:39 pm
If you’re using and you are sure, that the $page page is available and the server has connectivity you can try using: If the result is The function returns the read data or FALSE on failure. You c...
Scrolling an element to its bottom using jQuery 23 Apr 2012 | 09:41 pm
Here’s a very nice example of scrolling a certain div to its bottom. You might need such a thing, for example, if you are developing an ajax chat. You must have the jQuery library loaded and in our ...
Avoid confirm form resubmission 28 Nov 2011 | 10:24 pm
Do you know we’ve moved on a new address. There will be no new articles on this blog anymore. If you still want to keep in touch with us, follow us @ Code Mamba!You can read the same article on our ne...
Apache won’t start as a service while using XAMPP (xampplite) 24 Nov 2011 | 01:16 am
Do you know we’ve moved on a new address. There will be no new articles on this blog anymore. If you still want to keep in touch with us, follow us @ Code Mamba!You can read the same article on our ne...
box-shadow does not work in internet explorer 15 Nov 2011 | 03:01 am
Do you know we’ve moved on a new address. There will be no new articles on this blog anymore. If you still want to keep in touch with us, follow us @ Code Mamba!You can read the same article on our ne...