Jump to content
xisto Community

paulmason411

Members
  • Content Count

    69
  • Joined

  • Last visited

About paulmason411

  • Rank
    Member [Level 1]
  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.
×
×
  • 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.