Jump to content
xisto Community

paulmason411

Members
  • Content Count

    69
  • Joined

  • Last visited

Everything posted by paulmason411

  1. Hi Guys, I've had a problem with my computer. I thought it restarted only when using the internet but I was wrong. I found out that isn't the denominator. I tried disabling the internet to run a virus scan and the scan can't complete as the computer restarts too often. I followed the following instructions to read the dmp file the restart error generates. 1) Download and install the Debugging Tools from Microsoft 2) Locate your latest memory.dmp file- C:\WINDOWS\ Minidump\Mini081505-01.dmp or whatever 3) open a CMD prompt and cd\program files\debugging tools for windows\ 4) type the following stuff: Code: c:\program files\debugging tools>kd -z C:\WINDOWS\ Minidump\Mini081505-01.dmp (it will spew a bunch) kd> .logopen c:\debuglog.txt kd> .sympath srv*c:\symbol msdl.microsoft.com/download/symbols/ kd> .reload;!analyze -v;r;kv;lmnt;.logclose;q 5) You now have a debuglog.txt in c:\, open it in notepad and post the content here And now have the following debuglog.txt
  2. Thanks for the help guys my computer is now pop-up free. I ran Spybot Search & Destroy and it found a few little nasties, and ever since there's been no problems.
  3. I've had a bit of a google around and haven't had too much luck. I'll keep looking around and let everyone know if i find anything.
  4. Hi Guys, Lately I have had this same annoying pop-up dialog box pop up that says: I have scanned it with Avira AntiVirus and ad-aware2007. They both returned infected files, which i deleted, but i still have the pop-ups. Any ideas?
  5. I just updated the site. The old site is the 'featured work' link. Any feedback would be appreciated, Cheers
  6. I have found a solution. The problem is that the two scripts are both using the same JQuery library. The way to do it is to run the function jQuery.noConflict(); Here is a better explanation Let me know if you are experiencing the same problem, and I'll do my best to help.
  7. Hi Guys, I am trying to run multiple javascript files on my site to achieve two different functions. There seems to be a conflict, depending on the order that i run the files it will cause one function to work and the not to. The conflicts I get are from Lightwindow and JScrollPane. I have read that this can be an onload problem. Has anyone had this same problem? I noticed it also happens when i mix JscrollPane and Lightbox v2. Any help or suggestions would be appreciated, Cheers.
  8. Flv is a video that can be streamed and swf is a file that needs to be completly loaded before you can view it. Flv's can stream within swf's.
  9. Hi Guys,I am trying to make a flash based web site. The idea is to have a flv video streaming which has people moving around and the people need to be clickable objects.I tried tracing the video by importing the flv to the flash time line and creating a button that follows a person in each frame. I then remove the flv video from the timeline and stream it using actionscript. This leads to synchronization issues.Does anyone know if this combination of swf and flv has ever been implemented? If so could you please refer me to the source or post a link to an example, it would be much appreciated.
  10. Hi guys, I have set up a form with a textarea. If I have text on multiple lines such as: here is some contenthere is some more content then when I print it out as html it will be returned on one line like so: here is some contenthere is some more content When i look at the content in the database it looks just like the original way i entered it (contains the multiple lines). Is there a function in php so that when i spit it out in html it retains the multiple line format? Thanks in advance.
  11. Hi Guys, In the last I have started up a web design, graphics, and animation company. Here is a site i put together which incorporates all three services. The company is called aircastle and the site address is: http://www.aircastle.com.au/ We produce all types of sites, however are trying to focus on creative animated sites. If you have any interest in our work please pm me.
  12. Thanks jlhaslip, i got the hang of it and your method works really well.
  13. Hi guys, Here is an example of what my table looks like person amountjoe 23fred 45fred 32joe 11 fred 16 I want to calculate the total amount that fred is responsible for. I'm not sure how to use the syntax for excel very well, so i was hoping someone could help. Cheers.
  14. Flash runs off a programming language called actionscript. So you might want to look up tutorials for that rather than flash. I would advise that you learn the latest version of actionscript which is actionscript 3.0. Be careful when doing tutorials that they are for early versions. Here is a site you can get started on http://www.flashkit.com/. Good Luck.
  15. Thanks Delivi The program you suggested, speedlimitter works really well.
  16. Hi Guys,I'm trying to test a site for a client who doesn't have broadband. She has told me that it's taking too long to download. I'm currently on broadband 2 so for me the page loads in under a couple of seconds. Is there a way I can emulate 56k speeds on my browser so that I can see how long would take to download.Cheers.
  17. In IE6 there is a gap between the top arrow and the scrollbar, and the bottom arrow is slightly off the bottom edge. Thanks.
  18. The javascript that I used for the pngs conflicted with the javascript for the scrollbar. So instead i've gone with the jpg option.Now I have a problem with the scrollbar, once again it looks great in firefox but not so great in IE 6.I think it might be a border or margin problem. Any suggestions?
  19. You were right J it's simply a png problem with IE6. I have used some js to fix this.Thanks.
  20. Hi guys, I have just tested my site with IE6 and there seems to be some rendering problems: http://forums.xisto.com/no_longer_exists/ All of that aqua color should be black as you can see in firefox. Any help or suggestions would be greatly appreciated. Cheers
  21. Hi guys,I just installed sqlserver2005 and when i open server management studio and try to connect I chose SQL server authentication mode it then asks me for a login and password. I have no idea what this is. Is there a default? or do i need to add a login somewhere. I may have not specified one when installing.Any ideas?Cheers,Paul
  22. Using MS Word won't work. ? is a hidden character that it won't search for.Saint, I need it for converting multiple lines of SQL code into 1 line so that I can copy it into my web code without having to " " and '&' for every line.Im sure there must be some groovy text editor with this functionaity somewhere
  23. Hi Guys,Just wondering if anyone had a texteditor or method to get a documents text and replace all the return carriages with space carriages. It's something i will use quite often.Any ideas would be more than helpful.Cheers
  24. Hey jlhaslip, that tutorial was very helpful, I recomend it. I forgot to give a quicktime sample file, sorry about that. I would have suggested: C:\Program Files\Quicktime\Sample.qtif
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.