jQuery, prototype, and MooTools all provide very good to excellent FAQs and
documentation on their respective websites.
Barring that, why not just mock up some simple interface (say, something
with an accordion interface, making an AJAX call to a static HTML file to
replace some content) and try i
Short answer, yes. You need to use jQuery in compatibility mode.
Long answer: why not just rewrite the lightbox class to thickbox and use
thickbox for both? Since thickbox is a clone of lightbox, they are similar
enough to swap out on the fly.
Good luck,
Dave
On Thu, May 21, 2009 at 9:41 AM, u
You don't actually /need/ a plugin to do this - browser support for the
CSS :hover psuedo class is 100% (IE supports it all the way back to
pre-5.5 days). Unless, of course, you're talking about something like
what's under "More Top Stories." In which case you also don't really
need a plugin
tinue processing. Though, depending on how crucial the
> module is, you may consider using something else. 3 frameworks, 2
> major ones, on a site at the same time isn't ideal.
>
> On May 7, 4:08 pm, David Meiser wrote:
> > This is slightly off topic, but if anybody can solv
This is slightly off topic, but if anybody can solve this, it'll be this
mailing list. The basic question is: Is there a way to catch an error
thrown in an external js library so that I can continue parsing the
remaining javascript on the page?
The more detailed version is this: I'm using DotNe
There is some credence to this suggestion, but - for anyone who is familiar
with traditional coding concepts - what you're essentially saying is to go
out and learn everything about a library before using the library. I don't
- for example - need to know anything about the SSL library in order to
When I was developing our company's website, I had a coworker who kept
complaining about how "terrible" it looked. He complained that half the
images were missing, half the text was unstyled, blah blah blah. I asked
him what browser he was using: Firefox 3.0.1. I was using 3.0.1 as my
primary br
> I could find a temporary solution of passing the JSON object as a
> string and parsing the string into my .NET object using an open source
> library Json.NET.
> This way it works, but I'd be glad to avoid the 2 additional steps
> that I have to carry out.
>
> Regards,
>return new { fname = fname, lname = lname };
>}
>
> Didn't work..
> Apart from that, isn't there a way to recognize the JSON object as
> Object and type-cast it to a similar .NET object?
> I found something here,
>
> http://www.dennydotnet.com/post/2008/
Are you talking about an ASP.NET web method?
If you are, I think that you'll find it pretty easy using this:
$.ajax({
type: "POST",
contentType: "application/json; charset=utf-8",
url: "myWebService.asmx/myWebMethod",
dat
Do you have an example page?
On Tue, Feb 24, 2009 at 10:20 AM, alsag...@gmail.com wrote:
>
> Yes. I placed a background-image in just about every CSS rule I
> thought would work, and nothing has worked. For example, this is the
> last one I tried:
> .sf-menu li {
>float:
For the "items too wide" issue, you've got this set for all list-items:
padding-right: 31px. You could adjust this with a padding-right rule for
.sf-menu li li. This would help you "skinny" up the items.
I'm not sure that I can help you with dropping items towards the center of
the page. That s
Merrick:
Can you provide a link to your CSS?
On Thu, Feb 12, 2009 at 3:31 PM, Merrick Christensen <
merrick.christen...@gmail.com> wrote:
>
> I am struggling with the width on my Superfish menu. I reduced the min
> width and it seems that it still is much longer then needed. My
> primary struggl
I'm not 100% sure what you're trying to accomplish, but you can output
anywhere on the page using a distinct element name.
I have code in which I attach tables generated in jquery to DIVs, for
example. And I'm certain you could go the opposite way, as well.
Hope that helps, somewhat.
On Thu, Fe
Rick,
I've got a project that I used jTemplates on. They're nice because you use
standard HTML to template with and just wrap your JSON items in braces. For
me, at least, it took a bunch of javascript strings (some upwards of 1000
characters) and replaced them with a straightforward block of HTM
It has a nice user experience. However, you might want to think about the
hoverintent plugin - things seemed "shaky" when I tried to click on them (eg
- the animation kept moving when I wanted to hover over an item) in FF3.
On Thu, Jan 29, 2009 at 12:58 PM, kim3er wrote:
>
> Hi,
>
> I've just f
I've got a page that I'm converting over to use jTemplates, but the data
it's returning contains null data (eg - missing email address or people who
are retired and have no work address/phone). When I was processing the JSON
manually and spitting out HTML, I wrote a function that returned an empty
e^pi?
On Fri, Jan 23, 2009 at 8:31 PM, jquertil wrote:
>
> sqrt
If I may recommend: Use a web service (ASMX) to grab your data. ASP.Net
supports automatic serialization to XML or JSON, all you have to do is
return an array of objects that have a ToString() function.
For example, I've got a table in SQL Server of primitive types (no custom
types). Using LINQ
I think centering is going to be difficult. You could try setting the list
items to a specific width and then text-align:centering the links. That
might create some cross-browser issues, though.
Another thought is to set the unordered list to a specific width and then
text-align:centering the li
Do you have a link? It's a little hard to diagnose without being able to
see the problem(s).
Thanks!
On Wed, Jan 21, 2009 at 10:04 AM, mckag001 wrote:
>
> I have superfish dialed in great except for two little issues.
>
> 1. In IE6, whenever I hit the back button after clicking on a button,
>
Slashdot is carrying a story about the new Whitehouse.gov redesign here:
http://tech.slashdot.org/article.pl?sid=09/01/21/001257
Original article here:
http://dotnetperls.com/Content/whitehouse-gov-Site.aspx
On Wed, Jan 21, 2009 at 8:28 AM, Benoit Villière wrote:
>
> This website looks good! It
In case you missed this [1] announcement, Microsoft is going to begin
shipping jQuery with Visual Studio and ASP.NET MVC, unchanged. Don't
look for a date or version or Service Pack as to when this will actually
start shipping/be available for download. Based on the announcement, I
would gu
, 2008 at 7:05 AM, David Meiser <[EMAIL PROTECTED]> wrote:
> Joel,
>
> If you have AdBlocker+ installed it won't work. I'm not really sure why.
> However, based on your response to Tom2008, I may have seen the problem.
> I've got the original Suckerfish ja
Joel,
If you have AdBlocker+ installed it won't work. I'm not really sure
why. However, based on your response to Tom2008, I may have seen the
problem. I've got the original Suckerfish javascript still in there.
Since that uses the sfhover class, my problem probably lies there. I'm
goin
I'm not quite sure what it is you're looking for, here. Are you looking for
a rotating image like the one found here: *http://crosier.org/*?
On Thu, Oct 2, 2008 at 10:46 AM, Brit Mansell <[EMAIL PROTECTED]> wrote:
>
> Anyone?
>
> On Sep 30, 6:01 am, bmzero <[EMAIL PROTECTED]> wrote:
> > I'm try
Looking briefly at the code I don't see the necessary suckerfish
javascript. The superfish js file only contains the code to extend the
suckerfish script - you'll still need to include the original suckerfish
javascript.
On Thu, Oct 2, 2008 at 1:18 AM, tom2008 <[EMAIL PROTECTED]> wrote:
>
> Hi A
27 matches
Mail list logo