JavaScript

JQuery Ajax array push

In this article we will explain how to make jQuery Ajax method call to the WordPress server and send data about checked checkboxes pushed into an array with javascript.

Grails Javascript Example

In this article we will show how to include JavaScript library as an asset in grails GSP file to dynamically filter results in a HTML table.

Minify CSS with notepad++

We create many websites and use many themes and CSS files in our work. All new ideas require CSS optimizations to adjust look and feel. Latest SEO practices suggest to minify everything possible on your website from CSS to HTML.

Ways to program your drone to do awesome stuff

Drones, quadcopters, RS helicopters and other remote controlled crafts are hot topic these days. We programmers are more interested in how to program them to do something cool. Indeed, it’s become more and more easy.

WordPress Plugin development by example – SF Generate Tags

One of the plugins that we have developed for WordPress is a tag generator for WordPress posts and pages. The plugin scans the content of the post and names of the attached images and selects tags for the post filtering out no-tag words. In this post I’m going to explore the process of creating the plugin.