A list of 50+ File sharing / online storage sites and their restrictions … Continue reading »
We’ll I’ve been doing some internet surfing and I’ve been putting together a list of common SSH commands. These SSH commands will help you with the basic linux administration. This guide pays a nice quick reminder as I some times find my self referring back to it as I sometimes forget a command. If you see some commands that you think should be added, please be sure to voice them! Continue reading »
Comments in PHP are similar to comments that are used in HTML. The PHP comment syntax always begins with a special character sequence and all text that appears between the start of the comment and the end will be ignored by the browser.In HTML a comment’s main purpose is to serve as a note to you, the web developer or to others who may view your website’s source code. However, PHP’s comments are different in that they will not be displayed to your visitors. The only way to view PHP comments is to open the PHP file for editing. This makes PHP comments only useful to PHP programmers. Continue reading »
So why do I need a new browser? I have Internet Explorer and I am happy with that! Well Internet Explorer might be all you need for browsing the net, but for web development, Firefox is a great tool, because you can download so many nice plug-ins that will make life a lot more easy. The best thing is that it’s all for free. Continue reading »
What is FTP
File Transfer Protocol, better known as FTP, is a procedure used to upload and download files to and from your web server. FTP is a special way to login to another Internet site for the purposes of retrieving and/or sending files.
In order to use FTP, you’ll need to download and install a software program on your computer. Continue reading »
You can use a simple PHP script to redirect a user from the page they entered to a different web page. One reason you may want to do this is that the page they are trying to access no longer exists. Using this method, they can be seamlessly transfered to the new page without having to click a link to continue. Continue reading »
