Is and Associates degree in web page design enough to make decent money?

Posted by admin on March 2nd, 2010 and filed under web page design | 2 Comments »

how much more is a bachelors degree demanded?, will an associates be enough? and what kind of salary can i expect?

An associates degree is all you need in this industry. Many companies are cheap and will start you as low as they can and keep you low.

I topped out at $40k. Truthful advice…

Slave at one of those companies for a few years, and steal all their clients you can. That’s how they all started…

I need a good web page designing company to design my salon page?

Posted by admin on February 18th, 2010 and filed under web page design | 3 Comments »

I own an upscale salon, and want to find a company who can design a quality salon website for me. Thanks!

Hi,

We can help you with the website design and implementation.
You can refer our work and reach us here:
http://am22tech.com

How to prevent my web page design getting ripped off?

Posted by admin on February 14th, 2010 and filed under web page design | 5 Comments »


There is currently no technological way to prevent anyone from copying the design of a web page. Web browsers must be able to read your design in order to display your web page correctly for the user, and any design elements that a browser can read, a person can also read.

Incidentally, if there were a way to prevent copying of a web page’s design then phishing sites would have a much more difficult time of tricking people into giving up private information.

In web page design, what do you call the little window that pops up when you put your cursor over something?

Posted by admin on November 29th, 2009 and filed under web page design | 3 Comments »

I am only asking the name of this concept….I know it’s complicated to actually create. I’m trying to design a web page and I want to add the little windows that pop up to give you more info about something on the page…like on netflix.com, where you put your browser over a movie title and it’s full summary pops up in a little window, but it’s not flash and it doesn’t actually open a pop-up or anything. Any help would be greatly appreciated….I only need to know the name of this concept so that I can learn more. Thanks so much!!!!

It’s often called a "tooltip." While there are more complex implementations using CSS, there’s actually a very simple way to accomplish it that works in most browsers. Just add a "title" property to your tag. You can do this for a link, a button, or an image, among others. Here’s an example for a link:

<a href="http://somewebpage.com" title="Here’s where the tooltip text goes">Some text</a>

This will render as "Some text" with a link to somwebpage.com. When the user hovers over the link, a tooltip will pop up that says "Here’s where the tooltip text goes."

I hope this helps.

Web Page Design/Upgrade!!?

Posted by admin on November 27th, 2009 and filed under web page design | 3 Comments »

Hi.
I have a website for a business I recently opened. I am looking for someone who knows web design and do an upgrade for me, or at least make it a bit attractive, to the outdoor market! It is kind of boring and the guy who did it for me, did it and then skipped, so I have a rather boring website for what I paid! Or can anyone please tell me if I bought a decent template, how do I put it in or what exactly is involved to change the home page to a bought template! My current site is pertinent to importing and selling Landrover/Freelander etc…spares and accessories !!!Thanks!

Hi Anita

please email me with the details and address of your site so i can take alook and tell you what can be done

discounts4u2@gmail.com

I’ve been thinking about a new web page design that would include a giant standing in boxers(US flag boxers of

Posted by admin on November 24th, 2009 and filed under web page design | 3 Comments »

course) pissing on the head of the pope while holding his hands up above him trying to deflect it away( who is dressed in an SS outfit with swaztika armband and all, but wearing the red beanie) standing upon a Mexican flag (with the white part of it yellowing from the piss. And Several miniature banks(you can add their names, but to include the federal reserve) crushed and destroyed by large bags of gold coin dropped from the giant’s hands. Too mean or sound about right? Suggestions? I think it would be a good way to let them know if they want Rome, go elsewhere.
Overall though good or bad GBC? ;)
Enn: Treason eh? LOL!!!! Well se there is a little bitty problem with that scenario. Just so happens that protestants came here to escape Roman catholicism, as did the Freemasons originally, Jews, and of course we cannot forget the Huguenots from France. Nah i’d say i’m ok. If anybody should be worried about treason it should be the ones behind illegal immigration, but ah wait a minute!!! Was it not a Roman Catholic church that harbored that lady from Mexico in Chicago for months on end? Hmm. And let’s not even begin to get started about Bank of America. Hey….. they picked the fight.

I said it once, i will say it again. You are a creative genius lol.

Overall good design layout drives the point home i feel. Now, see for laughs if you can get a federal grant and do it! That’s where the real message will be heard.

is it possible to design your own web page?

Posted by admin on November 22nd, 2009 and filed under web page design | 9 Comments »

I have opened my own marketing business and would like to design my web page. Is there any wayof doing it for free?

In the last month I have tried more than a dozen web building programs.
There is only one that works well for a beginner.
Search for WYSIWYG web builder.. That is for What you see is what you get.
It is published by Pablo, and it is the best.
Download the free 1 month trial version and go for it. It is "drag and drop" you don;t have to write one word of code.
Insert text, pictures, files, just about anything and I haven’t seen one glitch yet. If you can’t get a web site up and running with this program in less than a week, then you need a programmer.
After you have finished your web site, you will have to contact a company for a name registration and for hosting. Good luck.

What is the best web-page-design software on the market?

Posted by admin on November 20th, 2009 and filed under web page design | 4 Comments »


Adobe Dreamweaver.

Web Design: How do I get the browser to automatically redirect to another page if a certain condition is true?

Posted by admin on November 13th, 2009 and filed under web page design | 2 Comments »

I know I need to use an if-statement but what do I need to use so that the browser redirects the user to another web page? Please help.

It depends on what you are trying to do.

If you are trying to make a site redirect, use Javascript to detect the user agent and redirect to your other site.

If you are trying to redirect a mobile device, you have to use PHP, because many mobile devices do not have Javascript enabled on them.

If you are just trying to redirect IE or a version of IE, use this:
<!–[if ie]><meta http-equiv="refresh" content="0;URL=http://www.example.com/"><![endif]–>

I cannot provide the specific code we use where I work but if you google for ‘detect user agent’ and ‘redirect’ you should be able to come up with something.

I am a Myspace Artist and want to design a web page on myspace, where can I get help designing one?

Posted by admin on November 10th, 2009 and filed under web page design | 3 Comments »

All the TOP ARTISTS have professional web pages, where can I find a place where I can design my own html code and put it in the page? I am using a pimpmy space code and there logo is there and it looks very unprofessional.

Learn it yourself at w3schools.com or else you may contact a web designer at websites like http://getafreelnacer.com/ to code it for you.