andreas, the page numbering. By design it is supposed to work that way - I mimicked the behaviour from some "cool" web2.0 site I found - not even sure which one anymore. But I might change it.
As for transition effects I agree. I will probably implement Ajax paging - in fact I already have done it at my dev box, but my problem is getting the content to be "permanent" - after paging to speak. If I click on a font to go to the view page, then click browser back, I get back to the FIRST page of results, not the last page (2 or 3 or whatever) I had "ajaxed" into the tab page ...Need to look into it some more.. Thanks! Andreas Wahlin-4 wrote: > > my turn to feedback :) > > I think paging with Ajax might be a good thing, would speed up the > process. I found myself thinknig "what a snap" when I changed from > search filter to results, then "god, this takes forever" when paging. > Speaking of which, it's bothersome when page numbering links jump > about when you input the first <. To summarise, first it looks like > 1 2 3 > > then when you click beyond one, it looks like > < 1 2 3 > > which throws you off somewhat. > Also, when hovering on stuff in safari, they jump one pixel because > of the borders (i think), might avoid that by using a white border on > non-hover. > Even though I love transition effects, I personally don't think it's > a good one when switching from filtering to results. > To say something positive, I think it's a cool idea witth the search- > tabs :) > > Andreas > > On Dec 20, 2006, at 14:22, Stefan Holmberg wrote: > >> Thank you all for your great input. It was a joy to read - some >> funny stuff and also it's so great to feel the support from you >> all ! I have created a new version - implementing some of the stuff >> you have mentioned but want to just have some input on one more thing: >> >> http://www.findfreefonts.net/ >> >> I have used Klaus's excellent tabs plugin and the idea is to have >> one tab with "Search filter" - and the other with results. Click >> search and you are taken to the new page - and the "results" page >> is selected. Then you can switch tab and make a new filter etc. >> However - when paging (on the Results tab) - I do get a lot of >> flickering. A new page is read and rendered - then the tab plugin >> moves the second tab to front etc. I am not all that confident in >> expressing it english - instead could you try it out and look at >> it? Any ideas? As I said I am so lame at GUI/client side >> programming I have no idea how to solve such a thing. CSS and >> display until loaded? Or maybe I should have the tabs empty when >> page loads and read the pages content in via Ajax after the page >> has rendered? How is is typically solved? >> >> Cause I don't I want want paging to be totally Ajax - i.e I want a >> new (bookmarkable) url for each page. Or maybe I shouldn't care >> about that. I mean who would bookmark page number 36? Maybe paging >> with Ajax is the way to go? >> >> >> Thanks again for your time and input - also hopefully I will soon >> be knowledgable enough to start contributing and helping out in >> this list - now I just feel like "taking" - not "giving" anything :) >> >> >> On 12/20/06, Abel Tamayo <[EMAIL PROTECTED]> wrote: >> You should make the tittle logo link to the main page too, like >> when you click on a font and go to that single page, you don't have >> a way to get back to the root of the site. >> Keep up the good work and keep learning. I'll also post about my >> site when it's ready so we're together in this ship. >> BTW, I already added your page to my del.icio.us bookmarks. >> >> _______________________________________________ >> jQuery mailing list >> [email protected] >> http://jquery.com/discuss/ >> >> >> >> >> >> -- >> Stefan Holmberg >> >> Systementor AB >> Dvärsätt 1467 >> 835 41 Dvärsätt >> Sweden >> Office : +46 640 180 95 >> Cellphone : +46 709 221 694 >> Web: http://www.systementor.se >> _______________________________________________ >> jQuery mailing list >> [email protected] >> http://jquery.com/discuss/ > > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > > -- View this message in context: http://www.nabble.com/JQuery-driven-site-tf2847615.html#a8003903 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
