Recent Posts

Pages: 1 [2] 3
11
General Discussion / CSS Gradients
« Last post by Kotty on October 20, 2014, 05:18:50 am »
CSS3 gradients let you display smooth transitions between two or more specified colors.

Earlier, you had to use images for these effects. However, by using CSS3 gradients you can reduce download time and bandwidth usage. In addition, elements with gradients look better when zoomed, because the gradient is generated by the browser.

CSS3 defines two types of gradients:

    Linear Gradients (goes down/up/left/right/diagonally)
    Radial Gradients (defined by their center)


12
 What methods would you apply for decreasing the loading time of a website?



13
General Discussion / What is SEo websit domain?
« Last post by Kotty on October 18, 2014, 01:54:39 am »
What is SEO website domain?


14
General Discussion / WHAT are some other advantages of HTML5?
« Last post by Kotty on October 17, 2014, 02:54:24 am »
WHAT are some other advantages of HTML5?

15
General Discussion / What is difference between session storage and local storage?
« Last post by Kotty on October 16, 2014, 02:08:34 am »
What is difference between session storage and local storage?



16
General Discussion / What is the difference between JavaScript and Jscript?
« Last post by Kotty on October 15, 2014, 02:59:21 am »
What is the difference between JavaScript and Jscript?




17
General Discussion / Packers and Movers in Chennai Listing
« Last post by Kotty on October 14, 2014, 02:25:36 am »
Relocating is not easy task. It has to be carried out by experienced person who are aware of the know- hows of this field. Packing and Moving involves time and efficiency. Packers and Movers provide you a hassle free shifting by using quality packing materials which is suitable for transit. Shifting and relocating is done on time prescribed and convenient for you.

We used roadways for relocating services. So we take all safety precautions necessary for all natural barriers like fire, rain wind and dust. We used require pest control measures to keep your valuable belongings free from termite and other insects. We use covered trucks for your belongings, do quality packing for your items, and see to that all the goods are well arranged in the trucks with a maximum storage space. Our persons take utmost care during loading and unloading. We used bubble wrap, thermocol sheet, sealing tapes, stretch wrapping as packing materials. We use trucks, trailers and also heavy containers for relocating heavy machineries on specified time in an effective manner. All these are carried by the most skilled and trained personnel.
18
General Discussion / Java Multithreading
« Last post by Kotty on October 13, 2014, 03:59:21 am »
Java is amultithreaded programming language which means we can develop multithreaded program using Java. A multithreaded program contains two or more parts that can run concurrently and each part can handle different task at the same time making optimal use of the available resources specially when your computer has multiple CPUs.

By definition multitasking is when multiple processes share common processing resources such as a CPU. Multithreading extends the idea of multitasking into applications where you can subdivide specific operations within a single application into individual threads. Each of the threads can run in parallel. The OS divides processing time not only among different applications, but also among each thread within an application.

Multithreading enables you to write in a way where multiple activities can proceed concurrently in the same program.

19
General Discussion / What is XAMPP?
« Last post by Kotty on October 11, 2014, 09:15:01 am »
What is XAMPP?

20
General Discussion / PHP Zip File Functions
« Last post by Kotty on October 10, 2014, 03:04:39 am »
PHP Zip File Introduction

The Zip files functions allows you to read ZIP files.
Installation

For the Zip file functions to work on your server, these libraries must be installed:

    The ZZIPlib library by Guido Draheim: Download the ZZIPlib library
    The Zip PELC extension: Download the Zip PELC extension

Installation on Linux Systems

PHP 5+: Zip functions and the Zip library is not enabled by default and must be downloaded from the links above. Use the --with-zip=DIR configure option to include Zip support.

Installation on Windows Systems

PHP 5+: Zip functions is not enabled by default, so the php_zip.dll and the ZZIPlib library must be downloaded from the link above. php_zip.dll must be enabled inside of php.ini.

To enable any PHP extension, the PHP extension_dir setting (in the php.ini file) should be set to the directory where the PHP extensions are located. An example extension_dir value is c:\php\ext.

Pages: 1 [2] 3