Jump to content

Rasputin_RU

Members
  • Posts

    20
  • Joined

  • Last visited

Rasputin_RU's Achievements

Newbie

Newbie (1/7)

0

Reputation

  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.
×
×
  • Create New...