Tag Archives: Gd Library

Simple Question i feel silly

How do you get thumbnail shots to work Call me stupid but ive never had the need to use em till now. Can you simply resize this image in dreamweaver and make a link to the entire size image for the separate window Just sometimes the image if you click appears promptly as if its preloaded when using the thumbnail. Also how do you create those popup windows that contain no icons in the least Many ways to do it. It is possible to just set the particular height and wider or whatever when using the proper style qualities, or you could save smaller graphics and use these as links (works well), AND ALSO… use the GD collection for PHP, that is excellent. Try to stay away from just resizing photographs using styles, they churn out ugly. ImageMagick (spl), Photoshop, GD Library regarding PHP. Best way(s) to travel. So how do you get a popup window without having buttons etc Make the thumbnail for the reason that button e. he: Code: < the href=" #" screen. open(params); > < img src=" the image" /> < /a> Yeah it’s fairly simple really. All you need to do, is put the particular … Continue reading

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

Creating photograph portfolio site 4 friend

An associate has asked me to generate him a site to indicate off his profile of photographs. My first notion was a flash site would be cool, but We have no experience with Flash. I can style a pretty fine looking one while using the languages that I know (XHTML, PHP, XML, CSS… all that good stuff, though I’m ready and ready to learn more). Nonetheless, on main problem I have is what am i allowed to use to make it so that all he has to do is actually upload his pictures with a folder on this server, and the website do the rest. I’ve seen JSP make it happen, but first, if that is the best thing to utilize, where would be one of the best place to study it. Second, would I have to have a server, or can coursesmart be hosted somewhere else. Any design idea would be welcome, too. Thanks earlier. Alternitavely, I used to be also considering with a CMS (Content Managemant System) similar to Mambo, and host it in the compatible provider. I’ve had adequate experience with Mambo and therefore set it up, but would this be the most beneficial idea The upload … Continue reading

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

just out of curiosity

Is there methods to get a variety to post information into the same page that it’s on I used to be thinking something like this. don’t understand why it is not working. < html> < head> < /head> < body> < php $a = $_get ‘input’; > < variety action=" sample. php" method=" get" > < enter type=" text" name=" input" size=" 10" > < enter type=" submit" value=" display" > < /form> < php reveal ‘$a’ > < /body> < /html> or maybe methods to get this details to post into the page without refreshing the page You ought to be using $_POST as opposed to $_GET (and they are as shown… you had it typed wrong). Without specifying " action", it will eventually assume the identical file (or script) because itself. PHP: < html> < head> < /head> < body> < php$a  =  $_POST’input’; > < form  method=”post”> < input  type=”text”  name=”input”  size=”10″> < input  type=”submit”  value=”display”> < /form> < php  echo  ‘$a’  > < /body> < /html> acceptable well, maybe you can help me together with my final goal… i need to make an application that will allow people to create their own internet business cards. sort … Continue reading

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