by itwebresources on May 21, 2013
VLC Media Player is a free and open source cross-platform multimedia player that plays various audio and video formats. It can also be used as a server to stream in unicast or multicast in IPv4 or IPv6 on a high-bandwidth network. It doesn’t need any external codecs or programs to work. VLC supports multiple operating [...]
by itwebresources on May 21, 2013
TeamViewer is an easy to use application for remote control, desktop sharing and file transfer that works behind any firewall and NAT proxy. All you need to do is run TeamViewer on both machines and exchange the automatically assigned ID codes and passwords with the remote user, this can be done by email or over [...]
by itwebresources on May 19, 2013
Best free burning software to create, burn and copy audio, video and data files. Perfect software choices for users who need a free, compact, reliable and easy-to-use solution for regular disc burning needs. ImgBurn ImgBurn is a lightweight CD / DVD / HD DVD / Blu-ray burning application and also one of the most popular [...]
by itwebresources on May 17, 2013
This is a list of some most popular open source chat scripts. AJAX Chat is a free and fully customizable open source web chat implemented in JavaScript, PHP and MySQL which integrates nicely with common forum systems like phpBB, MyBB, PunBB, SMF and vBulletin. For more information and download: AJAX Chat Candy Chat Candy Chat [...]
by itwebresources on May 16, 2013
WordPress is an open source blogging platform which can also function as a content management system (CMS). In this article we listed few simple WordPress SEO tips that you can implement on your WordPress powered website to improve your search engine rankings. 1. Keyword research and keyword rich domain You will have to find out [...]
by itwebresources on May 16, 2013
This MySQL cheat sheet is designed to act as a reminder and reference sheet, listing useful information about MySQL. It includes a list of the available functions in MySQL, as well as data types. It also includes a list of MySQL functions available in PHP, and a list of useful sample queries to select data [...]
by itwebresources on May 15, 2013
Write well-structured documents. Store as plain text with Markdown markup. Editing in Texts is based on separation of presentation and content. Write documents in a structured way. Mark the content according to its meaning, not to its appearance. This way you can concentrate on writing and ensure consistent design of the final output. Publish to [...]
by itwebresources on May 15, 2013
This PHP code snippet writes text data to a given file. If file name does not exist, the file is created. Otherwise, the existing file is overwritten. This function is similar to above, except if file name already exists, append the data to the file instead of overwriting it.
by itwebresources on May 14, 2013
This snippet allows you set a limitation for download rate of the file that visitors download from your site.
by itwebresources on May 14, 2013
This is simple code snippet to measure page load time in PHP. This can be crucial for your web server if your php scripts load slow and take most of the CPU and RAM resources. Place the following code at the very top of your PHP page (if you measure the time needed for particular [...]