Friday, April 29, 2016

How to automate your Facebook posts

Why would you want to automate your Facebook posts? Well the answer is simple, you want to spend less time and do more, and this is when automation tools come in. But there are several ways of automating your work with Facebook and keeping your feed alive. First and the most common way is creating your work upfront and schedule your posts to be published based on your schedule. But what if you want to do more? What if you run a business where you...

Thursday, September 26, 2013

How to create your own image gallery plugin with JQuery

Hey guys, Today I want to try to create an image gallery plugin with you. We have already covered how to create a lightbox plugin, so you get a nice pop-up dialog with your image adjusted in size to your screen resolution. My next question was how to position multiple thumbnails images on my screen so they would take all space available width-wise and images in each row would have the same height. So when I have images on page with different sizes...

Monday, September 23, 2013

How to crop uploaded image with JQuery and ASP.NET

Hey guys, Last week we tried to add new feature to our website, http://www.bestbars.in/, to let users upload and crop their profile pictures. Well we already had the functionality to upload pictures using uplodify plugin. But the problem we had was the images were all different size, some portrait, some landscape, some square etc. So then when we try to make our design pretty it was quite difficult. So the decision was to add cropping functionality...