During my web development work, I need to make pretty looking square thumbnails, which will be smartly cut out from the bigger picture. Experimenting a lot with various methods, I found the best suitable one for me.
Category: Issues and resolutions
Function for creating thumbnails in php
It took me long time to create an universal function which would create thumbnails from pictures and suit all my needs. The base for this function, I took from here. But I modified it slightly.
Dynamic image rotation
I consider two basic logics on the idea how to rotate images on the site.
Custom scroll bar with jQuery
Developing a site for one customer, I met a problem how to customize view of the scroll bar. Customer didn’t like the view of scroll bar in Internet Explorer 7 on his Windows XP. It is not a secret, that scroll bars are generated by browser and there is no many possibilities to influence their… Continue reading Custom scroll bar with jQuery
How to post to other user’s wall in Facebook.
Some application post to user’s wall even if user is offline at this time from this application. How to do it? In this case, user should allow your application to post to his/her wall, when he/she is offline. Here is a wonderfull step-by-step manual how to do it “5 Steps to publish on a facebook… Continue reading How to post to other user’s wall in Facebook.