Programming Archive

Learning programming courses online is now easier than ever.Employers consider these online courses valuable these days since people are more likely to attend the courses online than conventional classroom training.For people who wish to enhance skills for broader career options these websites will be really helpful

Read More...

Using PHP’s image functions we can able to add text on a image or a background programmatically using PHP.In this tutorial we will be designing a webform through which you enter the text and create an image file that will have the submitted text

Read More...

Passwords and other highly sensitive information should not be stored as plain text in databases but it should be encrypted.If the server gets hacked by an intruder then he will get only the encrypted text.This way is secure because you are not providing password right away but you make him to work on the combinations of passwords that matches with a specific password

Read More...

Recently I Tried the ways to capture a webpage screenshot using php. There are many number of approaches to capture the screenshot but there are some difficulties with the default php functions and hence I concluded with the phantomjs JavaScript library to perform the screen capture function. I used php script  to trigger the phantomjs code

Read More...