then dynamically change the font-size of the header.
1. Is this possible?
2. Can you point me in the right direction?
Thanks.
derek
gravity switch
We Put Technology in its Place
p: 413.586.9596
f: 413.582.9987
gravityswitch.com
Any advice greatly
appreciated.
Thank you.
derek
7;ll give you just the html contents of the page.
>
> - Richard
>
> On Thu, Aug 13, 2009 at 4:14 AM, derek wrote:
> > Hi
>
> > I'm just getting started with JQuery and would like to be able to print out
> > the tutorials to read off l
n" printable view of the page;
or do I need to contact the site owners and ask them to upgrade their
CSS and/or code?
Thanks
Derek
i've been using the awesome plugin clueTip, and i was wondering if
anyone has any experience making the sticky pop ups move-able? as in,
i'd like to be able to drag the popup from one point on the screen to
another.
Thanks for taking the time to help me out James and MorningZ.
The first time the image is loaded, it is loading the large image file
(patty1.jpg) into the main scrolling window via PHP into #slideshow.
At the same time, I am pulling the thumbnail out (patty1-53x40.jpg)
and using it as an anchor t
You can see where it is running twice here:
http://derekperkins.com/seatability1/
Basically, in the middle box and in the right sidebar, I am
dynamically loading images via Javascript, but they are being double
loaded. In the middle of the page, you can see that the thumbnails
are loaded twice.
I encase all of my functions inside of a jQuery(document).ready
(function() {} block, but I noticed recently that my scripts are
running multiple times. After a lot of debugging, I realized that
they only ran once after I deleted that segment of code. The first
time it ran however, it wouldn't s
After at least 4 hours in Firebug and CSS code, I switched something
that started working. I'm amazed at how difficult it was to do, when
it should have been so simple, but all's well that ends well. Thanks
again.
Another option, though less desirable, would be to make the slides all
the same width, even if the picture inside is different. Then I could
at least have a background on the entire slide. The way it is now,
the slide size is being set by Cycle, so I can't even get the
background to look right.
I've been trying to get these centered and I can't for the life of me
figure out how to do it. I've tried putting extra divs on the
outside, using every display property available and I still can't get
it.
http://derekperkins.com/seatability1/test-post-on-bill/
I really just want the outer cont
I figured out my problem. I found the Google API reference page
(http://code.google.com/apis/picasaweb/reference.html) and realized
that they won't serve up any images larger than 800px. I changed my
code from
pic.media$group.media$content[0].url
to
pic.media$group.media$content[0].url + "?
I'm trying to center my slides in the slide container, but I'm having
issues. I have 'a' links as my slides, each containing a single
image. What I want is for the link and the img to be the same size,
based on the width of the image, and then centered inside of the slide
container. I've includ
That works great. Thanks!
On Feb 19, 4:39 pm, Mike Alsup wrote:
> > I'm trying to load the Cycle plugin with a JSON feed from Picasa.
> > Everything is pulling in from Picasa just fine. I can copy the exact
> > HTML that it generates and paste it into my code and reload, and it
> > works fine,
I'm trying to load the Cycle plugin with a JSON feed from Picasa.
Everything is pulling in from Picasa just fine. I can copy the exact
HTML that it generates and paste it into my code and reload, and it
works fine, but not when it is dynamically added via Javascript.
http://derekperkins.com/seat
I'm trying to pull my Picasa album JSON feed into my website, but I'm
having problems. It is pulling in the Picasa thumbnails without a
problem, but when I try to pull in the full sized photos (<200kb), it
returns nothing, even though I have verified that the links are
valid. Below is the code t
All of my stylesheets are imported above my Cycle script, and all of
my calls to JQuery are already running only after document.ready
fires. Any other thoughts? My thought for a workaround is to add a
little bit to my script that removes the position:absolute inline
style, but that seems like an
I'm using Cycle in a number of places on my site, but I'm having an
issue with absolute placement in WebKit browsers (Safari & Chrome).
My site is available here:
http://derekperkins.com/seatability/super-product-page/
My issue is that in Firefox, IE and Opera, Cycle adds in some inline
style el
Here's a great tutorial I read to get me started.
http://www.detacheddesigns.com/blog/blogSpecific.aspx?BlogId=58
The problem in the corner rendering seems to only come if there is a
delay in getting the css. This only happens in Safari 3.1 that I can
see. Here's a test case.
---
http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
title
I appears that its only 3.1, and yes, it happens on both windows and
mac. I can confirm it does not happen in 3.0. Odd indeed. I'm
working on a reduction test here to try to figure out exactly what's
going on, and what the most minimal code is possible to re-create it.
At the moment I can say i
rgely random. I've attempted to set background colours for
those elements as I've read elsewhere, but it doesn't seem to affect
the problem.
In hunting around, it seems I'm not the first to notice it. Has
anyone encountered a reliable solution to this problem?
Thanks,
Derek
ms more elegant.
Thanks again!
Derek R.
On Feb 23, 8:16 am, spinnach <[EMAIL PROTECTED]> wrote:
> derek,
>
> i haven't thoroughly examined how bodyHandler works but i think
> something like this should work, provided that your html structure won't
> change:
>
> $
them
have the tooltip body from 'tb1', I've verified that the values for
the 'tt' and 'tb' variables are correct during the loop, and
the .text() values from the bodies also show the correct values.
Is there something I'm missing from this, or am I going about this the
wrong way?
I would appreciate any comments or suggestions!
Thanks,
Derek R.
Hi all,
I have a little jQuery function that toggles a window on click and
changes the background image of a span (to toggle an up/down arrow).
It works fine in FF, but in IE, it is delayed. For example, in IE, you
click once and the arrow stays the same (in the closed position). When
you click t
Hi all,
I have a little jQuery function that toggles a window on click and
changes the background image of a span (to toggle an up/down arrow).
It works fine in FF, but in IE, it is delayed. For example, in IE, you
click once and the arrow stays the same (in the closed position). When
you click t
he near future.
On 10/2/07, Robert Koberg <[EMAIL PROTECTED] > wrote:
>
>
> On Tue, 2007-10-02 at 11:26 -0500, Derek Gathright wrote:
> > Thanks for the link, interesting stuff.
> >
> > After looking through info on Rhino, I was left with the question...
> >
Unless I'm mistaken, JQuery (1.2.1) doesn't appear to be able to select by id
where the id contains a dot.
e.g.
...
// the following does nothing
$("#error.password").append('Required field');
Is this correct, is there any workaround?
Cheers,
D.
Very cool, but I can't get the rounded corner demos to work in FF2 or IE7.
=(
On 10/10/07, Danjojo <[EMAIL PROTECTED]> wrote:
>
>
> Great work!!
>
> Only recommendation would be to move your example tab closer to the
> front, maybe after Features?
>
> If it were me I would even move your Examples
Thanks for the link, interesting stuff.
After looking through info on Rhino, I was left with the question... why
build the JS core engine in Java and not a non-interpreted language? Then I
looked at info in Spidermonkey (a C re-write for Firefox 3) and saw they
realized the same thing. Hopefully
Forgive me for a non-jquery related post, but I'm hoping someone on here
might be knowledgeable enough with Javascript to answer it. I see lots of
post on here regarding optimization for DOM traversing and think it's funny
since most people gave up spending much time worrying about CPU & memory
bo
Yesterday I replaced a Flex2 uploader I created (that just wasn't working
properly in IE) with SWFUpload and found it to be a joy to work with. I
looked all over (even at some jQuery plugins), but nothing I found was
exactly what I needed (progress bar, multiple files, extendable with
javascript).
esh Agrawal star rating plugin will
> be fixed for 1.2.1 ?>
>
> On Sep 13, 12:32 am, "Derek Gathright" <[EMAIL PROTECTED]> wrote:
>
> Karl, thanks for the help.
>
> I've added those corrections along with a few others and I think it's 99%
> there.
Wish I knew, I've been anticipating it as well.
On 9/20/07, NccWarp9 <[EMAIL PROTECTED]> wrote:
>
>
> is there any information when Ritesh Agrawal star rating plugin will
> be fixed for 1.2.1 ?>
>
> On Sep 13, 12:32 am, "Derek Gathright" <[EMAIL PRO
s --
and the easiest to change.
Hope that helps.
--Karl
_
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Sep 12, 2007, at 12:19 PM, Derek Gathright wrote:
I've been scouring the internet looking for a star rating plugin for the
latest version of jQuery, b
solutions for the star rating,
that would be much appreciated!
Thanks,
Derek
36 matches
Mail list logo