webdev, posts by tag: javascript - LiveJournal (original) (raw)
LibraryLookup bookmarklet | Nov. 6th, 2010 @ 08:15 pm |
---|
Apologies if this isn't the correct place to post this, but after much searching around LJ I found this comm.So I'm using the LibraryLookup bookmarklet generator to make a bookmarklet that works with my university's library. It worked just fine when it was on ISBN lookup, but it didn't when I tried to change things around on the code so it would search by title/author. How would I go about changing the code around to make it look books up by title or author rather than ISBN? Is it even possible? I know it locates the ISBN on the URL (for example, when looking at a book on amazon) but it could locate the title as well, no?Apologies if this is a really obvious question, but I have approximately 0 experience with it. Thank you in advance!Tags: javascript (Leave a comment) |
---|
JavaScript Books? | Sep. 22nd, 2009 @ 11:15 am |
---|
I finally after all these years have to learn JavaScript, so I need some suggestion of Books please. I need a basic from scratch book that will give a good grounding in JavaScript coding and practices to build a strong foundation and then maybe sonething more advanced too for later.I have been coding php, asp, asp.net (vb/c#), python, bash etc so I've been coding for a while all suggestions welcome.Current Location: The Ministry of TruthCurrent Mood: ![]() |
---|
Javascript lessons | Jan. 10th, 2009 @ 11:45 pm |
---|
I want to learn Javascript much better than I know it now and be able to learn what is out there to do with it that is functional. W3schools just doesn't seem like it has a whole lot on there. It seems good for the concepts, but it only goes so far. I operate an online shop and would love to see what javascript I could use to help its overall functionality, as well as be able to bring knowledge to a new job (I see a lot of positions I want to apply for talking about being able to build a javascript warehouse).Does anyone know any good tutorial/lesson sites that are fairly comprehensive but easy to follow?Tags: javascript, tutorials (2 comments | Leave a comment) |
---|
Emulation of resizable frames with CSS/Javascript | Aug. 21st, 2007 @ 12:09 pm |
---|
I'm looking for a good working example of how to emulate frameset using CSS and Javascript. Is it at all possible?Tags: css, javascript (6 comments | Leave a comment) |
---|
finding class name of an object in js | May. 11th, 2007 @ 12:27 pm |
---|
Is there a way to find the class name of variable?typeof(obj); //<-- only says 'object'obj instanceof MyClass // <- returns booleanBut I want the equivalent of ruby's class() method.obj.class() # <- outputs 'MyClass'Tags: javascript (6 comments | Leave a comment) |
---|
Other entries |
---|
ยป Dynamic number of form fields |
---|
I need to collect 3 pieces of information (course name, number, and number of credits) for a variable number of courses that a person is taking.How would I accomplish having 1 entry row to begin with, and an "Add another course" button that would allow the user to enter info for any number of courses s/he wishes?Mar. 7th, 2007 @ 02:40 pm(4 comments | Leave a comment) |