So I’ve decided to write up a series on Ultimatum Theme Builder. Ultimatum Theme builder is a drag and drop theme builder on top of WordPress with almost no coding skills. Yeap you heard it right, you don’t have to know coding to develop WordPress them with ultimatum theme builder. Let’s begin by setting the prerequisites. WordPress instance installation Ultimatum ...
If you don’t know what is Ultimatum Theme is you should head over to their web and get a license for yourself. Ultimatum theme allows you to create dynamic complex magazine styled WordPress themes with almost no coding. When I first used it, I was amazed by the world of opportunities presented by the framework. Let me come to the ...
In the first part of the series, we learned how to set up the Ultimatum Theme framework on your WordPress instance. In this part we’ll create our basic theme using the Ultimatum Theme framework. Create the first WordPress Ultimatum theme In the left side WordPress menu, you should see the name of the Child theme we created and activated in ...
There was a time when people those who wanna save some money on mobile purchase go to Petta AKA Pitta Kottuwa. But things have changed a lot with the tax redemption regulated by the SL Gov. Those who bought phones from Pettah realized that those phones are even cheaper in Maharagama or Kiribathg
There are some third party scripts and sites to enable background image for google.com page. Now the great Google itself introduced a way to add background image to your Google home page. Procedure is very simple. Navigate to http://www.google.com/addphoto Upload a photo or select an existing one
Google’s innovative Doodle’s are one of the most creative items I find online. Few weeks back they had Pac-Man game and I end up playing it whole day. Now the Soccer fever has caught up with us and Google respond to it with a FIFA Doodle. If you visit Google home page you’ll see ...
iPhone 4 will be available by this month 15th in USA. Today Apple made announcement on their web site also about their new revolutionary device (That’s how they call their device).
So you got your Raspberry pi and installed at least the recommended OS Raspian and played around with it. Few days back internet giant Google released something called “Coder” to the world of Raspberry Pi. So what is this coder? Coder will help you to develop (for learning proces mainly) web apps from your computer while keeping Raspberry pi as ...
If you are someone who has never heard of Raspberry Pi then here is the definition from Wikipedia. The Raspberry Pi is a credit-card-sized single-board computer developed in the UK by the Raspberry Pi Foundation with the intention of promoting the teaching of basic computer science in schools I was introduced to Raspberry Pi by Vajikumaran in a local meet ...
PhoneGap getting started guide is helpful for Windows and Mac users. But Linux users (Ubuntu distro mainly) left in dark. I first tweeted about it in Twitter and a PhoneGap employee replied as below @mayooresan getting started is essentially just the docs for the platform you are targeting (android in ur case) — xnoɹǝʃ uɐıɹq (@brianleroux) June 8, 2013 So ...
So just like all other Android devs out there, after the Google I/O 13 session you downloaded the Android Studio and installed it to find out that you can’t launch it. Don’t worry you are not alone. It’s a global phenomenon. First step Navigate to your Android Studio installation path first and locate the bin folder. You will find a ...
Lately I was working on a project based on PhoneGap. As you know PhoneGap utilises the HTML5 while taking advantage of the native features such as camera, accelerometer etc. The client came up with a odd idea, that when user clicks on an external URL, it should open in the browser else it should work inside the Application wrapper (WebView). ...
Sometimes its mandatory to get smaller case or uppercase user input from users. For example usually we don’t type email address in capital letters (even if we do, it’s not a crime). Let’s assume we have a text box as below Now using jQuery I’m gonna make sure that user will never enter CAPITAL letters in the input text. Following ...
Git is one heck of a tool for maintaining source code base. I’ve been using it for a while and loving it more than SVN and VSS. Recently I had a problem where I had to remove some files locally. I removed unnecessary classes and pushed the code to Git server. Everything works fine but the deleted files are still ...
There are good number of third party plugins that you can use with jQuery Mobile for this purpose. But I thought of showing off the simple way of doing the basic Image Carousel. First our html page would look like as below Header Then our JS would look like below. var i = 0; var imgURL = []; imgURL.push('http://jquerymobile.com/wp-content/uploads/2013/02/devices.png'); imgURL.push('http://asset1.cbsistatic.com/cnwk.1d/i/tim/2013/02/20/35536085_620x433.jpg'); ...
As usual, I thought of writing an absolute beginner level tutorial for jQuery Mobile & .net web service developers. First open the Visual Studio and create a Service. Visual Studio will create a service template with a name of Service1. Change the Hello world method in it as below using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Services; using ...
If you use URIencode() method you will find that some special characters (, / ? : @ & = + $ #) including colon is not encoded to ‘%3A’. To overcome this issue, you should use encodeURIComponent() encodeURIComponent(':');
Hashtag is a known word among Twitter, Instagram users. Usually hashtags will help you see the relevant categories. Hashtags start with # and a relevant work. So no wonder why people named it hashtag. Now the elder brother Facebook too jumping into hashtag feature. Last friday Facebook announced that they’ll be rolling out this feature to users. So not all ...
Many Tamil native users are often frustrated with iOS due to the system wide unavailability of the Tamil keyboard. To type in Tamil you need to use third-party applications such as Sellinam and then copy paste to where you wanted it to come. Even Android doesn’t have a native Tamil keyboard but they have an open API for developers to ...
Mashable social media day is an annual event organised around the globe by accepting the call of Mashable web. Last time for the first time we had the Mashable Social Media day in Sri Lanka. Even YouTube celebrity Jehan participated via Video Conference. This year’s mashable social media day is around the corner. This year June 30 (Sunday) is declared ...