Welcome to TemplateStock

Only the finest and most awesome stuff from the web & design!


TouchSwipe jQuery Slider

Posted on 9th March, by templatestock in jQuery, Mobile Web. No Comments

Touchscreen devices have brought a new perception to the web. Being able to manipulate objects with your fingers made so many things easier and touchswipe effect is one of my favorite ones. So, today I’m going to show you how you can easily transform your slider (perhaps allready made in Javascript and jQuery) and make [...]


Meta Viewport for Mobile Devices

Posted on 9th March, by templatestock in HTML, Mobile Web. No Comments

When developing your website for a mobile device like iPad or iPhone you must take some approaches that are mobile specific. For example: when your visitors surf your webpage through a mobile device, they expect to get useful informations in a very short amount of time. Zooming and touchSwiping in X and Y coordinates just [...]


Best Online Coding Tools

Posted on 8th March, by templatestock in CSS, HTML, jQuery. No Comments

When I found about this online tools for the first time I was pleasantly surprised. If you’re a web designer or web coder like me, you sometimes need to quickly test any of your ideas, javascript, html or css or perhaps just to show the solution to your work partner through the web. With these [...]


jQuery Scroll To Top Button

Posted on 7th March, by templatestock in jQuery. No Comments

Today I’m going to explain a very popular method of scrolling to the top of the page with a button. There are numerious of jQuery  ”scroll to top” scripts which can be found on the web, so I’m going to show a very lite and useful version of them. Before we start, please take a [...]


jQuery Image Fading

Posted on 6th February, by templatestock in jQuery. No Comments

The other day I wanted to create a nice fading effect for our new ecommerce template design. The main goal was to keep the product image at full opacity when the user hovers it, but to fadeout all the other products so that hovered object would get that nice stand out. Let me show you [...]


Align a background colored link to center

Posted on 25th January, by templatestock in CSS, HTML. No Comments

Let’s suppose that you want to align a random link inside of width specific div. The solution would be quite easy if there is no background color: .example-link { text-align: center } but what if the link needs to have a background color inside of 200px div and the background needs to fit the link? [...]