Daily Archives: August 9, 2012

Protecting Images You Own

post set the position with the top left next corner. the id=" image" div may be for the image the particular id=" coverpannel" may be for the link. and where dreamweaver i can’t help, only value. Rob… Try this: Create this PHP script, call it " photograph. php": PHP: < php//  path  to  your  images  (where  they  are  stored). //  include  the  trailing  forward  slash  /$path=”/photos/”; $filename=$path. $_GET’p’; //  Get  the  dimensionslist($width_orig,   $height_orig)  =  getimagesize($filename); //  Resize  if  needed  (in  this  example,   full  size …   no  reduction). $width=$width_orig; $height=$height_orig; //  Example  of  half-size  decrease. //$width=$width_orig/2; //$height=$height_orig/2; //  Resample$image_p  =  imagecreatetruecolor($width,   $height); $image  =  imagecreatefromjpeg($filename); imagecopyresampled($image_p,   $image,   0,   0,   0,   0,   $width,   $height,   $width_orig,   $height_orig); //  Outputheader(‘Content-type:   image/jpeg’); imagejpeg($image_p,   null,   100); //  Clean-up  Memoryimagedestroy($image_p); > Now take advantage of this on your HTML pages for every image… < img src=" photograph. phpp=mypic. jpg" > The supply of the image shall be unknown, but your image will look. (this may be for JPG or JPEG images only). . that is a lovely idea mlseim I’ll try this tomorrow and show you. I know what you necessarily mean, … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , | Leave a comment

Hello All,

My name is Imran, I am new for the forum so in which of introducing personally. This kind of forum looks hip and nice. Related to I will get all of the support from all of the fellow members. Thanks for allowing for me to join in on this wonderful town. Regards, Imran Hello there Imran and beautiful.

Posted in Web Design | Tagged , | Leave a comment

ie7 ul div

online world. studio378d. com has a new side nav that is out of your container in ie7. concerning tried to fix this without having success. if anyone features a suggestion im most ears. thx before hand. …. lol don’t laugh way too hard but here will be the fix…. Add this for the bottom of your website: Code: < div> < p align=" center" > < strong> For anyone who is still using at any time popular standards DEFIANT web browser that is commonly known as Internet Explorer, can yourself a favour and < your href=http: //www. getfirefox. com/" > HAVE FIREFOX< /a>. < /strong> < /p> < /div> The message there has to be, IE is a new " standards defiant" internet browser.. Fix something as browser and it breaks in all other browsers… If it works every one other browsers it’s going to most likely become broken in IE… Thus, Get Firefox or any other standards compliant web browser but for heaven’s sakes, do away with IE. Have enough people to switch, and IE gets standards complaint seriously fast. However there exists a CSS fix it is possible to usually do… and it’s also css code dirrected limited … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , | Leave a comment
Page 3 of 3123