Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > DEVELOPMENT > Template design and Front-End Code

Post Reply
 
Thread Tools
  #131  
Old 06-05-2008, 01:31 PM
patpro Offline
forum loafer
 
Join Date: May 2008
Posts: 18
online at http://www.patpro.net/photos

works great, as far as I can say (latest safari, on latest Mac OS X available).

edit:
Just made a test on Firefox 3 rc on Mac, and it's ok.
__________________
Je suis root, si vous me voyez rire, vérifiez vos backups. ~ Blog ~ Photo
Reply With Quote
  #132  
Old 06-05-2008, 01:53 PM
TheMarco Offline
pixelpost guru
 
Join Date: Apr 2008
Posts: 195
BETA 14 is now available

Thanks a lot patpro! I had a look in IE as well and all seems fine.

I've uploaded beta 14 to the download page. I have made no changes so you don't have to get the uploaded file patpro!
Reply With Quote
  #133  
Old 06-05-2008, 02:13 PM
pengrus Offline
pp veteran
 
Join Date: Jul 2005
Posts: 56
Great!

Hi Marco,
Could you please explain the thumbnails a little bit? Do they must be in crop/square form rather than original aspect? What is the best thumbnail size configuration?

Thanks!
__________________
http://www.pengs.net/photo/
Reply With Quote
  #134  
Old 06-05-2008, 02:34 PM
patpro Offline
forum loafer
 
Join Date: May 2008
Posts: 18
Marco: you're welcome.

One thing I would LOVE, for future releases, is a list of:
- changed files
- removed files
- added files

The upgrade process would be far more easy and fast!

pengrus: as far as I know, you are free to use the aspect ratio of your choice, as long as the thumbnail width is 100px.
I choose square thumbnails, so their size is 100x100px, you can choose non-square thumbnails, say 100x75px for example, which is the recommended size.
__________________
Je suis root, si vous me voyez rire, vérifiez vos backups. ~ Blog ~ Photo
Reply With Quote
  #135  
Old 06-05-2008, 08:49 PM
TheMarco Offline
pixelpost guru
 
Join Date: Apr 2008
Posts: 195
@patpro in this case quite a lot changed as there were accessibility enhancements. Right now things are fairly stabilized. I will only fix bugs if any are found and not make any feature changes anymore. I would like to be able to announce the real 1.0 version soon!

I do have some plans for more advanced features but those will appear after 1.0. For example I'm thinking of a highly advanced search page with realtime AJAX results showing thumbnails. But as said, that's for AFTER 1.0. No more big changes before that.
Reply With Quote
  #136  
Old 06-05-2008, 09:07 PM
patpro Offline
forum loafer
 
Join Date: May 2008
Posts: 18
Quote:
Originally Posted by TheMarco View Post
@patpro in this case quite a lot changed as there were accessibility enhancements.
ho I know that I merge your changes with my dark matter install online, so that I won't lose my modifications.
That would be just awesome being able to diff only files that changed since the next release, instead of make the diff/merge for every file.
__________________
Je suis root, si vous me voyez rire, vérifiez vos backups. ~ Blog ~ Photo
Reply With Quote
  #137  
Old 06-06-2008, 03:49 AM
pengrus Offline
pp veteran
 
Join Date: Jul 2005
Posts: 56
Marco,

Just a quick observation about your latest Beta 14 version. I noticed that in the image_template.html, this is the previous code:

Code:
		<script type="text/javascript" src="templates/darkmatter/js/yahoo-dom-event.js"></script> 
		<script type="text/javascript" src="templates/darkmatter/js/animation-min.js"></script>
		<script type="text/javascript" src="templates/darkmatter/js/cookie-beta-min.js"></script> 
		<script type="text/javascript" src="templates/darkmatter/js/connection-min.js"></script> 
		<script src="templates/darkmatter/js/tools-effects-min.js" type="text/javascript"></script>
		<link rel="stylesheet" type="text/css" href="templates/darkmatter/css/reset-fonts.css" />
And now you changed it to

Code:
		<script type="text/javascript" src="http://yui.yahooapis.com/2.5.2/build/yahoo-dom-event/yahoo-dom-event.js"></script> 
		<script type="text/javascript" src="http://yui.yahooapis.com/2.5.2/build/animation/animation-min.js"></script> 
		<script type="text/javascript" src="http://yui.yahooapis.com/2.5.2/build/connection/connection-min.js"></script> 
		<script type="text/javascript" src="http://yui.yahooapis.com/2.5.2/build/cookie/cookie-beta-min.js"></script>		
		<script src="templates/darkmatter/js/tools-effects-min.js" type="text/javascript"></script>
		<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.5.2/build/reset-fonts/reset-fonts.css">
Is it a good idea to link to an external site for the .js and .css files? What is the site yui.yahooapis.com went down? Then our sites won't be able to load, right? Also, because we are located all over the world, the loading of yui.yahooapis.com may feel very slow in other part of the globe...

Is this something that we can change?

Thanks,
Sean
__________________
http://www.pengs.net/photo/
Reply With Quote
  #138  
Old 06-06-2008, 06:44 AM
TheMarco Offline
pixelpost guru
 
Join Date: Apr 2008
Posts: 195
I put some explanation about the Yahoo stuff in the README file:

Quote:
YUI (THE 'STUFF FROM YAHOO' BEING LOADED)

Dark Matter was built with YUI (http://developer.yahoo.com/yui/), an open source Javascript and CSS framework. The framework assets are loaded from Yahoo! servers. The reason for this is that Yahoo! serves these assets from an ultra fast content delivery network (CDN) which results in faster page loading than hosting the files yourself. If you're concerned about this, you can download the files from the YUI website and host them on your own server. I would however advise against this.
Hell will probably freeze over before the Yahoo CDN goes down so I'd leave it as it is. It's also WAY faster.
Reply With Quote
  #139  
Old 06-06-2008, 07:23 AM
patpro Offline
forum loafer
 
Join Date: May 2008
Posts: 18
more importantly, it allows yahoo to update its framework (security patch for example).
__________________
Je suis root, si vous me voyez rire, vérifiez vos backups. ~ Blog ~ Photo
Reply With Quote
  #140  
Old 06-07-2008, 07:37 AM
nosyt Offline
forum loafer
 
Join Date: May 2007
Posts: 2
Hi, i'm LOVING the template. I got mostly everything to work smoothly after playing around with the settings and browsing the forums. However, i'm still running across one minor problem: the p_next.png/p_prev.png that pop up on either side of the image when you hover your mouse doesnt seem to be showing correctly. They pop up on the upper corners of the image rather than in the center, and they dont load correctly.

You can check it out at www.photoshite.net. Any ideas? I've tried reuploading the images, and I haven't messed with the code at all. Thumbnails are also set to 100x75 by 5. Please advice, thanks!
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 11:59 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs