• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
logo

Tutsplanet

Free Technical and Blogging Resources

  • Home
  • Web Hosting
  • Programming
  • Plugins
  • Write For US
  • News
  • About Us
  • Tools

Lists of time zones with abbreviations

Feb 27, 2017 by Editorial Staff Leave a Comment

Lists of time zones with abbreviations Abbr. Name UTC offset ACDT Australian Central Daylight Savings Time UTC+10:30 ACST Australian Central Standard Time UTC+09:30 ACT Acre Time UTC-05 ACT ASEAN Common Time UTC+06:30 – UTC+09 ADT Atlantic Daylight Time UTC-03 AEDT Australian Eastern Daylight Savings Time UTC+11 AEST Australian Eastern Standard Time UTC+10 AFT Afghanistan Time […]

Filed Under: General

Server Side Form Validation using Regular Expressions

Feb 20, 2017 by Editorial Staff Leave a Comment

In server side scripting its mandatory to do the form validation. It’s not another case for PHP. Here I demonstrate the simple PHP form validation using the regular expression.

Filed Under: PHP

Why Is My iPhone Battery Yellow? Here’s The Fix.

Feb 20, 2017 by Editorial Staff Leave a Comment

Why My iPhone battery is yellow? The short answer is The Low Power Mode is on your phone. But you didn’t remember turned on this setting. Let me clear that when your iPhone battery reaches 20% of charge, iPhone will warn you that your battery getting low and asks if you would like to turn […]

Filed Under: ios

How to Get Yesterday’s Date Using PHP

Feb 20, 2017 by Editorial Staff Leave a Comment

Here are some methods to get yesterday’s date using php. This will return format like 19/02/17. You can get more details from PHP’s date function You can change the -1 to -20 to get the 20 days back.

Filed Under: PHP

This Netflix Chrome Extension Lets You Access Tons of Hidden Categories

Feb 15, 2017 by Editorial Staff Leave a Comment

Most of the Netflix customers doesn’t know this fact that a number of categories are hidden from public view in Netflix. But you can enter to this to categories by hitting the direct URL to address bar. Feeling nerdy, only geeks has the access to that. So here comes a handy chrome extension that helps […]

Filed Under: General

Advanced Autocomplete with jQuery & Ajax

Feb 13, 2017 by Editorial Staff Leave a Comment

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”]

Filed Under: Snippets List

Decode to Base64 format

Feb 13, 2017 by Editorial Staff Leave a Comment

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 […]

Filed Under: General

Encode to Base64 format

Feb 13, 2017 by Editorial Staff Leave a Comment

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 […]

Filed Under: General

How to prevent user from typing in text field without disabling the field?

Jan 10, 2017 by Editorial Staff Leave a Comment

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 differently  

Filed Under: Snippets List

How do I change my Facebook Page’s name?

Jan 8, 2017 by Editorial Staff Leave a Comment

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 […]

Filed Under: Facebook

Smule, The Karaoke mobile app

Jan 5, 2017 by Editorial Staff Leave a Comment

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 […]

Filed Under: General

Hyperloop One will build the first Hyperloop system, will reduce Dubai to Abu Dhabi Journey to 12 minutes

Jan 5, 2017 by Editorial Staff Leave a Comment

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 […]

Filed Under: General

Find the song without knowing the lyrics

Jan 5, 2017 by Editorial Staff Leave a Comment

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 […]

Filed Under: General

Amazon launches a dedicated shop for items featured on Product Hunt

Jan 5, 2017 by Editorial Staff Leave a Comment

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 […]

Filed Under: General

Replace “\n” with new line characters, using Notepad++

Jan 4, 2017 by Editorial Staff Leave a Comment

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 […]

Filed Under: General

How to Exclude a Category from Your WordPress Homepage

Dec 17, 2016 by Editorial Staff Leave a Comment

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 […]

Filed Under: Wordpress

How to Install WordPress -WordPress Installation Tutorial

Dec 16, 2016 by Editorial Staff 1 Comment

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 […]

Filed Under: Wordpress

Comments in HTML

Dec 13, 2016 by Editorial Staff Leave a Comment

How to use comments in HTML

Filed Under: Snippets List

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 14
  • Go to page 15
  • Go to page 16

Primary Sidebar




Quick Links

  • A Simple YouTube Video Downloader Script in PHP
  • The 50 Most Useful jQuery Plugins for Frontend Development
  • Word Set 01
  • Convert PNG to JPG Online

Subscribe

* indicates required

Share

   

Hot topics

  • A Simple YouTube Video Downloader Script in PHP 13.3k views
  • Open a URL in a new tab using JavaScript 10.7k views
  • Using Third-Party Libraries in Codeigniter 8.4k views
  • Add FTP/SFTP in Visual Studio Code 6.1k views
  • Replace “\n” with new line characters, using Notepad++ 4.8k views
  • Manually Install APK Files In Android Studio Emulator 4.7k views
  • Upload Multiple Images and Store in Database using PHP and MySQL. 4.5k views
  • How To Install And Use CKEditor In Laravel? 4.2k views
  • Simple PHP Shopping Cart 4k views
  • Spout, an awesome library for reading and writing in Excel. 3.3k views

Categories

  • Design & Development
  • Drupal
  • Facebook
  • General
  • How To
  • ios
  • Javascript
  • Linux
  • Magento
  • Marketing
  • News
  • PHP
  • Plugins
  • Programming
  • Snippets List
  • Social Media
  • Softwares
  • Themes
  • Tips
  • Wordpress
  • YouTube

Copyright © 2021 · TutsPlanet Gene Theme on Genesis Framework · Powered By BunnyCDN