Создание сайта, Site creation

Создать сайт, создание сайта - очень сложный этап в жизни каждого сайтдевелопера.
Я помогу создать сайт для вашей компании, или сайт для вас. Создание сайта и веб-дизайн сайта обойдется вам у меня недорого.
Я работаю на портфолио, поэтому создание сайта, верстка макета, и веб дизайн обойдется вам дешевле, чем в веб-студиях.
Site creation is a very difficult step in the life of a webdeveloper.
I will help you to create a site for your company or your personal site. Site creation and web design will not cost you much.
I work for portfolio, so the site creation, layout makeup and web design will be cheaper than in web studios.
  • elmost

XML links and Flash

 Hello everybody,
I hope some one can help me with this issue that I've been dealing with. I'm trying to use an XML file to link to a specific frame within the flash movie itself. My XML file is set as: 
<imageinfo>
<imageLocation>image1.jpg</imageLocation >
<artist>name</artist>
<imageName>name1</imageName >
<imageLink>.....................</imageLink >
</albuminfo>
Please help
Thank you
MORE COWBELL!
  • kritof

Drop-Down Menu in GoLive Component Page

I'm creating a website in GoLive, using a component page for the menu, which will appear on every content page. There will be at least 50 pages. So when the menu needs editing, making changes to each page separately is not an option. Creating and customizing the menu in the component page is easy enough. I am using a found javascript to create drop-downs as well.

The problem I'm having is when using the menu as a GoLive component. When I edit the component, save and go back to the index page, the menu acts strangely and duplicates itself, putting an extra one at the bottom of the page. I don't know why it's doing this, and the problem is very frustrating. Could the component menu be too complicated? Could there too many nested div's and GoLive is getting confused? I have done this successfully many times before, but never with javascript drop down's. Could that be causing my error?

Please let me know if you've had any similar problems. I really need help with this issue. Thanks!

(Also, I know code, but not enough to build a website without using the help of GoLive.)
MORE COWBELL!
  • kritof

2 different link styles????

I want my page to have two different looking links. For simplicity, let's just say I want half of them to be blue and underlined and the rest to be red and not underlined. I don't know how to set up two distinct url styles.

My current in-page CSS (to make the links red and not underlined) looks like this:

[STYLE TYPE="text/css"]
[!--
a:link {text-decoration: none; color: red;}
a:active {text-decoration: none; color: red}
a:visited {text-decoration: none; color: red}
a:hover{text-decoration: none; color: red}
--]
[/STYLE]

***where ] and [ mean > and

http://xmlia.com

Dear friends!
We are glad to you to inform on opening new, absolutely free-of-charge site about online XML-validator and web-based editor.

For what to pay huge money for different win-based editors or to put the unchecked cracked copies?
Use our site, and you should not install anything on computer.
Our site does not contain advertising, is quickly loaded,consumes not enough traffic and quickly processes your data.
At your service XML visualisation not only in the form of TREE, but also in the form of GRID, that is actually avaliable only in very expensive windows XML editors.

all what you need to do-its just register for free

See you in http://xmlia.com
brian aubert
  • barrie3

(no subject)

Please, please help:

I'm trying to incorporate the javascript show/hide toggle tag into a menu frame on a site I'm working on in FrontPage.

I've used the code before but I can't seem to figure out what I did and it's driving me nuts.

Any help would be hugely appreciated.

(x-posted)
MORE COWBELL!
  • kritof

Javascript email program

I'm using the line below in a javascript program contained within an html page.

parent.location='mailto:email_01@aol.com, email_02@aol.com?subject=TEXT OF SUBJECT&body='+'TEXT OF BODY';

This is used to create a new email using the user's email program. The recipients email_01@aol.com and email_02@aol.com are automatically put into the "To:" of the email. What I want to do is have email_01.aol.com in the "To:" (as is). And I want email_02@aol.com in the "CC:"

What is the correct syntax for this?
MORE COWBELL!
  • kritof

GoLive menu rollovers

Before anyone chastises me for using GoLive...I do know html and javascript. I choose to use GoLive to organize and make my life easier (and this is the case 99% of the time).

The menu I'm working on here: http://www.888windsearch.com/main.…
has a semi-complicated roll-over system. For some inexplicable reason, the last menu item (Employment) does not show up. The roll-over works, but the image does not appear. It shows up when I preview it on my local machine, and in the GoLive layout. Any advice? Thanks!!!
MORE COWBELL!
  • kritof

Form question

I have a fairly straightforward form with text input box entries for name, address, city, state, etc. When an automated form filler is used, such as Google Tool Bar Auto-Fill Option, the phone number is inserted into the name field. Phone number doesn't even show up at all in the form.

The names of the input text boxes are correct and logical. "name" for name, "address" for address, etc. Any ideas on what the problem could be?