Programming

What's new

Is Magic_Quotes_Gpc Useful or Not?

Very often I come across COOKIE. This function provides one of many protective functions for the site. In developing the new site, it is very important to follow the safety of scripts, especially when performing various operations with the database. For example, when you insert or update data in the database, the data...
Programming
Ukietech
Ukietech

Git Essential Tips

In software development, Git is a distributed revision control and source code management (SCM) system with an emphasis on speed. Initially designed and developed by Linus Torvalds for Linux kernel development, Git has since been adopted by many other projects.Every Git working directory is a full-fledged reposito...
Programming
Ivan K.
Ivan K.

jQuery Optimization on the Site

Nowadays, almost all websites use jQuery to play animation and perform a many of a website’s functions on the client side with the client’s browsers. jQuery is a multi-browser JavaScript library designed to simplify the client-side scripting of HTML. It was released in January 2006 at BarCamp NYC by John R...
Programming
Ukietech
Ukietech

Zen Coding – the Method of Quick Coding

By definition, Zen Coding  is a set of plug-ins for text editors that allow for high-speed coding and editing in HTML, XML, XSL, and other structured code formats via content assist. The project was created by Sergey Chikuyonok in 2009 and continues to be actively developed by Chikuyonok and Zen Coding use...
Programming
Nazar    K.
Nazar K.

Examples of Multithreading

Multithreading is a specialized form of multitasking and multitasking is the feature that allows your computer to run two or more programs concurrently. In general, there are two types of multitasking: process-based and thread-based.Process-based multitasking handles the concurrent execution of programs. Thread-based m...
Programming
Ivan K.
Ivan K.