Daily Archives: August 18, 2012

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

Only seeing code!

Hi guys that is probably really simple thing determine but i only don’t knw what exactly i’m doing inappropriate. Not long ago i signed up to some webhost and created a practice website. i uploaded the actual practice site in to my public/html folder because index. html. now while i visit my website all i see may be the html/css code. the url is usually link removed in the event someone could take a look and see where by i’m going wrong that is going to be great. thanks ahead of time. Post your current " index. html" file here and why don’t we see it, as an alternative to a link… because the HTML doesn’t display. Hey I understood what the dilemma is… Might appear to be when I are uploading my webpages there’re somehow being changed… While i go to see the uploaded file responsible panel it looks practically nothing like the original I typed away. My temporary method for this is to set-up my files inside the file manager in charge panel and replicate and paste this code from my personal webdesign software… kinda annoying but I need ideas of of any other solution right now. I … Continue reading

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

e-commerce questions

Heres what I need: I want to accept credit cards using the following features: FONT=& quot /FONTI want to produce promotional codes for people to enter to being able to get a lower price. FONT=& quot /FONTI want to customize an automatic response email to those who have made a order. Paypal doesnt deliver this functionality. What must i do Do We would like to buy your shopping cart solution -Matt Make use of a free script like CubeCart or OSCommerce. You’ll find them using Yahoo. There are some others too, and the majority have gateways for several different CC sellers. Make sure you check with the webhost first. They will often have a feature in which installs one for yourself automatically, or a new recommendation.

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

Redesign considerations – getting away from javscript navigation

I want to redesign the site navigation, right this moment it is made with javascript so that it is easier to regulate across hundreds of pages from the single file. The condition that i prefer to fix during this specific update: The Navigation is not visible to search engines and thus is just not getting crawled. Ideally I would like to manage direction-finding from one file and still have it inserted throughout each page. I have used SSI in the past, but it would not play well together with IIS without transforming the file extensions to. shtml, which I don’t can do. Currently the report extensions are most of. htm. What solutions regarded as a consider when carrying this out update Are you ready for best practices intended for creating navigation that is definitely easily updated across hundreds of pages Thanks earlier for any reviews. Read the threads within this discussion, mlseim discusses using PHP with regard to just this purpose! Thanks for any suggestion and url jyuill, php appears to be a good method. I have only worked with php on squidoo blogs before. Used to do a search and php is fine on IIS servers.

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

can’t get gap to go away

internet. phantomcards. com/newsite okay so I am just using tables for you to align everything (evil I am aware, but CSS just wouldn’t align correctly) so anyway the top part image is your flash movie, as well as the rest are gif’s along with jpg’s. there’s a distance between the flash movie as well as the next row i just can’t find go away. Virtually any suggestions btw… my spouse and i haven’t changed coding regarding optimal view throughout IE, so ideal view is implementing firefox LISTING. PHP < html> < head> < title> Phantom Credit cards Online< /title> < hyperlink rel=" stylesheet" type=" text/css" href=" css/main. css" /> < /head> < entire body bgcolor=" #000000" text=" #ffffff" link=" #ffffff" alink=" #ffffff" vlink=" #ffffff" > < center> < desk width=" 900" cellpadding=" 0" cellspacing=" 0" border=" 0" > < tr> < td colspan=" 100" > < php include things like (‘header. php’) > < /td> < /tr> < tr> < td align=" left" width=" 21px" background=" images/left. gif" > < /td> < td background=" images/background1. jpg" > < center> < h1> The Mission< /h1> < p> Its our goal to pay for meticulous attention for you to our Clients needs, … Continue reading

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

Best tool for real estate web design

We now have a formula that successful. I’ll tell you what it really is, if you’ll guide us develop that and brainstorm. Then we start off the copy having an introduction for the website. We explain the right way to use the website and its capabilities, if that’s valuable. Only thing, Im seeking a good tool to set-up website without having knowledge of wed designing. Would you suggest me just one Clarify your own post a litt. e How to define you asking for and how to define you offering hmm… sounds in my experience that he’s trying for free website coming up with tools. Every great source available for you… The Open Source Web development Toolbox: 100 Web development Template Sources, Applications and Resources Web development Tools Website Tools.

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

PCP Style – A New Idea for Better Stylesheets

So Pondered this idea today…. PCP (PCP CSS Preprocessor). Fundamentally, I want to create a preprocessor to get CSS that parses released your stylesheet within the server-side and uses HTTP_USER_AGENT to determine deviations from normal CSS, then replaces that W3C-compliant CSS having browser-specific CSS and also spits out the result. And here is how it’ll do the job. Think about you have this particular HTML (below). And let’s say you want to style your #page content that they are 500px wide with 20px padding as well as a 10px border, centered to the page, with word justified left. W3C can have you do the following: HTML: < html> < head> < title> PCP Style< /title> < website rel=" stylesheet" type=" text/css" href=" key. css" media=" all" /> <! –if lte IE 6> < website rel=" stylesheet" type=" text/css" href=" ie6. css" media=" screen" /> <! endif–> < /head> < body> < div id=" page" > < p> PCP is a bomb! < /p> < /div> < /body> < /html> Here’s some of our main CSS report, which works with regard to W3C-compliant browsers. Code: div#page size: 500px; padding: 20px; boundary: 10px; margin: 0 auto; Due to box-model misinterpretation by means … Continue reading

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

A good banner ad rotation program

Hello there, Can anyone recommend a superb banner ad rotation program…. there are so many when you search engines…. I assume you receive what you pay for… so I’m wondering I should buy one besides the free versions. I need that to also course and record simply click data. Thanks -Chip PS, I favor the sounds of this one by " advertising server solutions" below but it is the most expensive… for instance $600 or thus expensive! https: //secure. adserversolutions. com/adserverorder. web coding Right! Thus just purchase just one!; -).

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

Multiple Language Website – How?

Hello all, I’m assembling a website within (I think) related to 7 languages. So I presume I build one website after which it make 7 copies of it as well as translate the text following that…. Would that end up being right Seems a tad long winded so I thought right now there might be a healthier way – can any individual offer any suggestions Or am I spot on throughout my assumption Thanks heaps ahead! Neil : ichatnervous: It really will depend on your website. When you’ve got a site which displays dynamic content (such to be a blog, articles, etc), content is already stored in any database. That content is stored in various directories as their own language. Cookies how the user has picked out will determine which in turn language to show… the scripts draw that content through the appropriate directory. I would go for a " template" type site the place that the base look is fixed, plus the subject material is pulled via various directories. Users select their language choice and that decision is saved being a cookie so they see a similar language when they come back later. It’s all about using PHP in … Continue reading

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

Storeyboarding and Design Process: The Eternal Question

I just wanted some advise on how to storeyboard and the fundamentals of the design process. I’m focusing on a project and I’m sort of stuck. I have most of these ideas and principles floating around within my head but I wouldn’t have enough experience within a project to framework my ideas and acquire some designs into show my clientele. I just wanted to understand how you develop concepts when someone pertains you for a niche site. I have read some excellent resources over the internet but there are lots of books on design process Possible spend all the time just studying design in lieu of actually designing. I understand I will improve with time adequate more projects beneath my belt I’ll develop my unique work process women and men HARDEST thing I find is definitely getting started!!! P. AZINES I understand this question will need to have asked a trillion periods on here so I apologize but any tips or tricks will be much apperciated. I get with a customer for your initial consultation which in turn takes about ONE PARTICULAR. 5 to A COUPLE OF hours. I have a sheet with all the questions I wish to ask. … Continue reading

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