Now you have a highly stylized menu in the html your designer gave you. Customized classes all the way, one for the enclosing div, the ul, the li and even one for the anchor tag. And you have to convert
WordPress Theme Building : Styling Menu

Now you have a highly stylized menu in the html your designer gave you. Customized classes all the way, one for the enclosing div, the ul, the li and even one for the anchor tag. And you have to convert
This article describes how to enable CORS in Apache Server.
In this article, we will be looking into how to login and logout a user who is using token authentication to access your REST APIs. This is the second part of a series, you can read the first one here.
In this article I would like to share my knowledge on Laravel Migrations, that could make a first-time Laravel developer’s life easy. The list is in no way complete, just few points off the top of my head.
In these series of posts we will create a very basic REST application using Laravel 5.4.
I was trying to use sqlite database in a Laravel project (I am using version 5.4, but I think this is relevant for other versions too) and I found this issue. I had my database.sqlite file in the database directory.
While trying to find a way to test the email feature of my application, I stumbled upon this great utility – Mailtrap.io, a fake smtp server.
This is a step-by-step guide for installing Tomcat 7 and Apache2 and configuring to connect the Apache Web Server to Tomcat using mod_jk on Ubuntu 14.04.
You have tested your PhoneGap app. Created the apk and tested on device. Congratulations!! Now that you want to upload your app on Google Play, you need to get your apk ready for release. And here are the steps to do that.
Now that you have your mobile application ready and running on Phonegap app, the next step would be to try them out on actual devices. To do that, for Android you would need to get your apk ready. This article will act as a step by step guide to accomplish exactly that on Ubuntu.