SpliFF

5,004
Reputation
420 views

Registered User

Name SpliFF
Member for 6 months
Seen Dec 1 at 4:19
Website
Location
Age
Dec
1
answered Mp3 Download not functioning
Nov
20
answered How do I reset or override IE CSS filters?
Nov
20
asked How do I reset or override IE CSS filters?
Nov
18
awarded  Popular Question
Nov
9
answered Should I care about HTML 5?
Nov
9
accepted HTML 5 filter language or some analog of filter language?
Nov
9
revised Why do I get no source for error in Firefox
added 518 characters in body
Nov
9
answered Why do I get no source for error in Firefox
Nov
9
revised Why do I get no source for error in Firefox
deleted 454 characters in body
Nov
9
comment Why do I get no source for error in Firefox
This isn't the first time this has happened either, so it isn't unique to this situation. It seems to be related to my JS files or combining inline and external scripts. Maybe a cache error, I don't know.
Nov
9
comment Why do I get no source for error in Firefox
sorry you're missing the point. I KNOW what the error is and with a little work I can find what specifically caused it but I'm trying to enable tracebacks in Firebug and this source view error appears to be blocking that. I don't think the error itself is the problem, I think FF is somehow broken as evidenced by the uncaught chrome exceptions.
Nov
9
revised Why do I get no source for error in Firefox
Issues appears to be with FF, not Firebug
Nov
9
asked Why do I get no source for error in Firefox
Nov
9
answered HTML 5 filter language or some analog of filter language?
Nov
9
accepted Programatically Fax from Internet form
Oct
26
comment Is there a way to split a string by every nth seperator in Python?
rubbish. it's actually much easier to decipher. length is largely irrelevant and it could be shortened by making it less readable. It should have good performance since the loop only has a simple test condition to deal with. Also it has the most flexibility for handling other processing inside the loop. Also the winning answer will crash on a string with an odd number of hyphens. Iter and list ops might be pythonic but that doesn't necessarily make them 'better'.
Oct
25
comment Is there a way to split a string by every nth seperator in Python?
sorry, i misread your question first time and rewrote it, n was a leftover from previous. Now it gives a list of strings.
Oct
25
revised Is there a way to split a string by every nth seperator in Python?
added 4 characters in body; edited body
Oct
25
answered Is there a way to split a string by every nth seperator in Python?
Oct
25
comment Where can I advertise an open source project?
perhaps you could explain WHY sourceforge doesn't meet your needs, otherwise it isn't clear what you want.
Oct
25
comment how to collate output in python logging memoryhandler + smtphandler
Great stuff. It isn't every day you get your question answered by the author of the module!
Oct
23
comment How to simulate a web browser so the website feeds me the correct HTML source?
Sounds like your problem is actually related to cookies, you're proably being redirected and your script isn't providing keys needed to maintain your session. Alternatively there is some javascript involved in the sorting or you haven't correct URL-encoded your parameters. If you want to persue this further it might be helpful to ask as a new question since this one, as worded, has been answered.
Oct
23
answered How to simulate a web browser so the website feeds me the correct HTML source?
Oct
23
asked how to collate output in python logging memoryhandler + smtphandler
Sep
27
awarded  Guru
Sep
27
accepted What pronoun should your application use when addressing the user?
Sep
13
answered disable eclipse auto completion
Sep
13
asked disable eclipse auto completion
Sep
7
answered How to tell JS to wait…?
Sep
7
answered Fastest way to append HTML content to a div using JavaScript
Sep
7
comment ie associative array initialisation fails
that wouldn't help at all in this situation, it's the last comma that's relevant. at any rate i've already written the required fix.
Sep
7
comment ie associative array initialisation fails
actually it doesn't complain at all. it simply ignores everything in the same script block. Even the developer toolbar has nothing to say. That hardly sounds correct in my book.
Sep
7
comment ie associative array initialisation fails
thanks, it's just a liitle painful as the array is initialised in a coldfusion loop. Now I'm going to have to test for the last element.
Sep
7
asked ie associative array initialisation fails
Aug
27
accepted What are the technical reasons behind the “Itanium fiasco”, if any?
Aug
27
answered open PDF in the browser
Aug
26
accepted Detect if image is loaded on page.
Aug
25
accepted Is there a reliable way to position content off to the sides of a div, and have it only appear if the user’s resolution allows it?
Aug
24
accepted Correctly package plugin that contains open-source licences
Aug
23
accepted Finding malformed XHTML with Javascript
Aug
9
revised CSS clearfix problem with Firefox 2 and SeaMonkey
added 276 characters in body; added 2 characters in body
Aug
9
revised CSS clearfix problem with Firefox 2 and SeaMonkey
added 144 characters in body
Aug
9
answered CSS clearfix problem with Firefox 2 and SeaMonkey
Aug
9
comment Anyone got anything how to create DRM protected MP3 programmaticaly?
always the same thing. You cannot protect any non-interactive that can be seen or heard. It can always be decoded to sound waves and recorded again with practically 0 loss (or exactly 0 loss when your format is inevidably cracked)
Aug
9
comment Self-regulation of a mini economy
At it's most basic level "wealth" is the ability to perform "work". You need to decide whether accumulating the ability to have work done is a measure of skill (the generally accepted meaning of "score"). Most MUD's distinguish your wealth (gold) from your score (XP). You should consider whether success in your game is measured by the ability to accumulate wealth. "Wasting money" is a very non-specific concept so I couldn't even touch that without understanding waste in terms of your game. It's like the old saying: "One mans trash is another mans treasure".
Aug
8
comment HTML Frame Source
perhaps you might consider rewriting your frame as a div. cross-page JS is always a headache.
Aug
8
comment HTML Frame Source
yes though i'd check browser support. ie is pretty slow on the uptake of features like this and i'm reasonably sure ie6 doesn't support data:
Aug
8
comment Why isn’t C++ used in Web-Developement ?
disagree all you like but in truth C++ requires more lines of code to do the same thing as a high-level language, and typically is harder to debug and prototype.
Aug
8
answered Self-regulation of a mini economy
Aug
8
revised CSS3 Layout Module Browser Support
added 397 characters in body