Jump to content

Rasputin_RU

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by Rasputin_RU

  1. Rasputin_RU

    RSS XML Feed

    I've been very interested in this feed and read a lot info on that, also in this very forum i found an interesting thread (about it later).I was looking at www.w3scools tutorial etc, i do not understand few things. can xml be search like database, and only results that you relevant to the search displayed?Is xml it self is database? i understand that it holds and describe data, but database does even more. it is more flexible?Also i tried in w3schools tutorial to do this example where you input info from html through asp to xml file and it does not work.And finally there was in one of threads advice written that you either use xml or ms access database not both. but if i run an affiliate site, which is run on feed, huge amount of feed, and i want to add some rss feed to it using info from my database, what is the easiest way to achieve that?Thank you for all the help
  2. Try: www.learnflash.comand: wwwgotoandlearn.comalso good site is www.kipura.comA lot of samples and explanaitions and tutorials on how to do all you need in flash basicalyHope it will help you a lot.
  3. What application do i than use to work with asp.net? i see a very big potential in it. i want to learn it as it is faster better etc.Please advice on this.I've been looking through tutorials and found http://www.asp.net, it is quite good it seems, but i need to install some program called Web developer tool. Is it any good?
  4. OK i got the connection working:this is the code for it: "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\Ryehill\websites\employee-development\larcenkov\ASP_Website_1_Root\database\freeview.mdb;User ID=admin;Password="however, now that i make a record set, and data grid, after F12 ing. browser displays this.Server Error in '/' Application.--------------------------------------------------------------------------------Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: File or assembly name DreamweaverCtrls, or one of its dependencies, was not found.Source Error: Line 1: <%@ Page Language="VB" ContentType="text/html" ResponseEncoding="iso-8859-1" %>Line 2: <%@ Register TagPrefix="MM" Namespace="DreamweaverCtrls" Assembly="DreamweaverCtrls,version=1.0.0.0,publicKeyToken=836f606ede05d46a,culture=neutral" %>Line 3: <MM:DataSet Line 4: id="DataSet1" Source File: C:\WEBSITES\employee-development\larcenkov\ASP_Website_1_Root\aspx\Untitled-7.aspx Line: 2 Assembly Load Trace: The following information can be helpful to determine why the assembly 'DreamweaverCtrls' could not be loaded.=== Pre-bind state information ===LOG: DisplayName = DreamweaverCtrls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=836f606ede05d46a (Fully-specified)LOG: Appbase = file:///C:/WEBSITES/employee-developmentLOG: Initial PrivatePath = binCalling assembly : (Unknown).===LOG: Publisher policy file is not found.LOG: No redirect found in host configuration file (C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet.config).LOG: Using machine configuration file from C:\WINNT\Microsoft.NET\Framework\v1.1.4322\config\machine.config.LOG: Post-policy reference: DreamweaverCtrls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=836f606ede05d46aLOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/9d8b4d05/8f93d671/DreamweaverCtrls.DLL.LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/9d8b4d05/8f93d671/DreamweaverCtrls/DreamweaverCtrls.DLL.LOG: Attempting download of new URL file:///C:/WEBSITES/employee-development/bin/DreamweaverCtrls.DLL.LOG: Attempting download of new URL file:///C:/WEBSITES/employee-development/bin/DreamweaverCtrls/DreamweaverCtrls.DLL.LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/9d8b4d05/8f93d671/DreamweaverCtrls.EXE.LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/9d8b4d05/8f93d671/DreamweaverCtrls/DreamweaverCtrls.EXE.LOG: Attempting download of new URL file:///C:/WEBSITES/employee-development/bin/DreamweaverCtrls.EXE.LOG: Attempting download of new URL file:///C:/WEBSITES/employee-development/bin/DreamweaverCtrls/DreamweaverCtrls.EXE. --------------------------------------------------------------------------------Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032 any ideas what it is or why? as i done everything step by step from Adobe tutorial.Thanks
  5. it allows me to create the connection if i choose template, but when i run test it frows all kinds of messages saying that error it this error is that etc. if i press ok it creates connection but no database inside.
  6. and what about web.config file?that one either does not work.
  7. no it does not work, same message, also i'm connected to the server not my local database, and i have by palying around made the connection with this code "Provider=Microsoft.Jet.OLEDB.4.0;"&"Data Source="&server.mappath("../database/freeview.mdb")&";", however, when i do test it says connection is successful, but when i press ok it does not create a connection. why?
  8. For two days i've been trying to make a connection to my database and it is becoming a nightmare, driving me nuts.W3scools does not talk you through it, only gives code which does nothing for me fortunately,.When i open my file, and attempt to make a connectio in "application-databases" after clicking + it gives me two options 'OLE DB Connection' or 'SQL server connection'. i tried both, but i believe i need the first one,than; it displays a window and i name my connection vvv, in connection string field i put: "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=aspx\freeview.mdb;User Id=admin;Password=;" this code, when i press test it displays this error message,'C:\winnt\systems32\aspx\freeview.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.this is the exact message it displays.and i haven't even got a folder named "winnt" and i never told it to go and get there.and that my swerver works i know becayse asp driven database is working ok. same database.Can anyone advice me how to connect this database to my .aspx pages?Thank you
  9. Rasputin_RU

    HOW it works

    I'm not sure if i understand everything here correctly, but, if for example i have database driven site with dinamic pages, which only get created on request or users browser, than does Google go thru all possible possibilities when they spider your site?Also i noticed but it might be all in my head, that sites with html or xhtml pages are ranked better.Because i'm now thinking of redoing my site in ".asp" cos it has only 50 pages, but to update them takes time, with .asp i hope it would be faster.Site i'm building is gonna be an affiliate type.Any Suggestions advice etc.Thanks
  10. Hey guys thak you very massive !!!! ))I've done it. No, no You have.Love you allThanks Thanks
  11. My doc type is :<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">file name is xxxxx.htmlnow i'm going to pass the validation, This is the message displayed: Now when i rename file to xxxxxxxx.xhtmlit passes no problem and gives me the code for validation image.And as you said if my browser is not defined to see xhtml, and i'm on standart version, i believe many more people can have same problem?Any suggestions?Thanks
  12. Hello all,Could anyone tell me please, with http://validator.w3.org/check, when i try to validate my xhtml page it passes if file name is: xxxx.xhtml (but than firefox does not open my page only IE does)if i name my file html, than it does not pass fully by validator, saying to change ending.If i host my site as xhtml are people going to be able to wiev it?or shall i use html?Thanks for all answers
  13. I found this in another forum and could not help but share with everyone here. ))<<link removed>>Just type your name in the box and press the button.And it will display in russian!!!
  14. Hi there,Thanks for that mate.If no one reply's i'll have no other option as only to to do exactly the way you've said it.You know what, i'll do it, and if any one explains to me later it better, i'll redo it.!!Thank you
  15. Hello all,i'm going to try to explain everything, and it maight be long.I'm makinng a website for my self, and few thing can not seem to find a solution, as i'm not accuainted with flash action script.I have a scene 1, frame 1- 19 is intro. Frame 19 logo_mc (50 frames). scene 1 frame 20 another future_mc, solar_mc, wind_mc.Now how do i code that after it finishes playing scene 1 frame 19 movie, only than go and play scene 1 frame 20 movies?Second question is: When all buttons are in place in scene 1 (home page), on click of solar_btn, wind_btn, future_btn i want it to play movie about 3sec long called offloadHP_mc, and only than go to given direction.?If you understand my question please help me to understand it in full detail. or if you know a tutorials that explain it in understandable manner, please let me know.Thanks very massive.
  16. I will not be available untill after new year as i'm going back home. So Merry Christmas and good New year to you all !!!!!!!!!
  17. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html><head><title>test margins</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style>body { margin:0; padding:0; height:100%; width:100%; background:green;}.head_holder { position:relative; top:0; left:0; height:60px; width:800px; margin:10px auto; background:red;}.head_holder ul { float:left; margin:0; padding:0; width:100%; list-style: none; display:inline; background:pink;}.head_holder ul li{ float:left; width:100px; margin:0; padding:0; display:block; background:gray;}</style></head><body> <div class="static_image"></div> <div class="head_holder"> <ul> <li>button 1</li> <li>button 2</li> <li>button 3</li> <li>button 4</li> <li>button 5</li> <li>button 6</li> </ul> </div></body></html><p>Gray color are the boxes i want evenly spread inside pink coloured ul, or div tag. in event of lower resolution windon i want it to compres and position buttons evenly spread automaticly in smaller window.thanks for all the help.</p>
  18. for example, i can make my head stay in middle of body tag, and if you make browser window smaler it cuts both sides until comes to point where it hits set margins for header and than scroll bar appears, how can i do it i n css with few blocks (gnav buttons) to spread evenly and if browser window reduced form 1024 to 760 margins between boxes close, and stop at the point where they meet each other and than scroll bar appears.?do you understand me?
  19. I'm very pleased to join your society,i was introduced to this forum by CHEMO, he said people are helpfull and nice here.Hope to chat to you all soon.Love
  20. Hello everyone, this is mad monk!!!i was introduces to this forum by CHYMO, he said i can get all help on css and html.i have a problem and need everyones help.is it possible to make few boxes to spread evenly inside a div tag, so if my nev bar was streachy it would push together and if it was pulled out margins between boxes would increase.Please need advice.
×
×
  • Create New...