| Thread | Last Post | Replies |
|
| JSON parsing errors...[looks like thers some problem wid NEw line characters] | 01 Jul 2007 00:59 GMT | 1 |
Hi i'm having problems with my json scripts. When I retrieve data that contains new lines it causes an error from firebug. I've used a couple of replace like .replace("\n", " "), .replace(/\n/g, "\\n") but it still didn't work. Please have a
|
| Handling Anchor, Pound Symbol, #, Fragment-URI | 30 Jun 2007 23:51 GMT | 1 |
I have a table of contents and an index which link to some other documents with anchors. Some of the other docs start off hiding the content of their topics (an appendix with a lot of assembly language mnemonics).
|
| OO question with anonymous functions | 30 Jun 2007 22:11 GMT | 2 |
I was looking at the source of the following: http://www.openjsan.org/doc/g/gu/gugod/Widget/TagCloud/0.02/lib/Widget/TagCloud.html I don't understand the point of using Widget.TagCloud.prototype = (function() return { **object literal
|
| panning and zooming a la google maps | 30 Jun 2007 10:32 GMT | 1 |
Hi Folk I have made the following little application: http://www.sunnysideup.co.nz/clients/ffd/test.html I was wondering if any of you know how to get it that I can drag the
|
| CSS Menu Width in Firefox | 30 Jun 2007 03:43 GMT | 4 |
This menu is perfect in IE but the width in Firefox is a few pixels bigger that 100%. Please, recommend a fix if possible. I am out of luck. I just want the width to be 100%, nicely inside of a div with some border:
|
| Career questions: databases | 30 Jun 2007 00:29 GMT | 1 |
Not sure whether this is the right group to ask this, but there are so many groups out there I got kinda lost! Please help me out on this career dilemma I'm going through, or kindly forward me to an appropriate group.
|
| Passing information from a document to a standard FORM | 29 Jun 2007 21:33 GMT | 3 |
I have a need to use a single version of a Visitor Response Feedback Form on numerous HTML documents. Rather than have numerous versions of this, one on each HTML document, it makes more sense to have ONE FORM and use it from each HTML
|
| Browser Converts No ASCII for JS Text Node or any Text Attribute | 29 Jun 2007 17:28 GMT | 3 |
Browsers convert my ASCII fine when webpage is set to charset=iso-8859-1. However, my AJAX app has too many cases with var myASCII = "ü";
|
| Client Side Vs Server Side Java Script | 29 Jun 2007 17:14 GMT | 5 |
I am new for this group. I want to clarify one thing what's a basic difference between Client Side Java Script and Server Side Java Script. how we can differentiate it. Why we called this kind of script "Server Side Java Script".
|
| From Dwarak | 29 Jun 2007 16:04 GMT | 1 |
Hi Friends , i am working as software developer in chennai ,i need to recover a Deleted records in sql server 2005 ...How can i do this...... regards
|
| Click link in embeded Object trigger parent window reload? | 29 Jun 2007 15:10 GMT | 4 |
Hi. I've had to turn an IFrame-embedded page into a an Object using the data attribute to hold the page to meet XHTML STRICT validation. The <object>'s embedded page is a query URL returning a basic HTML page to hold an <a> link enclosing a thumbnail of a latest added record in a ...
|
| Function Format Question! | 29 Jun 2007 14:54 GMT | 4 |
i was wondering if someone could give me a brief explanation as to what the differences are between the following.... i'm guessing that the second example is more for Object-Oriented programming? Why would it be better than the first (the inherited code I'm looking at has almost ...
|
| Interfaces | 29 Jun 2007 13:42 GMT | 1 |
Can we define interfaces in javascript like how we do in .net? --deostroll
|
| if innerHTML used twice then it replaces the contents i want it to display all the contents | 29 Jun 2007 11:50 GMT | 1 |
getElementById('preview_center').innerHTML = "some code here" if i called this ywice it replaces the contents or if i concatenated that code i then called innnerHtml once then it looses its style. plz reply
|
| Newbie question = how to add text to a textarea without deleting the previous text. | 29 Jun 2007 05:02 GMT | 2 |
Newbie question = how to add text to a textarea without deleting the previous text. i'm trying to add text to a text area when a link is clicked (to add<b><i> etc) without erasing the previously typed text.
|