190 Posted Topics

Member Avatar for Rashakil Fol

[quote=pritaeas;237357]It's all a matter of taste. C is the language it all started with, though at that time I thought assembly was the coolest. [/quote] Forgive me for being pedantic, but wasn't ForTran 66 the first high level language (from which most languages including C inherited most of the simpler …

Member Avatar for Anonymusius
0
693
Member Avatar for Mushy-pea

Hello everyone. I'm trying to write a small Perl script to test a web application I'm developing. The problem is it needs to open a cookie file in the "Temporary Internet Files" folder and Windows seems to be denying it access. The shell seems to be blocked from accessing this …

Member Avatar for Chaky
0
114
Member Avatar for Mushy-pea

Hello everyone. A few weeks ago I finished programming a javascript drop down menu system for my website. When I had ironed out the bugs it worked fine in IE 6. Later I got Opera 9 on my computer and the menus don't work in it. In fact, my pages …

Member Avatar for Rhyan
0
118
Member Avatar for mikeandike22

Hello again. Thought I could add somthing to the "does this look fake" debate. I'm trying to sell a computer on E-bay at the moment. When some users asked for a picture I pointed them to this artists impression: [URL]http://www.rochfest.co.uk/my_computer.htm[/URL] Do you think they'll be able to tell it's not …

Member Avatar for kosmoe
0
192
Member Avatar for Mushy-pea

Hello again. Allow me to describe my opinion on software design: C and C++ should be abandoned (or substancially modified) as the default languages used for the writing of native executables and operating systems. The reason? Giving the programmer arbitrary control over pointers is un-necessary and leads to many bugs. …

Member Avatar for Rashakil Fol
0
87
Member Avatar for hexstar

In my experience Windows 98 is one of the most stable OSs I have used. Here you can see it running over 20 user applications: [URL]http://www.rochfest.co.uk/windows98_rules.jpg[/URL] Note the inclusion of the whole Office 97 suite. Even after this happened [URL]http://www.rochfest.co.uk/oh_dear.jpg[/URL] the system was able to recover fairly quickly. I should …

Member Avatar for jwenting
0
150
Member Avatar for Mushy-pea

Hello again. I am writing a bulletin board script at the moment (Perl BB sound good :p )? While writing some code to update a text file I encountered this situation. I need to open the file, append data to the end, then set the write offset to a particular …

Member Avatar for MattEvans
0
342
Member Avatar for Mushy-pea

Hello again. You might remember I posted a question on this forum recently asking if anyone knew of good Perl based forum software. Well, I decided to write my own forum script for my website to find out how such a thing is done. While I was wading through hundreds …

Member Avatar for harishankar
0
107
Member Avatar for TheNNS
Member Avatar for ~s.o.s~

[quote=WolfPack;259060]I think you have more than 400 reputation points if my calculations are correct....[/quote] What I'm interested to know is how on Earth you managed to reach "Five Green Blocks" status in only four months :p . I joined about the same time as you and I've only got 17 …

Member Avatar for happygeek
3
385
Member Avatar for benito

First you need to associate a variable with the setTimeout() function each time it is called, like this: [code]t = setTimeout(function(), 10000);[/code] Then you can use the clearTimeout() function to cancel the setTimeout() function, like this: [code]clearTimeout(t)[/code] Hope this helps. Steven.

Member Avatar for Mushy-pea
0
66
Member Avatar for Mushy-pea

Hello again from the Pea. Could someone please tell me what lol means since it seems to pop up in various posts all over the place. Lots of Love perhaps? I hope so :p . Steven.

Member Avatar for StuartP1989
0
40
Member Avatar for Mushy-pea

Hello everyone. I've been working hard recently to improve my website, which I'm using to promote a music event (hence the user title). I've decided to add a music themed forum in order to broaden the audience of the site. I'm determined to use a Perl based solution because: 1. …

Member Avatar for cyfm
0
70
Member Avatar for Mushy-pea

Hello everyone. I am trying to write a drop down menu Javascript and have run into a little problem. I need to change the (opacity=0) value inside this custom style: [code]<style id="menu_style" type="text/css"><!--.menu {z-index: 3; filter: alpha(opacity=0); position: absolute; left: 200px; top: 100px; width: 180px; height: 210px; background-color: #0000FF}[/code] The …

Member Avatar for Mushy-pea
0
132
Member Avatar for Mushy-pea

Hello everyone. As you may have gathered from some of my previous posts ([URL]http://www.daniweb.com/techtalkforums/thread49024.html[/URL]), I have an interest in operating system design :p . So I was thinking maybe Daniweb would be enriched by an "Alternative operating systems" forum. There are various interesting alternative OS projects out there, as you …

Member Avatar for Dani
0
95
Member Avatar for Mushy-pea

Hello everyone. I am writing a Perl script that will be installed on a Linux host. I need the script to be able to access the current time / date environment variable somtimes. I've looked through a list of the standard CGI variables that can be accessed through $ENV but …

Member Avatar for lordspace
0
96
Member Avatar for Mushy-pea

Hello everyone. I am planning to write a program, part of which will be able to calculate the value of an irrational number to an unlimited number of places. I will probably use a C++ class to implement a custom array to store these numbers. However, I need to know …

Member Avatar for Rashakil Fol
0
68
Member Avatar for happygeek

Hello people, just thought I'd add a dumb question to this thread. Has the proceedure for adding blog entries changed recently? It was a simple matter to make my first entry, but now I can't find the required button anywhere. If I try this link [URL]http://www.daniweb.com/blogs/misc.php?action=myblog[/URL] I get told I …

Member Avatar for Mushy-pea
0
109
Member Avatar for Mushy-pea

Hello everyone. I'm writing a perl script to implement some active content on my website. Does anyone know if there is a source code library to convert an integer variable to an equivalent character string? I've managed to do the reverse, i.e. [code]sub char_2_int{ for ($c = 0; $c < …

Member Avatar for Mushy-pea
0
117
Member Avatar for Mushy-pea

Hello everyone. I heard on BBC radio 4 recently that some UK pubs will be serving beer, wine and pub meals at 1982 prices for one day soon. That's £0.62 per pint. Why? The 25th birthday of The Good Pub Guide, apparently. The question is; on what date will this …

Member Avatar for UrbanKhoja
0
34
Member Avatar for Mushy-pea

Hello everyone. I have an AMD system I would like to sell, with the following specifications: *CPU: AMD Athlon 1.3 GHz (200 MHz FSB). *Memory: 512 MB (SDRAM, 133 MHz) -> see note. *Nvidia GeForce 4 Ti 4200 graphics card (250 MHz GPU clock, 250 MHz memory clock, 64 MB …

Member Avatar for 'Stein
0
99
Member Avatar for Mushy-pea

Hello everyone. I've seen computers crash a few times in my time :p . From what I've read it seems that when a computer "freezes" or stops responding it may be down to the following causes: 1. The operating system kernel has detected a serious problem and has sent the …

0
65
Member Avatar for Mushy-pea

Hello everyone. I have an Nvidea GeForce 4 Ti 4200 card with 64 MB. The core clock is 250 MHz and the memory is at the same frequency, as standard for this model. Does anyone know if it is possible to overclock the GPU and memory? If so, could you …

Member Avatar for mikeandike22
0
73
Member Avatar for Mushy-pea

Hello everyone. I'm trying to write some Javascript code to make a logo on my website flash periodically between two differently coloured versions (i.e. a simple "swap image - restore image job). Here is a simplified version of what I am attempting, with no loops added yet: [code] <html> <head> …

Member Avatar for kgweb
0
144
Member Avatar for Mushy-pea

Hello everyone. I was trying to compile a Linux kernel module yesterday called vmmon (which you need to make VMware work on Linux) for the 2.6.16.7 kernel. First I installed a GCC package made for my distro, Puppy Linux 2.00. The package turned out to be for a slightly different …

Member Avatar for Narue
1
197
Member Avatar for Mushy-pea

Hello everyone. Nice forum you have here. Here are a few details about me. Name: Steven Tinsley Nickname: Mushy-pea Age: 24 Location: Wales, United Kingdom (leaving for England as soon as possible). Grew up in: Rochdale (UK). Education: BSc Physics (Surrey, 2005) Occupation: 1. Trying to get a "proper" job. …

Member Avatar for happygeek
1
106
Member Avatar for Mushy-pea

Hello everyone. Does anyone know at what offset the boot sector of a FAT 32 file system starts? I mean just past the BIOS data block, where the executable boot code is found. I'm trying to build an image file of ReactOS that I can run in QEMU. Any help …

0
72
Member Avatar for Mushy-pea

Hello all. I decided to use some PHP scripts on my website recently. :p I know all you need to do is write a .php file with PHP code embedded within (<?php ?>) tags, then upload it to your host. What I was wondering is, does the code stay in …

Member Avatar for mmonaco27
0
201
Member Avatar for Mushy-pea

Hello everyone. I know the API of an operating system is a collection of functions within the kernel that are available for applications to use. My question is, how do you call these functions into action from within a C program, if you're compiling the source to run on Linux? …

Member Avatar for mostafadotnet
0
139
Member Avatar for Mushy-pea

Hello everyone. I recently picked up a legal copy of OS X Tiger for x86 from the official Apple open source website. I am going to attempt to install it on an AMD Athlon based PC with 256 MB RAM and no SSE support. I will then attempt to grab …

Member Avatar for John A
0
205
Member Avatar for Mushy-pea

Hello everyone. I recently installed the QEMU (0.8.2) CPU emulator / virtualisation system on Puppy Linux 2.00. I managed to get it to run by pointing it at an ext3 image that contains the Puppy 2.00 root filesystem. This is just to see if it works, my intension is to …

Member Avatar for Mushy-pea
0
156
Member Avatar for Mushy-pea

Hello everyone. I'm trying to get a webcam to work with Puppy Linux 2.00. This distro has a 2.6.16.7 kernel. I tried to load the module usbvideo.ko using: [code]modprobe usbvideo[/code] The result was: [code]usbvideo: Unknown symbol v41_compat_ioct132 usbvideo: Unknown symbol video_devdata usbvideo: Unknown symbol video_unregister_device usbvideo: Unknown symbol video_register_device usbvideo: …

Member Avatar for John A
0
202
Member Avatar for Mushy-pea

Hello everyone. If I save an XML document in ANSI format, should I identify it's character set as ISO-8859 in the DTD? Thanks. Steven.

0
82
Member Avatar for Mushy-pea

Hello all. I am trying to write an SSJS application to process the submissions from a form on my website. I downloaded the Mono .NET compiler, which has a JScript.NET compiler in it. I believe JScript.NET is a superset of Javascript (and my host has a Javascript runtime engine) so …

0
82
Member Avatar for Mushy-pea

Hello fellow web designers. I used Dreamweaver to place a rollover image on one of my web pages. It uses Javascript. When I looked at the code it had written, it includes the following null hyperlink on the image: [HTML]<a href="#"><img src="rochfest-logo.gif" onmouseover="stuff" onmouseout="more stuff"></a>[/HTML] Is there any chance this …

Member Avatar for FC Jamison
0
109
Member Avatar for Mushy-pea

Hello everyone. Does anyone know if it is possible to redirect a browser with Javascript? If it is, could someone please give me a clue as to how it is done? I have searched the w3schools tutorial where I started learning Javascript but can't find anything on this. Any help …

Member Avatar for Mushy-pea
0
136
Member Avatar for Mushy-pea

Hello everyone. I recently launched the website [URL="http://www.rochfest.co.uk"]http://www.rochfest.co.uk[/URL] to help promote Rochfest. Please check out the site if you get time. What I wanted to ask is, is it possible to launch pop-up windows using javascript? If it is, how is this done? If this is not possible, do you …

Member Avatar for FC Jamison
0
171
Member Avatar for Mushy-pea

Hello everyone. A few months ago I started experimenting with Live CD and installable distributions of Linux on my PC, having stuck with Windows before then. I learnt a bit about hard disk partitions and multi boot systems, as well as finding out how many open source OS's are available …

Member Avatar for hollystyles
0
301
Member Avatar for Mushy-pea

Hello everyone, just joined this forum. Does anyone know if there is a function in Windows XP that allows you to write to the boot sector of a FAT12 3.5" floppy disk? If there isn't, do you know of any software out there that would allow me to do this? …

Member Avatar for fry
0
86
Member Avatar for Mushy-pea

Hello everyone:p . Does anyone know what kind of bash script line I could use to copy the contents of a file to the boot sector of a FAT12 3.5" floppy disk? Any help would be appriciated. Thanks. Steven :cool: .

Member Avatar for jim mcnamara
0
65

The End.