A lightweiht autocomplete plugin in jQuery invariably you can use in any forms that needs autocomplete inputs. Features: Fixed options (is like a select box or a filter box) Ajax request (proper autocomplete) Controlled by mouse and keyboard Minified, weights around 5KB [thrive_split_button left_color=”green” right_color=”green” left_text=”Demo” right_text=”Download” left_link=”http://www.alotropico.com/projects/advanced-autocomplete/” right_link=”https://github.com/alotropico/advanced-autocomplete.jquery”] Laravel date set timezoneHow to create…Continue Reading
Decode to Base64 format
Base64 Base64 is a generic term for a number of similar encoding schemes that encode binary data by treating it numerically and translating it into a base 64 representation. The Base64 term originates from a specific MIME content transfer encoding. Base64 encoding schemes are commonly used when there is a need to encode binary data…Continue Reading
Encode to Base64 format
Base64 Base64 is a generic term for a number of similar encoding schemes that encode binary data by treating it numerically and translating it into a base 64 representation. The Base64 term originates from a specific MIME content transfer encoding. Base64 encoding schemes are commonly used when there is a need to encode binary data…Continue Reading
How to prevent user from typing in text field without disabling the field?
A non-Javascript alternative that can be easily done: You can use the readonly attribute instead of the disabled attribute. It prevents editing the text in the input, but browsers style the input differentlyLaravel date set timezoneHow to create console command in laravel ?Show a number in two decimal places in PHPPHP str_replace() FunctionHow to delete file…Continue Reading
How do I change my Facebook Page’s name?
First of all, you need to be an admin of the page. It’s not an instant update, as you have to submit the request to Facebook. How do I change my Facebook Page’s name? Follow the below steps Go to your page once you logged in to the facebook. Click About on the left side…Continue Reading
Smule, The Karaoke mobile app
Smule the karaoke app, become heavily famous among music lovers. The app let you sing your favourite track, and giving you are in a recording studio. It’s for the people who practicing for reality shows and sometimes to satisfy your inner passion. Smule invested heavily on social media to make popular this app. Now they…Continue Reading
Hyperloop One will build the first Hyperloop system, will reduce Dubai to Abu Dhabi Journey to 12 minutes
Hyperloop One and United Arab Emirates on their way to developing the first hyperloop system. Hyperloop One announced the first hyperloop system will be in Dubai to Abu Dhabi. “Having signed an agreement with DP World in August to pursue a cargo-based Hyperloop One system at Jebel Ali Port, our focus has now expanded to…Continue Reading
Find the song without knowing the lyrics
Find the song without knowing the lyrics Its annoying when we know how to hum the song but can’t find the name or lyrics of the song. Here we find out some services that let you know how to find the song without knowing the lyrics. 1)Midomi If you have a tune that stuck in…Continue Reading
Amazon launches a dedicated shop for items featured on Product Hunt
Amazon collaborating with Product hunt for a dedicated shopping section in amazon website. The san Fransisco-based startup, Product hunt came so far with startup ideas and supporting startups to sell their dream products. This new collection, called Featured on Product Hunt, is available as a part of Amazon Launchpad online store. Launchpad is a great place…Continue Reading
Replace “\n” with new line characters, using Notepad++
Due to bad formatting you will encounter the below scenario in your day to day work. You may want this file to convert to Excel/CSV. First of all, you want to convert the escaped newline character to real “\n”. You can easily do this via using Notepad++(a free source code editor which supports several programming languages…Continue Reading
How to Exclude a Category from Your WordPress Homepage
In one way or another, you want to hide some posts belonging to one category on the homepage of WordPress blog. This little bit of code help you to do that in a nice way. Write the below code in the file ( Appearance-> Editor ->Theme Functions – functions.php). You can do the same with…Continue Reading
How to Install WordPress -WordPress Installation Tutorial
WordPress is a well-known blogger tool, 60% of websites on the internet occupied with WordPress websites. It’s very easy to install and setup for non programmers. So it made such a tool for bloggers, small scale website owners. Following is a guide to install WordPress on a web server. A web server is a bit…Continue Reading
Comments in HTML
How to use comments in HTML <div id=”content”> <div class=”header”><!–your comment comes here–></div> </div> <!– END div-content–>