[jQuery] Re: ANNOUCE: idTabs plugin released!

2007-06-17 Thread BKDesign Solutions


This is awesome!
Very welcome addition, well done and very usable. Nice for those tight areas 
also, would be perfect on a sidebar or wherever


Bruce P

- Original Message - 
From: "Sean Catchpole" <[EMAIL PROTECTED]>

To: 
Sent: Sunday, June 17, 2007 2:54 AM
Subject: [jQuery] ANNOUCE: idTabs plugin released!




Phew, I finally finished getting the bugs out, so it's ready for
release. What you say? Why it's idTabs of course. =P

idTabs: http://www.sunsean.com/idTabs/

I made this plugin because I wanted a lightweight tabs plugin that
would allow me to hide and show anything with an id. I opened the
design up a little bit, so that any DOM structure can be used. Klaus's
Tabs are still more feature rich, so this is not intended to be a
replacement by any means, only different.

Let me know what you think. =)

~Sean







[jQuery] Re: get url?

2007-05-10 Thread BKDesign Solutions

Thanks Alex,

Unfortunately I don;t know enough to pull this off.
If anyone would like to contact me off list to give an estimate to create 
this please do.

I can use curl to get the header and the filename (location) mp3 shows 
there...getting the url.mp3 link to page has proven beyond me

Thanks again

Bruce Prochnau

- Original Message - 
From: "Alexandre Plennevaux" <[EMAIL PROTECTED]>
To: 
Sent: Thursday, May 10, 2007 6:16 AM
Subject: [jQuery] Re: get url?



Yes dear, use the Mathias' plugin "getParams"

http://www.mathias-bank.de/2007/04/21/jquery-plugin-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@googlegroups.com
Subject: [jQuery] get url?


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=29308&perma_link=
http://www.anothersite.com/our-designs.php

Redirect goes to
http://www.site.com/audio/b/k/d/e/1216578.mp3

Can jquery get the second url and print it to the page?

Thanks in advance and apologise if it's a dumb ques..

Bruce Prochnau
bkdesign


Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.467 / Base de données virus: 269.6.6/795 - Date: 9/05/2007
15:07






--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"jQuery (English)" group.
To post to this group, send email to jquery-en@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-en?hl=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=29308&perma_link=
http://www.anothersite.com/our-designs.php

Redirect goes to
http://www.site.com/audio/b/k/d/e/1216578.mp3

Can jquery get the second url and print it to the page?

Thanks in advance and apologise if it's a dumb ques..

Bruce Prochnau
bkdesign 





[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 like to use in a bit of a different 
way but can't change, and likewise my clients, so it would be great to be 
able to post jobs for paid setups/modifications


Bruce Prochnau

- Original Message - 
From: "Patrick Hall" <[EMAIL PROTECTED]>

To: "jQuery (English)" 
Sent: Friday, May 04, 2007 10:09 PM
Subject: [jQuery] Re: Jquery: New app and this article




Hi John and folks,

On the topic of spreading the word, what about some sort of job board
on the jQuery site? Seems to me that it might be a good thing for the
community -- especially if there was some option for clients to allow
code that they sponsor to be released under a reusable license.

Just a thought.

-p@








[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 - 
From: <[EMAIL PROTECTED]>

To: "jQuery (English)" 
Sent: Wednesday, May 02, 2007 1:23 PM
Subject: [jQuery] Jquery slideshow plugin, unstyled content




IS there anyway to not have the slideshow:
http://interface.eyecon.ro/demos/slideshow.html
show the photo's sort of in a vertical line until they all load.
It really makes me not want to use this particular setup, even though
it's perfect for what I want.
There really are not to many slideshow type demo's for jquery out
there, that I can find otherwise.
Thanks,
ty








[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)" 
Sent: Wednesday, May 02, 2007 12:31 PM
Subject: [jQuery] Re: Forms, Tables and jQuery




Funny thing about placing the form tag between table markup tags.  IE
places strange additional spacing after an opening form tag.  Placing
the the tag between the table tags fixes the IE display issue.  We had
to do it here: http://www.llnl.gov/ (The Search LLNL and Find People
form area in the header) for that very issue.  It was causing the
header to have additional space above the form before we moved the
form tag between the table tags.

On May 2, 7:17 am, Christopher Jordan <[EMAIL PROTECTED]>
wrote:
I agree with Mike here. In fact, now that I code with jQuery, I've 
started to
pay much more attention to my markup to see that it's correct -- or at 
least

that it works with jQuery. ;o)

Chris

Mike Alsup wrote:

>> that jQuery should iterate over form.elements if special form
>> selectors are
>> used because a lot of legacy code uses incorrectly placed form tags.

> When jQuery is added to those legacy pages the developer should also
> correct the form tags (and any other bogus markup). There is no point
> trying to script on top of bad markup.

> Mike

--http://www.cjordan.us









[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread BKDesign Solutions


example:
http://www.bkdesign.ca/update-rss.php

One would need some kind of refresh div?

bruce

- Original Message - 
From: "Mike Alsup" <[EMAIL PROTECTED]>

To: 


Is there a way to get it to say:
Published 5 minutes ago?


Well, you have the pub date so from that you can calculate whatever
you want to display.


What would one add to this to get it to update in real time?


You can reload the feeds as often as you want but ultimately you're at
the mercy of Google's FeedFetcher cache.   For details:
http://code.google.com/apis/ajaxfeeds/documentation/#Caching

Mike






[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread BKDesign Solutions


What would one add to this to get it to update in real time?

That would be super cool!

bruce P
- Original Message - 
From: "Mike Alsup" <[EMAIL PROTECTED]>

To: 
Sent: Friday, April 20, 2007 2:42 PM
Subject: [jQuery] Re: Google AJAX Feed API




It's actually quite similar to the example posted here:

http://code.google.com/apis/ajaxfeeds/documentation/

My code just uses jQuery instead of DOM code to create the page.

Mike

Nice work, will play with this a while as its quite different than 
Google's

examples.








[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 instead of DOM code to create the page.

Mike

Nice work, will play with this a while as its quite different than 
Google's

examples.








[jQuery] Re: Google AJAX Feed API

2007-04-20 Thread BKDesign Solutions


phenomenal!

Thanks that was it!

Nice work, will play with this a while as its quite different than Google's 
examples.


Thank you very much,

Bruce P

- Original Message - 
From: "Mike Alsup" <[EMAIL PROTECTED]>

To: 
Sent: Friday, April 20, 2007 1:22 PM
Subject: [jQuery] Re: Google AJAX Feed API




Yeah, you've got a js error on the line that got wrapped.

Mike



Maybe something is lost in code by email dunno:
http://www.bkdesign.ca/1jqrss.html








[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" <[EMAIL PROTECTED]>

To: "jQuery Discussion" 
Sent: Friday, April 20, 2007 10:21 AM
Subject: [jQuery] Google AJAX Feed API




In case anyone missed it, Google recently released an API for mashing
feeds on the client.

http://googleajaxsearchapi.blogspot.com/2007/04/announcing-google-ajax-feed-api.html

It's really quite cool (and fast).  Below is a short demo of how it
works.  To try it, replace [your key] with your Google API key.

Mike





body { font-family: 'trebuchet ms'; color: #555; font-size: small; }
div.feed { margin: 20px; padding: 20px; border: 1px dashed #ddd;
background: #ffd }
div.date { font-size: smaller; color: #aaa }
h1.blog { font-size: large; padding: 5px; margin: 2px 0; text-align: center }
h2.feed { font-size: medium; padding: 0; margin: 2px 0 }


http://www.google.com/jsapi?key=[your key]">

   google.load("feeds", "1");
   google.setOnLoadCallback(function() {
   var sites = [
   'http://jquery.com/blog/feed/',
   'http://feeds.feedburner.com/JohnResig',
   'http://bassistance.de/feed/',
   'http://www.stilbuero.de/feed/atom/',
   'http://www.learningjquery.com/feed/',
   'http://www.reybango.com/rss.cfm',
   'http://feeds.feedburner.com/WebDeveloperBlog'
   ];

   jQuery.each(sites, function(j,site) {
   var feed = new google.feeds.Feed(site);
   feed.load(function(result) {
   if (!result.error) {
   var max = Math.min(result.feed.entries.length, 5);
// 5 at most
   var f = $('
').appendTo('body');
f.append('

class="blog">'+result.feed.title+'

');
   for (var i = 0; i < max; i++) {
   var entry = result.feed.entries[i];
   var title = entry.title;
   var snip  = entry.contentSnippet;
   var link  = entry.link;
   var date  = entry.publishedDate;

   f.append('

'+title+'

') .append('
'+date+'
') .append('
'+snip+'
'); } } }); }); });

[jQuery] Re: Google AJAX Feed API




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:
http://www.bkdesign.ca/1jqrss.html

Bruce P

- Original Message - 
From: "Mike Alsup" <[EMAIL PROTECTED]>

To: 
Sent: Friday, April 20, 2007 12:51 PM
Subject: [jQuery] Re: Google AJAX Feed API




Hi Bruce,

Make sure the path to jquery and the file name are correct.  I can't
post a demo from behind my firewall but I can put something online
later.

Mike

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>








[jQuery] Re: Trying to get slideshow working



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 create a working slideshow like the demo (but only 
one) with links on the slideshow prev/next, 12345 etc with  1 2 3 4 
hilighted when on it, I'm  willing to pay.

Even trying the demo a million times all I got was errors.

Thanks

Bruce 





[jQuery] Re: Library showdowns

PHAT?

Must mean...ummm...

Powerful 
Hot
Amazing 
Tremendous?

Bruce P
bkdesign solutions
  - Original Message - 
  From: Ariel Jakobovits 
  To: jquery-en@googlegroups.com 
  Sent: Sunday, April 15, 2007 10:54 PM
  Subject: [jQuery] Re: Library showdowns


  JQUERY IS PHAT!!!


  - Original Message 
  From: Glen Lipka <[EMAIL PROTECTED]>
  To: jquery-en@googlegroups.com
  Sent: Sunday, April 15, 2007 5:54:56 PM
  Subject: [jQuery] Library showdowns


  I started a site to expand upon the idea of the zerba challenge.
  http://js.commadot.com (I decided not to regsiter jsframeworks.com)

  Side note: Drupal 5.1 is pretty awesome.  I am sure I am not using it's full 
potential.  I haven't even changed the theme yet.

  Anyway, I copied in the zebra challenge as a proof-of-concept.  And I started 
a new challenge.
  http://js.commadot.com/node/11  - The expanding list challenge.

  It's a little bit tedious to do, but I think a good way to evangelize jQuery 
and educate is to show how things can be done in a side-by-side comparrison.  
It's valuable for people considering switching or who have recently switched. 

  Question:  Anyone want to help set up more challenges?  Anyone have 
suggestions for this to be better?  Anyone have a particular challenge they 
would like to see?  Although I am trying to keep it simple to start so I can 
get some content traction. 

  Thanks,

  Glen









[jQuery] Re: Font Size Plugin Take 2



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 made a little plugin that handles resizing the font on a page. Only 
thing

it relies on is that you have fonts set by em on your page. The plugin
requires jquery and the cookies plugin.Feedback would be appreciated.

Cheers...

To use simply Initialise it like so:

$(document).ready(function() {

var options = { min: -1, max: 2};
//Initialize the font sizer for the site.
$.FontSizer.Init(options);

});

CODE
--

/**
* Purpose: Font sizer class, handles increasing and decreasing font size
of a page.
* It increases the font in 10% increments. By getting the level / 10 + 1.
i.e. level 2 is .2 + 1 so 1.2 or 120%.
*
* Requires: JQuery and the JQuery cookies plugin.
*
* Use: Setup the fontsizer $.FontSizer.Init(options); the two options are
min and max, for the min level and max level.
* Defaults are min: -3 and max: 5.
*
* Author: Stefan Sedich ([EMAIL PROTECTED]
*/
$.FontSizer = {

level: 0,

options : {
min: -3,
max: 5
},

Init : function(options) {
if(options)
$.FontSizer.options = $.extend($.FontSizer.options, options);

//Get the current level from cookies.
var level = ($.cookie('font_level') != null) ? $.cookie('font_level') : 0;

//Set the font size to the current leve.
$.FontSizer.SetFontSize(level);

},

IncreaseFontSize : function() {

if(($.FontSizer.level) + 1 <= $.FontSizer.options.max) {
//If we have not exceded the max level,
//Get the next level and the set the size to this level.
var next = (parseInt($.FontSizer.level) + 1);
$.FontSizer.SetFontSize(next);
}

},

DecreaseFontSize : function() {
if(($.FontSizer.level - 1) >= $.FontSizer.options.min) {
//If we have not exceded the min level,
//Get the next level and the set the size to this level.
var next = (parseInt($.FontSizer.level) - 1);
$.FontSizer.SetFontSize(next);
}
},

SetFontSize: function(level) {

//Set the current level in the member variable and the cookie.
$.FontSizer.level = level;
$.cookie('font_level', level);

//Work out the new em value and set it.
var level = (level / 10) + 1;
$("body").css("fontSize", level+"em");

}

};
--
View this message in context: 
http://www.nabble.com/Font-Size-Plugin-Take-2-tf3564312s15494.html#a9955726

Sent from the jQuery Plugins mailing list archive at Nabble.com.








[jQuery] Re: General discussion



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: 
Sent: Monday, April 09, 2007 2:37 PM
Subject: [jQuery] General discussion





The name says it all. Just thought somebody might find it useful.
Please reply to this thread with suggestions, comments...

http://www.fyneworks.com/jQuery/multiple-file-upload/

--
View this message in context: 
http://www.nabble.com/General-discussion-tf3548823s15494.html#a9907176
Sent from the jQuery Multiple File Upload mailing list archive at 
Nabble.com.









[jQuery] JS and css



Opinions?
for using js, I heard that it's better to use classes on every item ;

To quote from elsewhere:
"increased specificity makes programming in Javascript easier, e.g. the 
ability to grab a single element by name instead of parsing through the DOM 
to grab it."


like to me:

Site navigation

List item
etc

Is best rather than adding a class to every item.
 

Bruce P
bkdesign solutions