Javascript Animation Examples & Libraries

Animation Engines   1. Babylon.js There is a Babylon.js playground available as well to try your hands on with this 3D gaming engine. You can grab the source code for free at babylon’s github repository. 2. Three.js You can grab the source code of three.js 3D engine at – github.com. You might also like […]

PHP Increase File Upload Size , Ececution time

1: Theme Functions File There are cases where we have seen that just by adding the following code in theme’s functions.php file, you can increase the upload size: 1 2 3 @ini_set(‘upload_max_size’,’64M’); @ini_set(‘post_max_size’,’64M’); @ini_set(‘max_execution_time’,’300′); 2. Create or Edit an existing PHP.INI file For this method you will need to access your WordPress […]

Configuring and Disabling Automatic WordPress Updates

The easiest way to do this is by installing and activating the Easy Updates Manager plugin. If you’re not sure how to do that, take a look at our step by step guide on how to install a WordPress plugin. Once the plugin is activated, go to Dashboard » Updates Options to configure your […]

PHP ASCII to char conversion

The chr() function is a built-in function in PHP and is used to convert a ASCII value to a character. It accepts an ASCII value as a parameter and returns a string representing a character from the specified ASCII value. The ASCII value can be specified in decimal, octal, or hex values. […]

MySQL + WP

If you have been managing a WordPress website for a while then you probably know that this content management platform uses a MySQL database to store every bit of information it needs to display your pages and apply your chosen settings. WordPress and MySQL make a great partnership; both are free, and using WordPress […]

WP-CLI Tutorial

This tutorial covers the following topics: List the Available WP-CLI Commands Update WordPress via WP-CLI Update WordPress Plugins using WP-CLI Install and Activate WordPress Plugins & Themes via WP-CLI Installation and usage of WP Doctor Installation and usage of WP Profile Other Tasks you Can do With WP-CLI WP-CLI is […]

Set up file permissions for Laravel

IF YOU ARE SETTING YOUR FOLDER PERMISSIONS TO 777 YOU HAVE OPENED YOUR SERVER TO ANYONE THAT CAN FIND THAT DIRECTORY. There are basically two ways to setup your ownership and permissions. Either you give yourself ownership or you make the webserver the owner of all files. Webserver as owner […]

WordPress custom

Creating a Custom Post Type Manually Any data you have in those custom post types will still be there, but your custom post type will be unregistered and will not be accessible from the admin area Add the required code in your theme’s functions.php file or in a site-specific plugin (See: Custom Post Types). Example […]

Gsap bits

https://greensock.com/get-started/#loading-gsap https://codepen.io/GreenSock/pen/PoYjyNj https://greensock.com/forums/topic/11321-what-is-the-cdn-path-to-timelinelite/ https://greensock.com/scrolltrigger https://cdnjs.com/libraries/gsap https://greensock.com/docs/v2/TimelineMax https://greensock.com/forums/topic/16948-controlling-the-speed-of-tween-on-scroll/ https://codepen.io/sgorneau/pen/ywJdbW – image tilt / text https://codepen.io/thiennhat/pen/BNByzJ – svg pc desk / lamp animation https://codepen.io/GreenSock/pen/f960d221c5f4074d7c7ae3965edafa07 – gsap splitText https://codepen.io/sol0mka/pen/ogOYJj – gsap animation /timeline https://codepen.io/jjperezaguinaga/pen/yuBdq – world turning animation https://css-tricks.com/writing-smarter-animation-code/ – monster animation