gallery

How to implement a company-internal icon gallery

I love writing my own web-based applications, but don't want to succumb to the not invented here syndrome. So before I go write this myself, I'm looking for solutions that either do this, or perhaps frameworks (like Django or Joomla, etc.) that give me a starting point fairly close to what I need. My company produces software with a la...

Actionscript - scroll through images left to right

Hi. I have made a flash gallery that loads images from an xml file and fades them in and out. However I have been asked to make it so they fade in from left to right (i.e. hiding a bit of image while slowly revealing the whole image). Code is below: _root.onEnterFrame=function () { var picLoaded = thisLoader.getBytesLoaded(), pi...

Can anyone recommend an Image Gallery with a good programming API?

What is the best solution/API for this? On my site users upload image, tag then and more. Instead of displaying the normal page where it shows the image and info (date, desc, user comments, etc) I want it to go to the next/prev image. Preferably with preloading. This code could be done either in flash or javascript, but I would need a wa...

Is there a gallery of great application UI's that can be used for ideas?

I'm looking for websites that showcase screenshots of applications with exceptional UI design. I'm writing an application and am taking my time considering what the UI should look like. My audience is not business but family. My previous UI-design experience (and comfort) is with Windows Forms so I would typically use standard list bo...

Photo Blog on the Cheap

My dad and step-mom are building a straw bale hay house this year and I've put up a Mephisto blog for them to document it. However, my dad is not really technically savvy and the "file upload and link inside of a blog post" process is a bit much for him. Therefore, I'm seeking some alternatives. I have a couple of ideas. One is to use fl...

What's the best jQuery "click a thumbnail and change the main image" module?

Here's what I have (all generated dynamically, if that makes a difference) : A list of images A caption for each image A thumbnail for each image The page should load with one full-size image and all the thumbnails. When a user clicks a thumbnail, the full-size image shows that new image with its caption. If they click another thum...

Good CMS/Publishing platform with media plugin and nice urls

Hi, I'm looking for a good publishing platform with a good media gallery. I'll need to show several sorts of video and images, so a good media gallery is a must. I've tried drupal, but I don't like the node organization structure. I'm searching for a simple URL scheme, because in the future I may want to migrate my static html site to t...

Log Error: Failed to create list

Hi, I have a Site Template with few customized lists and customized pages. I create new webs when ever needed using the site template. After creating the web, I also set up a theme and unique permissions to the web using C# code itself, then I redirect the page to the newly created web URL. My code runs within a Long running operation. ...

xml flash gallery / joomla help needed

Hi all, I've bought the "virtual gallery" from flashden but I'm having problems implementing it.. I'm not used to using flash galleries or xml files, so hopefully someone can help me out a bit. Here's the call to the flash (js): var so = new SWFObject("gallery.swf?xml=category_1.xml", "virtualgallery", "100%", "600", "10", "#414141")...

Ajax Image gallery / Open, Close Window Effect

Can anyone point me in the direction of such a script? It should also be able to work when called into another ajax window. This is the type of gallery i am going for: http://dageniusmarketer.com/DigitalWonderland/pages/DemoGalleryExample.html It should go on this page: dageniusmarketer.com/DigitalWonderland/ Portfolio section. This...

Why Portfolio Gallery isnt loading into Ajax/JQuery window- Need fix

Can someone tell me why this: http://dageniusmarketer.com/DigitalWonderland/pages/Portfolio.html works fine on its own page all by iself, but when I try to load it inside my current site using ajax and jquery, which is, dageniusmarketer.com/DigitalWonderland/ On the portfolio page, i get this error: this.loader = new GalleryLoader(...

Gallery CSS into JQuery / Ajax page div

Please someone help me out with this: I have the gallery html page loaded and getting called in correctly to my mainContent div in my page. if you go here: http://dageniusmarketer.com/DigitalWonderland/index-jquery.html click on portfolio, you will see that the gallery loads, but, the image thumbnails and display is way off. its supp...

Gallery CSS into JQuery / Ajax page div2

Please someone help me out with this: I have the gallery html page loaded and getting called in correctly to my mainContent div in my page. if you go here: http://dageniusmarketer.com/DigitalWonderland/index-jquery.html click on portfolio, you will see that the gallery loads, but, the image thumbnails and display is way off. its suppo...

jQuery lightbox Gallery

Does a jQuery plug-in exist with standard lightbox functionality? In the "lightbox" window I'd like to show the current image and the rest as thumbnails somewhere (left, bottom, etc.) in the same "lightbox" window. ...

CSS Image Gallery Float BUG

This is new one, I'm having problem with an Archive page i've made. It seems like a fairly straight forward floated div image gallery... but for some reason the there's a bunch of line breaks randomly throughout the divs. I thought it may have been a problem with Cufon or IE.JS etc but I disabled all JS and it still bugs out. See: htt...

Gallery Iteration

I'm working on an image gallery that looks up all of the images that I have uploaded, and allows me to display them 5 at a time on a single page. The problem is, i'm unsure about how to approach this. I have $_GET['max'], which is supposed to be the top most image to be displayed. $min would be $_GET['max'] - 5. In the event that the...

WPF Image Gallery

I'm going to be driving a touch-screen application (not a web app) that needs to present groups of images to users. The desire is to present a 3x3 grid of images with a page forward/backward capability. They can select a few and I'll present just those images. I don't see that ListView does quite what I want (although WPF is big enoug...

jQuery media browser

Hi, I am attempting to build out a visual jQuery based browser for thumbnailed assets grouped by the upload date of the asset. The backend part is fine, but I'm having a really hard time finding a workable visual solution that can handle (potentially) hundreds to thousands of assets smoothly. The display of the content is not an issue...

making un-visible a specific part of url generated by javascript + codeigniter

Hi friends, http://www.blabla.com/our_work/client/client-name#/uploads/18.jpg I use CodeIgniter, and this is the url I have. I use a gallery script at the page, and it generates #/uploads/18.jpg such thing at url :( is there any way to make it unvisible or sth . maybe with htaccess. i dont know. i dont want to spend an another day ...

How do I create a PHP/MySQL powered image gallery from scratch?

This question has been asked before mentioning the lib or includes that provides a functional gallery, But i want to create one from scratch. So any ideas on the following Galleries need to be uploaded using Form and Browse(This i can find no Problem, just need it to be there to outline the steps) Need to have a thumbnail image created...