Tag Archives: Lt

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

Suggest me to improve my site

Hello there all, This site is < REMOVED>, Now I will be working on improving my sites glimpse.. plz suggest me how can i utillize the vacant places especially from the RHS Any Help or Suggestions will probably be gratefully appreciated!!! Hey bud, that can be a nice layout in addition to design, however there exists one tiny problem while using site, actually enormous! I’d put the particular copyrights down at the end before someone rips you off! =) Please re-submit this page to the evaluate area for good review: http: //www. webdesignforums. net/website_ratings_and_reviews_86/ BTW, it looks like a template.

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

Need Fedback on my website

this website is < WEB SITE REMOVED> and this is certainly still a work in progress. can anyone good me feedback on learning to make it amazing. regards very first. you could get the picks to heap faster in a couple of ways. im not one of the best to describe how but it usually is done. other then it looks good. oh and also you missed an at the in special: lick: Definitely an exceptional design. Yet simple to understand and user friendly. Anybody searching for that occur to my advice: The words all look in images. For anyone who is hoping to look in Google, that’s not the best thing. If you especially desire to use that font, you could potentially look into SIFR. On my tv screen the black background cuts off abruptly at the end, leaving white. I’d use css to utilize a black background to the < body>, and possibly add a bottom border for the ‘main’ div. I would also take the bevel off the main textual content. Desire that helps. Best of luck. I would likely perhaps consider one thing more plain Really nice design. Loose time waiting for it….. Loose time waiting … Continue reading

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

How can I embed this rss feed into a flash page?

This can be a new approach for the problem I produced another thread regarding. But I didn’t prefer to shift directions inside the other thread along with confuse everyone, so I created a different thread. I’m trying to embed this rss: http: //output49. rssinclude. com/outputtype=php& id=13400& hash=4e6bf13f223fa34f9754f717deaff335 in to a flash site. It is a flash site which calls to a good. xml file which contains the text for that flash site… WE tried using: < object width=" 700" height=" 700" > < param name=" movie" value=" http: //output49. rssinclude. com/outputtype=php& id=13400& hash=4e6bf13f223fa34f9754f717deaff335" > < embed src=" http: //output49. rssinclude. com/outputtype=php& id=13400& hash=4e6bf13f223fa34f9754f717deaff335" width=" 700" height=" 700" > < /embed> < /object> In order to embed the give food to but, while the rest of the flash site lots fine, the portion the location where the rss feed is actually inserted just continues saying " launching… " I don’t possess a flash editor application to edit the particular flash itself and would prefer to do this without a flash editor basically could… I feel I’m approximately making this work and maybe I’m just with all the wrong embed rules… Any help could be great. Thank everyone! p. utes. and sorry … Continue reading

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

RSS marquee

precisely how could i work with rss feeds to help populate a marquee no exp with xml. Dorky, Give us a connection to your XML (RSS Feed). Here are a few quirks about XML… so easily could see this feed, I might have a very sample script you can try. sorry ml i dont employ a chosen source however. it is something i used to be considering for of which chat site post revamped, by how is looking much better now http: //www. citicommons. com. but yeah my partner and i dont really have learned to get started on doing this, so im spacious for a point inside right direction. thx ahead of time. Some feeds are easy to accomplish, others have malformed XML and the like use ATOM. Therefore, the required code will vary between them. For example, this is some sort of script that makes use of CURL: PHP: < php  //  rss  page  for  Co  –  $feed_url  =  “http: //www. weather conditions. gov/alerts/co. rss”;   #  INITIATE  SNUGGLE. $curl  =  curl_init(); #  CURL  CONFIGURATIONS. curl_setopt($curl,   CURLOPT_URL, “$feed_url”); curl_setopt($curl,   CURLOPT_RETURNTRANSFER,   1); curl_setopt($curl,   CURLOPT_CONNECTTIMEOUT,   0); #  GRAB  THE  XML  DOCUMENT. $xmlTwitter  =  curl_exec($curl); curl_close($curl); … Continue reading

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

CSS or Tables

Do you find it best to: Design a website so it is completely table-less OR…… Design a website where you work with tables for layout and CSS regarding presentation Continually #1 without exemption, although keep in your mind tables are the precise thing to use when representing tabular information. Use < div> rather than table and CSS with regard to presentation setting up Div for system and CSS with regard to presentation… Meh, you are doing know that they’re saying that tables should by no means be used (even intended for tabular data)… instead you’re designed to use < dt> < dd> tags.. I haven’t completely grasped/accepted that idea truthfully speaking but I do know from my a lot more recent research that tables = awful. Nonsense. In case you have data that is actually naturally represented implementing column headers and also rows, it’s any table by distinction. dl/dd/dt is just for lists of meanings. The entire point of semantic markup could be to use the label that describes the images, and a table is okay at describing a new table. Googling XHTML Validation and Tables…. I obtained enough links to choke a mule along with… But this guy seems … Continue reading

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

Anyone a member of <site removed>?

Howdy, Is actually anyone here any member of < WEBSITE REMOVED> Just have some quick information.. Many thanks What’s your own question Your quick Wired with the " link erradicator"! 6TH hours, meh.

Posted in Web Design | Tagged , | Leave a comment

Making a site secure. SSL.

Hi everyone here with WDF, I’m Mike and intend on posting here for the moment on… Moving with.. I’ve been freelancing for a while, making small moment sites, and just got employment from a company who aspires their site established to include e-commerce. Looking and reading all over, it seems essential make the web-site secure using SSL certifications I have no idea of anything about that, and looked upward sites like GeoTrust plus Verisign. Their offers seem quite expensive. So my questions can be: Are available other routes Must i need SSL for sure Where does one recommend purchasing from What’s the best color Any info on this could be great because as possible tell.. I’m dropped Thanks a whole lot for your time frame, and I’m trying to hearing from a few of you here! All the best, Henry SSL is a thing you request from your webhost. It will cost more, as it’s on a secure server. Works just as any other webpage (FTP, etc), it is just that every little thing is encrypted (behind the particular scenes). Your internet site will be HTTPS as opposed to HTTP too. Thanks for replying in my opinion Mlseim! I did … Continue reading

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

*Newb* Web design help

im trying to make a site away from tables in dreamweaver along with html codeing i know is not an effective way to go and that i should use css but i don’t know what im seriously doing, im just looking to make a standard site for the buisness while i made the banner for that site it exhibited in Mozilla firefox along with in safari but it didnt work with explorer and here is the code when u see anything wrong from it i greatly appreciate it. HTML: <! DOCTYPE html code PUBLIC " -//W3C//DTD XHTML ONE. 0 Transitional//EN" " http: //www. w3. org/TR/xhtml1/DTD/xhtml1-transitional. dtd" > < html code xmlns=" http: //www. w3. org/1999/xhtml" > < head> < meta http-equiv=" Content-Type" content=" text/html; charset=utf-8" /> < title> Untitled Document< /title> < /head> < body> < desk width=" 760" border=" 0" align=" center" > < tr> < td> < div align=" center" > < img src=" Untitled-1. jpg" /> < /div> < /td> < /tr> < tr> < td> & nbsp; < /td> < /tr> < tr> < td> & nbsp; < /td> < /tr> < tr> < td> & nbsp; < /td> < /tr> < tr> < td> & … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment
Page 32 of 50« First...1020...3031323334...4050...Last »