» Articles for 02.11.2014

 
Sort articles by: Date | Most Rates | Most Views | Comments | Alphabet

Use flexslider to create picture carousel, combining text and graphics slide transition/scrolling effects

Author: bamboo06 on 2-11-2014, 03:28, views: 8219

8 Flexslider is based on a rolling jQuery plugin content. It allows you to easily create content scrolling effect, with a very high customizability. Developers can easily create a variety of images using Flexslider carousel effect, the effect of the focus map, Text and graphics scrolling effect.
Use flexslider to create picture carousel, combining text and graphics slide transition/scrolling effects

Flexslider has the following features.

Category: Javascript / Plugins

 

Get memory usage by PHP

Author: bamboo06 on 2-11-2014, 03:06, views: 2445

3 Use cPHP built-in function memory_get_usage () to return the PHP script is currently assigned to the amount of memory, in bytes (byte). In the WEB actual development, these functions are useful, we can use it to debug PHP code performance.
Get memory usage by PHP

memory_get_usage () function returns the memory usage, memory_get_peak_usage () function returns the memory usage peaks, getrusage () returns CUP usage. But one thing Please note that you need to run on Linux in these functions.

Category: PHP Scripts