[jQuery] Re: get url?

2007-05-10 Thread BKDesign Solutions
-geturlparam-version-2/ Your printable info will be: $printed_link = $(a#link_id).getUrlParam(perma_link); Hope this helps!! alex -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of BKDesign Solutions Sent: jeudi 10 mai 2007 1:37 To: jquery-en

[jQuery] get url?

2007-05-09 Thread BKDesign Solutions
I've been trying to do something in php and it dawned on me that jquery would be much easier and better. I have an auto generated link, which when one goes to it, its a redirect to an mp3 file. (link broken to fit. http://www.site.com/app/fetch.app? feed_id=29308perma_link=

[jQuery] Re: Jquery: New app and this article

2007-05-04 Thread BKDesign Solutions
I think the below is a great idea. Posts to the list don't always work. As an example, I am a web developer with very low JavaScript ability, so a lot of what passes by on the list is incomprehensible, ..but some is sinking in by osmosis I think ;). There are more than a few plugins I'd

[jQuery] Re: Forms, Tables and jQuery

2007-05-02 Thread BKDesign Solutions
IE places strange additional spacing after an opening form tag. I would think one would fix that using css form {padding: 0;margin: 0} bruce P - Original Message - From: Shelane [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Wednesday, May 02, 2007 12:31

[jQuery] Re: Jquery slideshow plugin, unstyled content

2007-05-02 Thread BKDesign Solutions
I'll add to this if I may. This is one of the best slideshows I have seen that have the item highlighted in the list 1 2 3 4 etc, but after spending some time with it was unable to get it working...more on it would be very very welcome, can even donate :) Bruce P - Original Message

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread BKDesign Solutions
Mike, Understood thanks for answering. Paths tripple checked Your way of writing it looks interesting, didn't know you could specify a feed like that. Google uses: executeList : Google News,Digg, Technorati,Google, Yahoo] etc Maybe something is lost in code by email dunno:

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread BKDesign Solutions
I have the api key, it is indeed sharp. Did some yesterday with it.The code below looks interesting, but when I do it I get a blank page. Have the latest jquery1.1.2.js and key, page remains blank? Any demo of this to see whats wrong Bruce P - Original Message - From: Mike Alsup

[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread BKDesign Solutions
Well, not to me lol. Nice work! Is there a way to get it to say: Published 5 minutes ago? Bruce - Original Message - From: Mike Alsup [EMAIL PROTECTED] It's actually quite similar to the example posted here: http://code.google.com/apis/ajaxfeeds/documentation/ My code just uses

[jQuery] Re: Trying to get slideshow working

2007-04-16 Thread BKDesign Solutions
Hi, http://interface.eyecon.ro/docs/slideshow I have probably spent 15 hours trying to get this to work like the demo. Now that only shows my lack of knowledge. I have aslo had two people contact me asking if I know how to, or know anyone who can get this working. If someone knows how to

[jQuery] Re: Font Size Plugin Take 2

2007-04-12 Thread BKDesign Solutions
This looks great! Needed, is there a demo anywhere for us noobs? Bruce P bkdesign - Original Message - From: codemonkey [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 12, 2007 5:10 AM Subject: [jQuery] Font Size Plugin Take 2 Sorry first one had no spaces. Hi

[jQuery] Re: General discussion

2007-04-09 Thread BKDesign Solutions
This is great! Works too! :) Is there a way to add allowed file types? Sorry if dumb ques but am new to this all hanks Bruce P bkdesign - Original Message - From: Diego A. [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Monday, April 09, 2007 2:37 PM Subject: [jQuery]

[jQuery] JS and css

2007-04-03 Thread BKDesign Solutions
=sidenav h2Site navigation/h2 ul liList item/li etc Is best rather than adding a class to every item. div class=sidenav h2 class=sidetitle... ul class etc etc Seems to me that nailing every single element isn't required nor good practice. Bruce P bkdesign solutions