Android virtual device screen bit depth

Using drawable with a gradient there is visible defects on Android virtual device (emulator) because screen bit depth is 16 bpp by default. AVD bit depth can be increased in settings. Create AVD with checked box Use Host GPU, open … Continue reading

Posted in Programming | Tagged , , | Leave a comment

Resize and crop image from center with PHP

Sometimes I need to not only resize the image, but also to change its size by removing unnecessary edges for new size. This function changes image size and if the height or width is too large after resizing then the … Continue reading

Posted in Programming | Tagged , , , | Leave a comment

Attracted to harmonization

This gallery contains 3 photos.

Found a site weavesilk.com where anyone can draw a silk pictures, process captivate.

More Galleries | Leave a comment

Skyworth T065 not signing into Google

Tested tablet Skyworth T065, but there was authorize problem with Google account, and therefore does not synchronize email, will not connect to Google. I looked into the tablet files, and there is a file /etc/hosts which had redirection: A android.clients.google.com … Continue reading

Posted in Interesting | Tagged , | Leave a comment

Outbound links click tracking with Google Analytics

Google Analytics allows you to create events and track them. It can be used to track clicks on links to external sites. For example, we need to track only the outbound links and email clicks, then with jQuery filter links … Continue reading

Posted in Programming | Tagged , , , | Leave a comment

Chotto

Often in japanese language say chotto (ちょっと), translation is hey.

Posted in Interesting | Tagged | Leave a comment

Show only sticky posts on home page in WordPress

To create a list of posts by WordPress query it is possible to filter it by adding a custom filter to the condition. For example, if you need to show only sticky posts, you have to take a list of … Continue reading

Posted in Programming, WordPress | Tagged , , , , | Leave a comment

Trishna

This gallery contains 7 photos.

Jay seduces Trishna. Their love is turning into a hopeless hatred and aggression. I warn you it is a thriller and a bit of psychological nuance.

More Galleries | Leave a comment

jQuery Jeditable and Chosen hybrid

Jeditable – edit in place plugin for jQuery. Chosen - jQuery plugin that makes select boxes user-friendly. So why not combine them together. This javascript code will let you select in place with Chosen select box. Default list and save … Continue reading

Posted in Programming | Tagged , , , , | Leave a comment

jQuery Jeditable and Autocomplete hybrid

Jeditable – edit in place plugin for jQuery. The Autocomplete - jQuery UI Autocomplete control widget provides suggestions while you type into the field. So why not combine them together. This javascript code will let you edit in place along … Continue reading

Posted in Programming | Tagged , , , , , | 5 Comments

Color spaghetti

This gallery contains 1 photo.

More Galleries | Leave a comment

Sort by specific order in MySQL query

If you want to sort the list by a certain order, such as a list of numbers from the beginning of 4,5,1, and then in ascending order, you can create a sort order by IF statement rule with additional columns … Continue reading

Posted in Programming | Tagged , , , | Leave a comment