Showing posts with label capabilities. Show all posts
Showing posts with label capabilities. Show all posts

Sunday, 21 February 2016

Description Of PHPIn Feburary 2016 21,

In Feburary 2016 21,
Rasmus Ledorf, a Danish computer programmer, introduced the first version of PHP in 1995. He called the initial set of codes the 'Personal Home Page Tools,' which he used as a code to track visitors looking at his online resume. After some time, he added more functionality to the script and released the source code to everyone. Ledorf continued improving and developing PHP by himself until 1997. During that same year, two more programmers, Andi Gutmans and Zeev Zuraski, coordinated with Ledorf to create PHP 3.0. This version was the first to resemble the current popular PHP most programmers use today. It has more functionality and capabilities and was officially called 'PHP: Hypertext Preprocessor.' The latest PHP is version 5, with several release updates. It still resembles the functionality of version 3.0, but with added features. It mainly runs through the 'Zend Engine 2.0.'
Advantages
There are four major advantages when using PHP: accessibility, compatibility, simplicity and extensive community support. Because PHP is open source, access has no restrictions. Programmers interested in using PHP only need to download the scripts, without paying a single cent. It runs in all types of Operating Systems and is also compatible with the most popular Web servers, including Apache and IIS. Programmers also don't have to spend a lot of time learning PHP because its language is related to Perl and C, two of the most popular coding languages. Lastly, PHP has a large online community support. Since it's free, a lot of other programmers share scripts and give advice on how to improve the system.
Popularity
As of May 2011, there are more than 25 million websites that run on PHP. Most webmasters prefer to use the language because PHP was created to work on Web development. PHP can also be integrated to HTML codes, allowing easier coding and flexibility when building websites.
Limitations
Although using PHP is simple, experienced programmers are usually required when building complex and large websites. PHP has a lot of extensions and other add-ons, and an inexperienced programmer may get confused sorting through and checking all of the available scripts. Also, codes can sometimes become complex when programmers want to achieve a very specific function. Lastly, because PHP is mainly a language designed for Web development, building large websites requires programmers to know HTML, JavaScript and CSS.
In Feburary 2016 21,

Thursday, 11 February 2016

How to Embed a PDF in BloggerIn Feburary 2016 11,

In Feburary 2016 11,
Visit a file-hosting service and follow the directions to upload your PDF file. Some websites require new users to register before they can use the free service while others do not. Popular websites with file server capabilities include Scribd and MediaFire.
Click the 'Embed' button or link. The site provides a few lines of code that you can use to embed your PDF file in blog post. Click the 'Copy' button to copy the embed code, or highlight the code then right-click and select 'Copy.'
Proceed to your blog at Blogger, and open the post in which you need to embed the PDF. Click the pencil icon at the bottom of the post to open the post for editing. If you wish to embed the file in a new post, click the 'New Post' link on the toolbar at the top of the window.
Click the 'Edit HTML' tab above the workspace. Right-click on a spot on the workspace where you want the document to appear then click 'Paste' to insert the code.
Click the 'Preview' button at the bottom of the workspace to see your embedded PDF document before you publish the post, or click 'Publish Post' to see the finished result.
In Feburary 2016 11,