Latest Web Development Blog Posts

Creating Private Name Servers using Plesk

On July 12, 2010, in Apache, PHP, by Gilberto Cortez
6

Have you ever wondered how the hosting companies are able to give you one name server of their own for all of your domains? By doing this they allow the client or the user to just be able to their domain registrar and submit that name server, instead of having the client register their own [...]

Continue Reading »

Creating a Sample HTML5 Structure

On July 12, 2010, in HTML5, by Gilberto Cortez
9

TML5 is the thing that developers are starting to take a look more and more. More and more browsers are getting compatible with it and with the iPhone choosing this as it’s main multimedia language I have no doubt that this will be demanded in great quantities. In this post I will explain how to [...]

Continue Reading »

Send Form Contents to E-Mail

On July 12, 2010, in PHP, by Gilberto Cortez
0

I took the time to do this post because I see a lot of students looking everywhere for a PHP E-Mail script, so here it is: //Created by Gilberto Cortez | http://www.gilbertocortez.com //Variables $form = “Contact Us”;//Form Name //Inputs From Form $name = $_POST['name']; $email = $_POST['email']; $phone = $_POST['phone']; $city = $_POST['city']; $comments = $_POST['comments']; //E-Mail Headers [...]

Continue Reading »

Resize iFrame for 100% Height

On July 12, 2010, in JavaScript, by Gilberto Cortez
0

Today I was asked to create an iFrame to set up a private reporting system. Well when I tried to make it 100% height, it will only go for about 200px and the rest of the screen will be blank. Well here is the solution for that problem: <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> [...]

Continue Reading »

Image Resizing with PHP

On July 12, 2010, in PHP, by Gilberto Cortez
0

Hello guys, Today I will post a image resizing script, this will assist you in all of your sites specially ecommerce ones in which you need to display your products with different sizes. The script is self explanatory, but please send me a message or a comment if you need further assistance with it. //Image [...]

Continue Reading »

Looking for something?

Use the form below to search the site:


Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Archives

All entries, chronologically...