SlideNSwap Gallery plugin for WordPress
This week I've released a new plugin for WordPress called SlideNSwap Gallery.
Posted in TechnologyAgriCatch source released
Hello everyone!
Today is a great day to release some projects to the wild!Posted in TechnologyNexus 6, Android 5, and a Chrome tip
This post will be short, very short (sorry).
So, what happened yesterday? Nexus 6 was announced!
Not only that, Android 5's name is finally revealed,
as many people guessed it: Lollipop is the name.Posted in TechnologyGithub's Student Developer Pack
A few days ago, I've stumbled upon a short title on HackerNews: GitHub Student Developer Pack.
Posted in TechnologyCreating custom Media Upload for WordPress
In a custom plugin I made, I had to add a custom media upload button in order to make sure only a single Video file is can be selected.
After doing some research, I discovered the handy & pretty undocumented component: wp.media
Just to make sure we’re on the same page, this is a JavaScript component which is a part of WordPress, used to handle Media upload (when writing a post).
If you're not sure how to add fields/buttons within post editing, take a look at the add_meta_boxes action, just so you can understand the context.
Let’s start with a simple upload button:Posted in Technology