De77 - de77.com - de77.com

Latest News:

[CSS] Transparent input fields not clickable in IE8 11 Oct 2012 | 04:21 pm

So you have an input field on your page which is transparent, like this: #my_form input[type="text"] { border: none; background-color: transparent; } It works great in Chrome, Firefox and Opera but ...

[PHP] Problem with iconv(): Detected an illegal character in input string 11 Oct 2012 | 04:08 pm

What to do when you have a script using iconv() to change encoding of a string and you run into this error: iconv(): Detected an illegal character in input string

[pChar] [FATAL] Pie chart can only accept one serie of data. 17 May 2012 | 07:28 am

The following error: “[FATAL] Pie chart can only accept one serie of data.” can be thrown by pChart not only when you try to add more than 1 serie of data but also when you don’t add any points to any...

ERROR 2006 (HY000) at line 825: MySQL server has gone away 7 May 2012 | 06:28 am

I got this error while importing an SQL file using mysql import tool. The file was quite big so my MySQL server just died. I my.ini file I changed 2 values: If you don’t have them- add them. Then I ...

[CSS] How to rotate an element in pure CSS 7 May 2012 | 06:20 am

Rotating an element using CSS3 is very simple and is supported by all the fine browsers: Opera, Firefox, Safari, Chrome and even IE9. The code is as follows: Unfortunatelly for IE7 and IE8 we need di...

[MySQL] How to remove duplicate rows- the fast way 7 May 2012 | 06:12 am

Below you can two simple and fast method do remove duplicate rows from a MySQL table. Method 1 Let’s create a new unique index, like this: Method 2 Create a new table and copy content from old tab...

[IE8] HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917) 7 May 2012 | 05:49 am

On one of my pages IE8 was not rendering content properly- like all the CSS styles were ignored. The error shown by the browser was: After playing around a bit I found out Internet Explorer had probl...

OCR (Optical Character Recognition) in PHP 7 Mar 2012 | 09:21 am

Ever wanted to extract text from images using PHP? That doesn’t seem trivial, does it? But you will find it’s not that hard after reading this article, so let’s get started! First- we need an OCR ...

Pure PHP image library- almost 20 image formats 7 Mar 2012 | 08:00 am

This time I want to present, for the first time, a non-free library for loading and saving images. It is not free, but it’s quite cheap (19.9 USD) and gives you support for almost 20 image formats inc...

Few very useful PHP functions #2 7 Mar 2012 | 07:51 am

In this post I would like to present next set of PHP functions that are not super-advanced, but really handy. You can use them freely as they all are licensed under MIT. I think you might find the...

Recently parsed news:

Recent searches: