Check if a page is loaded in an iframe
Just a quick tip, how to check if current page has been loaded in an iframe or was it accessed directly. if (window.self === window.top) { // we're NOT in an iframe } else { // we're in an iframe }...
View ArticleNyan Cat Windows progress bar plugin
If you’re a big fan of Nyan Cat meme and you have Windows XP or 7 then you should be ecstatic about this. There’s a plugin that replaces your standard progress bar with a Nyan Cat animation Download...
View ArticleBill Gates vs Steve Jobs inforgaphic
If you want to see the original post, please go to WebDesignShock.
View ArticleCSS Triangle
Really simple triangles working in all major browsers including IE6+ HTML No surprises here. Our HTML is as simple as that. <div class="arrow_top"></div> <div...
View ArticleHot off the workshop vol. 3
Not so “hot” as the site has been built a few months ago but still worth showing. Full HTML5 site on HTML5 Boilerpate and Kohana framework. Custom fonts using CSS @font-face with fallback to...
View ArticleThe Developer’s Toolkit [infographic]
What tools today’s web developers are using. Infographic by BestVendor.
View ArticleAdd Google AdSense to WordPress without plugins
I wanted to add Google AdSense to my blog just to see how easy it is to do. I’ve googled a bit and found a handful of plugins that claim to do it all for you. I couldn’t decide which one to choose and...
View ArticleThe future of Internet in the eyes of Roger McNamee
At first I was a bit sceptical but later on he actually makes sense.
View ArticleHow to check jQuery version on a website?
This is just a quick tip how to find out which version of jQuery is loaded. It can come in handy for example when you’re developing a script for an existing site and you need to find out which version...
View ArticleCustom error pages in Kohana v3.x
Kohana framework displays really nice and descriptive error messages, for a development environment that is. For production obviously no error reports should be shown to the user. Instead we should...
View ArticleInevitable future of learning
That’s right, I’m convinced this is the way forward. That’s how our kids or grandchildren will learn. Amazing! Khan Academy
View Articleflowplayer not working in IE and Google Chrome
flowplayer is an Open Source (GPL 3) video player for the web. Allows you to easily embed video streams into your web pages. While it’s easy to integrate and very powerful occasionally it may give you...
View ArticleHot off the workshop vol. 2
## After ## Before Website redesign for TK Maxx. Launched just yesterday. Venda coding all the way in the back end and HTML, JavaScript and CSS in the front end. View site What I’ve learnt The...
View ArticleMySQL conditional insert
Sometimes I need to insert some values into the database but only when a certain condition is met. The best example is a newsletter sign up. If someone has already signed up to your newsletter don’t...
View ArticleMultiple dynamic Facebook like buttons on one page
Putting one like button on a page is very simple and comes down to pasting the code from Facebook like button generator found here. It gets a bit more complicated when we need to add more than one...
View ArticleCheck if a page is loaded in an iframe
Just a quick tip, how to check if current page has been loaded in an iframe or was it accessed directly. if (window.self === window.top) { // we're NOT in an iframe } else { // we're in an iframe }...
View ArticleNyan Cat Windows progress bar plugin
If you’re a big fan of Nyan Cat meme and you have Windows XP or 7 then you should be ecstatic about this. There’s a plugin that replaces your standard progress bar with a Nyan Cat animation 🙂 Download...
View ArticleBill Gates vs Steve Jobs inforgaphic
[![](https://www.webdesignshock.com/wp-content/uploads/2011/09/steve-jobs-vs-bill-gates.png "Bill Gates VS Steve Jobs Infographic by...
View ArticleCSS Triangle
Really simple triangles working in all major browsers including IE6+ HTML No surprises here. Our HTML is as simple as that. CSS The trick is to create an element with zero width and height. The actual...
View ArticleHot off the workshop vol. 3
Not so “hot” as the site has been built a few months ago 🙂 but still worth showing. Full HTML5 site on HTML5 Boilerpate and Kohana framework. Custom fonts using CSS @font-face with fallback to...
View Article