Notices tagged with theme, page 2

  1. OK, I think these queue things in jQuery are beginning to fallinto place. At least I understand now why my first code (only implicitly using a queue) ended up being asynchronous. Now first #, and then I'll try my own queueing # # :)

    Thursday, 28-Nov-13 19:15:55 UTC from oracle.skilledtests.com
  2. I made it out of my # no solution to my toolbar button problem in my # yet :(

    Thursday, 28-Nov-13 05:42:44 UTC from oracle.skilledtests.com
  3. trying to solve a hard little problem in my # - and falling asleep while trying to think it through: # but maybe I'll solve it in my sleep...

    Wednesday, 27-Nov-13 21:50:51 UTC from oracle.skilledtests.com
  4. when scripting, it helps if you type variable names correctly. :-/ # #

    Wednesday, 27-Nov-13 09:25:26 UTC from oracle.skilledtests.com
  5. YAY! finally solved another problem (creating a new plugin-theme integration mechanism) in my # # # - need to work it out now, but the basic wiring is in place and works. \o/ I feel like celebrating and maybe "taking a day off" tomorrow (I still have sewing and crocheting to do :))

    Tuesday, 26-Nov-13 18:51:18 UTC from oracle.skilledtests.com
  6. well, let's try to properly implement these 'popmenu' buttons, now that I've worked out *how* to do that. # #

    Tuesday, 26-Nov-13 06:41:58 UTC from oracle.skilledtests.com
  7. after a lot of poking around # code, I now know what to do in my # - # :) good night !tzaf !fediverse!

    Monday, 25-Nov-13 23:07:06 UTC from oracle.skilledtests.com
  8. I've (finally) worked out a new construction for my reveal-on-hover button which in turns reveals an actions menu on hover; this one doesn't leave traces in various browsers on "unhover". Yay! Now I need to convert them all to this new construct (and make them handle a click instead of only hover as well) - slightly more code, but works much better: still a win! # # Firster: to the supermarket!

    Monday, 25-Nov-13 15:19:42 UTC from oracle.skilledtests.com
  9. jQuery is so easy to use, it's also very easy to make stupid mistakes after you haven't used it in anger for a long time :( (problem solved now :)) # #

    Sunday, 24-Nov-13 13:29:18 UTC from oracle.skilledtests.com
  10. yay, major step forward: my fancy plugin-theme integration mechanism works! now a second #, and then f\urther implement my mechanism! # # \o/

    Thursday, 21-Nov-13 07:16:34 UTC from oracle.skilledtests.com
  11. @sazius morning! more tea sounds like a good idea! - going to do some major reconstruction surgery on my # and plugins today...

    Thursday, 21-Nov-13 06:05:35 UTC from oracle.skilledtests.com
  12. @mk for instance I've now finally figured out (to a large extent at least) how to make a plugin compatible with my theme without tripping it up when it's used with a different theme. I'll have to backtrack a little to put that into practice, but that'sOK - all part of the learning process. # #

    Wednesday, 20-Nov-13 21:50:13 UTC from oracle.skilledtests.com in context
  13. Not a lot of code today - but I learned and figured out a lot of things. Getting a much better idea how Piwigo works and what I can and cannot do in a theme (or a plugin for that matter). Still # is easy to dive into and then gradually learn - I like that a lot. # #

    Wednesday, 20-Nov-13 21:26:57 UTC from oracle.skilledtests.com in context
  14. so, I fixed a few problems again. now, #, and then some other # #

    Wednesday, 20-Nov-13 07:31:36 UTC from oracle.skilledtests.com
  15. well, enough for today (# already!) - I had some problems but still made good progress on my # # good night !tzaf !fediverse :)

    Wednesday, 20-Nov-13 00:52:04 UTC from oracle.skilledtests.com
  16. no HTML5 renaming as yet: I hit a logical #: the main 'category' page can contain albums (subcategories) as well as photo thumbnails - each with its own pagination. ugh. Need to work out first how to do that cleanly and user-friendly. # # #

    Tuesday, 19-Nov-13 23:00:14 UTC from oracle.skilledtests.com
  17. OK, <div id="content"> is now <main id="content"> all over the place (with one exception: HTML mail - I'm not sure how much compliance I can expect in that environment (anyone?), so I'm conservative there). Next: some <section>s, <nav>s and <menu>s # # # #

    Tuesday, 19-Nov-13 21:41:01 UTC from oracle.skilledtests.com
  18. completely separate navbar areas from content (instead of including them in content), solved some hairy problems, and further tweaked appearance of pagination bar. time to implement some # <section>s and a <main> for the content. first, a !beer - I think I deserve one now :) # # #

    Tuesday, 19-Nov-13 17:33:19 UTC from oracle.skilledtests.com in context
  19. @tazman on my second # already, trying to solve a hard-to-find problem in a # plugin (and/or my #) :(

    Tuesday, 19-Nov-13 10:52:41 UTC from oracle.skilledtests.com
  20. @mk Well, stylesheet re-reorganized - and damage repaired. That was easy :) When you see a sudden huge change in lauyout it's usually a simple, small error ;) # #

    Monday, 18-Nov-13 17:16:54 UTC from oracle.skilledtests.com in context
  21. oh, ick. I had nicely (and hierarchically) reorganized my stylesheet. Now I find doing that I managed to override specific rules with more generic ones, instead of the other way round. *sigh* # #

    Monday, 18-Nov-13 16:59:13 UTC from oracle.skilledtests.com in context
  22. breaking my head over tags that are opened in one # and closed in another (again) - this is nearly always a sign of bad technical # design and makes structure hard to understand; reorganizing things once again! #

    Monday, 18-Nov-13 15:03:50 UTC from oracle.skilledtests.com in context
  23. @jk it's complicated all right: the presence of each lower level depends on a toolbar action in a level above - essentially a 'drill down' operation. It took me a lot of time to really understand that and get it coded consistently (and even, using Smarty, add an extra bottom margin only on the bottom headerBar) # #

    Sunday, 17-Nov-13 22:39:14 UTC from oracle.skilledtests.com
  24. @mk OK, so I'll start with taking the whole thing out of #, and ponder teh rest while doing that... # # #

    Sunday, 17-Nov-13 21:06:18 UTC from oracle.skilledtests.com in context
  25. so, let's "turn on" some more new HTML5 element names in mt # # nav, main, section (I'll do menu later). first question to solve: do I use one nav element containing 1-3 'bars', or do I create a section with 1-3 nav elements?

    Sunday, 17-Nov-13 20:12:09 UTC from oracle.skilledtests.com
  26. how lovely - the way I've been coding toolbars with 'popover' boxes maps exactly to how HTML5 suggests using menu and menuitems # # # #

    Saturday, 16-Nov-13 22:58:18 UTC from oracle.skilledtests.com
  27. damn. I just accidentally closed a Chromium window with countless tabs I'm using while # # - and that closing somehow nearlyt brought down my whole desktop :(

    Saturday, 16-Nov-13 10:28:09 UTC from oracle.skilledtests.com
  28. trend from your home timeline (where you follow 330 users): # # # | # # | # # | # | # | #

    Thursday, 14-Nov-13 11:56:07 UTC from oracle.skilledtests.com
  29. so, after I eat this bread with really tasty turkish Pfeffersalami :) I'll be ready to kill off a load of almost-the-same JavaScripts and replace them with a single much smaller one :D # #

    Thursday, 14-Nov-13 10:10:07 UTC from oracle.skilledtests.com
  30. for now, reams of comments in my stylesheet and templates, but I have finally worked out a way to correctly position 'popover' boxes (triggered by a toolbar button) *without* needing JavaScript to calculate its position! JS now only needs to do show/reveal (and I can make it work (less nicely) without JS at all. # # # \o/

    Thursday, 14-Nov-13 06:48:00 UTC from oracle.skilledtests.com