Ajit Bohra

Display Upcoming WordCamp’s On WordPress Post Or Page

A couple of months back we released WordPress plugin to display upcoming WordCamp’s on the wp-admin dashboard, you can read about it here for more details. Post that we have been receiving the request from many users & developers to add in support for the shortcode. We have been planning to add the support for shortcode & Visual Composer so that details can be easily displayed at different places, not just wp-admin dashboard. Finally, with the release of v0.6, you can use the shortcode to display WordCamps anywhere or Visual Composer widget if you use Visual Composer page builder. Currently, shortcode doesn’t have any…

wordpress website google optimization

WordPress Website Optimization With Google

It’s no denying fact that with every passing day more and more people are using WordPress which is quite visible from the rising market share. At LUBUS we have been providing WordPress powered websites & solutions to our clients. We try to provide our clients with a handcrafted solution for more control over various aspects. These days more and more users are accessing the web via mobile devices and it’s much recommended to optimize the website for better rendering & speed. When using readymade themes & plugins it often leads to slow down of the website due to various reasons. We often get…

Why Attend Laracon Online

Yesterday on 6th February  2017, Laracon Online was announced. Now since you must have already read what it is, I will focus on why one should attend it. Is it worth to attend 9 hours long virtual conference? Yes, it is definitely. The 9 hours long conference gives you hours of mingling with the dudes like Mr. Otwell himself. Now you would question he is virtually available on twitter & slack anyways why pay $10 for it? Fair enough! Here’s how I see the same thing: I can have a word with Mr. Taylor on how to be a better developer managing…

DataTables JS – How To Change Pagination Button Class

DataTables.js is a popular jQuery plugin for HTML table which lets you add pagination, instant search, and multi-column ordering. Recently we have been working on WordPress plugin which required usage of Datatables to adding the jazz to the table output. It helped us quickly add pagination, search & sorting functionality. We used it for one of our plugin “WordCamp Dashboard Widget“. Default UI provided by DataTables is good but we wanted it to be inline with WordPress. We tweaked few elements with CSS override. But pagination button would need classes to be modified in order to change the UI, so we went…

laravel package for instamojo

Laravel Package For Instamojo – Laravel Mojo

Laravel package for Instamojo Laravel Mojo, it provides an expressive, fluent interface to Instamojo’s online payments and refund services. Github : Laravel Mojo Why Instamojo? Instamojo is the India’s emerging C2C payments & e-commerce platform that makes the whole process of online transactions a breeze both for the users and the developers. Other than all their mojo, the support & response from the people, there are enough to make you take a ride! Why Laravel Mojo? Since we use Laravel so extensively and our love for Instamojo is well-known on our Twitter specially, we cannot afford not having the mojo in the…

WordPress Media Upload HTTP Error On Godaddy Shared Hosting

WordPress media uploads recently troubled us a lot as majority of our clients projects are powered by wordpress. We see to it that all the wordpress installs we manage are up to date. From past few days we faced issues with the wordpress websites hosted on godaddy servers. We were unable to upload images to media library and it would end with “HTTP Error”. We decided to get in touch with godaddy support and get some help. They tried their best to help us with the solution and said all things are good at the server end. We landed on one wordpress…

adding email verification

Adding Email Verification In laravel 5.3 App

Adding email verification process in your laravel 5.3 app step by step. First let’s initiate with an overview so we have an idea what is the actual process we are going to implement followed by the code and the steps. Overview : Create a user with a status of 0 (Zero) i.e. not verified initially Store a random token with the user details on creation Email the token to the user Match the token & user id coming from mail with the database records If matched set the user status to 1 i.e. verified Now, lets start with the code &…

laravel packages

Laravel Packages To Use In Your App

composer require ‘awesome laravel packages’ Starting off with a new app and stuck on which laravel packages to select for basic boilerplate stuff? We have made a list of some of the best laravel packages available to solve the same dilemma. The laravel packages listed below are used by our team on various client projects as well as our in-house products , so they are tried, tested and also trusted 🙂 We select a package against its competitors mainly due to the same reasons that every other developer has, but still for more clarity they are as follows : Developers & contributors being active…

laravel packages

How To Install Laravel On Windows Using WAMP

In this tutorial we will be looking into installing laravel on windows using WAMP. If you are new to laravel, installing laravel on windows might be little over whelming for you at first, I wish to make the installation process for laravel on windows for you as breeze as the framework itself, So let’s dig in Step 1 : Installing WAMP Download it’s dependencies (Visual C++ packages) first, which are as follows. Make sure you are “up to date” in the redistributable packages VC9, VC10, VC11, VC13 and VC14. Visual C++ Packages : The libraries VC9, VC10, VC11 are required…

WordPress Plugin To Display Upcoming WordCamps On wp-admin Dashboard

It’s been quite few years for us designing & developing websites & apps powered by WordPress. Lately we have been planning to use our experience on various projects and share them in the form of useful plugins. wordpress.org repository already has many great plugins created by awesome developers around the world. So we were looking at building something which can add value and be useful both at the same time like everyone hopes for at the start. As these days we are looking forward to various WordCamps happening around, we try to keep our self updated. We saw this idea posted by Ratnesh Sonar on the forum regarding…