Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. EugenePaliev

    Object & it's copies creation confused...

    Hi folks! Need help on object creation & calling it's copies. What I wnat - to create one SPAN object and later insert copies of it into different parts of my document. Code I use to create SPAN: function newSpan(){ var o=document.createElement("span"); // some attributes set here...
  2. EugenePaliev

    Access parent page from child page (inserted by OBJECT tag)

    Hi everybody. Situation: I'm using IFRAME tag for inserting one HTML page (child) into another page (parent). It works and can be programmed in both directions well (parent > child; child > parent). However I want to use STRICT doctype which doesn't allow IFRAME tag, but OBJECT instead. I can...
  3. EugenePaliev

    How to vertically align text in a DIV using CSS?

    Hi people! The question is How to vertically align text in a DIV using CSS? I have DIV element and some text inside it. Text is top aligned; I want it to be middle aligned. Using style { vertically-align: middle; } applied to div or text doesn't work. The only thing I could make is to...
  4. EugenePaliev

    What is the purpose of @import directive in CSS?

    Hi all! Why do we use @import in CSS? I've seen it on Macromedia, W3C and other sites. Why to use it? Thank you in advance! Good Luck! :-) http://eugene.paliev.com
  5. EugenePaliev

    Questions about UK web industry, like best web company, etc.

    Hi people! I asked some questions in DreamWeaver forum and I would appreciate if people from UK would help me to figure out some things! Questions are here: thread248-452196 Good Luck! :-)
  6. EugenePaliev

    Questions about UK web industry, like best web company, etc.

    Hi people! I would VERY appreciate if people from UK could help me with some of my questions! 1) what are best (well-known) web-design companies in UK? 2) what is the general salary for web developer in London? I know I can find all this staff surfing the Net, but I just want to know your...
  7. EugenePaliev

    Language support

    Hi all! I have problems with displaying Russian letters... I have charset encoding decloration in the Page directive and Meta tag, but it doesn't work... <%@ Page Language=&quot;VB&quot; ContentType=&quot;text/html&quot; ResponseEncoding=&quot;windows-1251&quot; %> <meta...
  8. EugenePaliev

    Is there good ASP to HTML converter?

    Hello all! I need some simple server component that would allow me to save some ASP page as HTML. Let's say I have a component to which I pass two parameters - 1) path to .asp page and 2) path I want HTML page to be saved. Have anyone worked with anything like this? Or at least heard...
  9. EugenePaliev

    Please explain: write permission security issue

    Hello all! I would very appreciate if you explain me how write permission assigned to some folder can be safe or harmful. I have some .asp script that creates and saves files in some directory. To do this I have to have write permission to folder where files are saved. But I'm afraid that it...
  10. EugenePaliev

    Let's get acquainted?

    We meet here often but know almost nothing about each other... Why not to say couple of words about yourself, job, interests, etc. ;-) We've started doing it in the music thread248-382981 and I'll post a bit from there... ---------------------------------------------------------- nippi...
  11. EugenePaliev

    It's so quiet on the forum last days... :o)

    No posts, no messages... Finally no questions - we know everything we need [thumbsup2] I'm joking (-: Good Luck! :-)
  12. EugenePaliev

    How to insert/draw table with data???

    Hello! I've got a table with some data (from .doc and/or .html). Is there a way to insert this table and then operate with it as a table? Any comments are very appreciated!!! Good Luck! :-)
  13. EugenePaliev

    Statistics error trying to alter column

    Hello, I'm trying to change data type of the column ZIP from INT to CHAR(10) and got this error &quot;The statistics 'ZIP' is dependent on column 'ZIP'&quot;. This error appears all the time I want to make changes to any column of this table. Making changes to other tables is OK. What can I do...
  14. EugenePaliev

    How to set value from SP into variable?

    Hello all! There are two things I want to do: 1) to know number of records 2) set this number into variable. It works if I do something like this declare @rows int set @rows = (select count(column_name) from table where column_name2=x) But I need to build my sql statement dinamicly. I use...
  15. EugenePaliev

    How ta save XHTML file?

    Hi folks! I just don't understand one simle thing - what extension should XHTML file have??? I thought that it should be file_name.xhtml. But when I wanted to preview my .xhtml file on a local PC I saw the code in browser (IE 6.0) window but not the whole page... So I saved it with .htm...
  16. EugenePaliev

    How to go to another scene on mouse click?..

    Hi people, I know it's very easy and stupid queation, but I'm a newbie to Flash so... I have a button, I want when I click on it scene2 to be loaded. I've looked thru Flash's help and didn't find how to do it... Would you please explain how to do it step by step. Your help will be GREATLY...
  17. EugenePaliev

    Where do you get all your images/photos?

    Hi all! Where do you get all your images/photos you use on your sites? I'm not asking for buttons, bullets and other images you may easily create in any graphic program. The question is mainly about that kind of images, especially photos, that cannot be created. Do you photo by yourself? Do...
  18. EugenePaliev

    How do you usually test your sites?

    Hi people! I'm interested in how other developers test sites they create. I think it could be interesting for most of this thread members - before anyone asks for site check, he/she could check it him/herself. I usually do next things: 1) check how it looks in different browsers. I check it...
  19. EugenePaliev

    How to automaticly configure e-mail account in OE?

    I've seen on the Net sites that can configure new e-mail account (pop3, smtp, name, password). You only have to choose Yes in dialog window and it's done fully automaticly. Does anyone know how to do this? I'm sure that it's pretty easy but need some example. Thanks and stars in advance! Good...
  20. EugenePaliev

    Export site definitions...

    Hi people! There was a message how to export site definitions file from registry but I really couldn't find it. I want to uninstall DW but don't want to lose all site definitions (passwords and etc.). Any help is very appreciated :-) Good Luck! :-)

Part and Inventory Search

Back
Top