Tag Archives: Bet

Hosting and Webdeisgn

Heya guys, what’s the likelyhood connected with me getting many action if I live a hostign as well as webdeisgn business.. with good costs that compare to this site.. www. x-gravity. net/ I know that you’ll find lots of sites to choose from, but I think merely work hard on advertising such it will function.. also I’m looking for someone to aid me out about this and we may split everything, With thanks alot — Jud The hosting and website development business is one of the most competitive markets to purchase. There are 1000s of others trying to undertake the same thing you’re. To make it inside hosting business, you must attract a wide range of customers, and then earn and maintain a very good reputation. It’s not really a part time organization IMO. As long as web design, of your similar market. Everyone and their mother thinks they might design websites. In case you are good, you can offered a website plus solicit your services women you know. That’s hard bet at landing a job, as your not very oftimes be hired right off the bat by strangers visiting your blog. Not seeking to discourage you, that is definitely … Continue reading

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

CSS, Frames, or Tables

I’m unclear what I should remain faithful to designing my internet websites on. Any suggestions And what’s the best way to undertake repearing elements with each page including navigation bars. CSS, and also Tables. I dislike frames. PHP would be your finest bet for very easily repairing elements at each page. All the best .! Although I lean on the CSS camp. We’d still rather apply tables then put 1 frame inside this layout. I as far as repeating elements being a navigation bar, a good simple option would be using includes to enable you to create a very modular template-ish natural environment. This can possibly be done using PHP, ASP, SSI, CGI, etc.. whatever technolgoy you’ve evaliable. How that will work is you would take the markup you’d use for claim your navagation, and put it in a file. Then ‘include’ that file in the base file using some type of include statement (depending on the scripting lanuge). This allows you change featuers being a menu, footer, meta tags, etc.. by changing only one single file. Coding Style ONE. LAYOUT: CSS, tables, and divs ONLY TWO. BACKEND: ASP as well as PHP THREE. DATABASE: Oracle as well as mySQL … Continue reading

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

How to make drop down lists?

hello there everyone. I was just wondering if anybody knows how something like this is attained: www. raiders. com. When you go to in which site, you’ll see how as being the mouse rolls in the menus a fall down lists appears where you may navigate through different areas in the actual menus. Anyone know to achieve this Yes. Nevertheless, there are billions/cazillions of tutorials available through a Google search, so I do not think anyone will possess the stamina to strike out a working code for you personally here (as they’re a lttle bit verbose). There are however many posts here covering variation of this request (more design and style specific ones). Sort through the forums, and I’m sure you’ll make a solution that either is usually a match to your own request, or a code sample you possibly can build on. In order some code biological samples, www. dynamicdrive. com has a handful of them. This is named Dynamic HTML, as well as DHTML. So look up a type of menus and bastard… im or her… customize from presently there. I’ll glimpse, but somehow WE never have any kind of luck finding what I would like when I … Continue reading

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

Will Firefox change the way we program?

I’m sure many people have heard: " Why bother for making it compliant Most people use IE but it doesn’t care for standards exactly why should I" Properly, with more plus more people turning to help alternate browsers (especially Firefox) is it time for people to acquire their ass straight into gear and produce accessible, standards-supporting web sites My site stats show that 52% connected with my visitors apply Firefox with 40% utilizing IE. Fortunately my website is viewable correctly both in validates as XHTML JUST ONE. 0 and CSS compliant. Despite the fact that I’ve demonstrated, IE’s dominance is collapsing and hopefully it will mean an increase in the volume of sites that can validate. And that isn’t just a plea to us web developers, but to the businesses that make that WYSIWYG editors. Surely you may make standards compliant code I’m sure you can modify the code granted but I bet the majority don’t. In any case, I hope help support Firefox keeps at increasing as Microsoft obviously have lost the block with IE (where can be fully alpha transparency support Surely they are able to have put that will into SP2 Think about increased standards support) and … Continue reading

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

Any program that can check my code for errors?

Hello there, I’m kind of new to all this…. but I was wondering if you have any kind of program that will check my program code for errors What about a program that would accually point out where the glitches or misstakes will be made Very thankful for many any reply on this subject Dreamweaver versions MX and higher check out syntax errors in your tags. They appear you color when correct and appear like content while incorrect (check the actual preferences). Likewise, the validator with www. w3. org claims what’s wrong on a line-by-line basis. Nevertheless, I would accomplish the Dreamweaver issue first. Thanks, I appreciate your current response, I will take a look at Draemweaver And then additionally , there is HTML Tidy which will do many that, as very well. Thanks for al the facts and great resolution, I will check em all out and about I’m endeavoring to run my signal trough w3. org… along with it’s telling us " No Doctype found" How can i know what Doctype We’ve The Doctype Fact, or DTD, may be a string at the very beginning of your current file that seems as if this: HTML: <! DOCTYPE web … Continue reading

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

Overview of what I need to do

When creating a site with loads of product listings (30k+ products), the definition of some ways to arrange it and list it within the webpage Well there a variety of wants, you will surely have it displayed within a table and problem the pictures applying php or mysql or even something. Or perhaps just start off creating a kitchen table to drop many of the images in, it has them organized particularly when they’re resized to certain or teh similar image dimensions. You will have to use PHP as well as MySQL. Every other method of storing a large number of items will not work well. You’ll find other database alternatives, but MySQL coupled with PHP offers the best support and cases (and existing scripts). Hard bet is to apply a good buying cart system, for all those my clients WE suggest OSCOMMERCE, it can be an excellent shopping cart plus they have many solutions to list several 1 , 000 products, good luck with your new store! Just how much do people usually charge in making a site of which uses php and mysql selling 30k+ items what I do is build a backend design to be able to … Continue reading

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

Layout Questions

Hello there, My business is about to make a website for this individual and was wondering about how to go about establishing the layout. He want a frames page setup in order that when a website is cliked that loads up with another section. Would this be the most effective bet for as well as or is there any alternatives The website could contain information about items in his or her shop that he or she owns, no e-commerce and also anything just details. Gives thanks, Matt Don’t apply frames. Give all your pages an proxy of. php (instead regarding. html). Feel free to use PHP includes to help fill-in the sections of information. This could be a reload from the page. If they doesn’t want that page for you to reload, you incorporate the use of inline frames < iframe>, and that is much better in comparison with frames < frame>. You should employ a CSS layout (as instead of tables). OK thanks with the tips. How would MY PARTNER AND I do an use in PHP Gives thanks Example, Say you’ve got a text file this way called " word. txt" (or maybe it’s called: " word. html"… … Continue reading

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

Shopping Program/checkout

WE almost hate for you to ask this question because I recognize it won’t be the easiest for anyone that will explain. I have by no means integrated a shopping program using a checkout into just about any website of my verizon prepaid phone. How do I start this and where can i find a good one Are they free or not as well as which ones are best to utilize Thanks in progress. The search function is the best friend Many threads on the following already. http: //www. webdesignforums. net/search. phpsearchid=372861 And also this one might be a good bet http: //www. webdesignforums. net/showthread. phpt=27031.

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

I just joined. Is it ok to..

Howdy everyone, I just joined and I was wondering if it had been ok to offer a position in this freelance web creating company here It’s legit I’m just starting out and I’m learning a great deal about the different aspects of the programming required. I’ll post more whenever a a response and also again, I’m not below to spam or anything I’m just wanting to build a workforce. I’m sorry if he did this against the rules I did not see anything looking at job opportunities. Many thanks, ApplestarrDesigns A forum means a place to help discuss things. You can move your post for this section: http: //www. webdesignforums. net/forumdisplay. phpf=88 But I’m undecided whether to shift it to " request" or maybe " advertise". Sorry only didn’t get much of what you necessarily mean in there. You are looking at someone to sign up for your team or you intend to advertise your service I’m in search of someone to sign up for my team A freelancer also or an in-house programmer What do you mean by workforce You say that you’re learning, do there are a team already What work are you currently doing Is the following … Continue reading

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

How can I remove the empty space on my website

Hi What will i do to remove the ghastly bare space on my own website Before uploading it towards the internet I tested it in Dreamweaver and it also looked alright but when i uploaded it (just consider! ) there is niagra huge empty area. The site is at www. letsmakenigeriaabetterplace. com You need to help. I do not own time to check (1: 00am), but 99% of the time, that happens once the widths of individuals floated elements are usually too wide, so they end up dropping down and doing a myriad of wierd things. The belief that it looks okay in DW without in a browser, tells me that some of those widths is maybe Couple pixels too huge (ok, maybe SEVERAL or 4). Shave some of those divs down as well as I’ll bet everthing slides back into place. *Note: You could have position: absolute mixed around a floated factors, which may become your problem too, since it will be after your float declaration, it could override the float. So check that out as well. Don’t mix float and absolute roles. Hi Aeroweb99 I have checked the style sheet and I still can’t determine it out. Yes … Continue reading

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