-
jQuery
jQuery Disable Button Example
The aim of this example is to show you how to enable/disable a button using the famous jQuery library of…
Read More » -
Web Dev
Improving Shipscope Performance with WebSockets
Nearly a year ago, we released Shipscope, a Chrome extension for monitoring your projects on Codeship. We’ve received some really…
Read More » -
Python
Python: Extracting Excel spreadsheet into CSV files
I’ve been playing around with the Road Safety open data set and the download comes with several CSV files and…
Read More » -
HTML5
Top 10 Major Advantages of HTML5
1. What is HTML5? HTML5 is the newest version of the HyperText Markup Language that was developed in the late…
Read More » -
Web Dev
Developing Front-End Microservices With Polymer Web Components And Test-Driven Development (Part 4/5): Styling And Communication
In the previous article we developed our second Polymer Web Component. With two of them functionally finished, we’ll apply styles…
Read More » -
HTML5
HTML5 and CSS3 Code Generator Tools List
HTML5 is one of the most popular language amongst developers and designers as it provides number of functionality and assists…
Read More » -
Web Dev
Using the gdb Debugger with Go
Troubleshooting an application can be fairly complex, especially when dealing with highly concurrent languages like Go. It can be fairly…
Read More » -
Web Dev
Developing Front-End Microservices With Polymer Web Components And Test-Driven Development (Part 3/5): The Second Component
In the previous article we finished one Polymer Web Component. It contained a form that could be used to add,…
Read More » -
JavaScript
Javascript Redirect URL example
It has happened to all of us to click a certain URL and be redirected to another one. Probably you…
Read More »