Image gallery for ASP.NET - asp.net

Does anyone have a suggestions for a superb cool image gallery that I can use for a website I am creating?

I'm assuming that by "superb cool" you're going to want a slick, "web 2", responsive client-side interface.
I would suggest you use a javascript library such as jQuery, and look for an image gallery plugin for it. There are a ton of them out there, for example: http://speckyboy.com/2009/06/03/15-amazing-jquery-image-galleryslideshow-plugins-and-tutorials/

You might look at the silverlight examples at http://www.silverlight.net/community/samples/silverlight-samples/

http://cutesoft.net/ASP.NET+Image+Gallery/
We use this one. You can modify many functions by changing the js, css and template files.

Gallery Server Pro is an ASP.NET open source digital asset management and web gallery application. It is built as a single user control you can drop into your existing application.
Disclaimer: I am its creator and lead developer.

To display they nicely on the page you can use jQuery FancyBox.
http://fancybox.net/home

Related

asp.net application to html5/css3

I have an asp.net application made in VisualStudio2008 and I want to have a similar kind of application for mobile users and I want to use HTML5 and css3 for that but I dont know how to deal with code-behind part can anyone help?
You can expose the logic/code in code behind through web services,(better if they are RESTful), and then consume those services through your client side code (jQuery)
You might want to look into something like Nustache (Mustache for .NET).
A better option would be to reproach your front-end markup so that it's responsive. A great option would be to use something like Twitter Bootstrap or Zurb's Foundation framework.
You can use jquery mobile for your project this is article maybe help you.
Use Twitter Bootstrap http://twitter.github.com/bootstrap/. It really is the best option and will make creating a responsive mobile and desktop site a breeze.

Control to play video in asp.net page

I am looking for free video player control which can play video in my .aspx page.
i am using c#,.net 4.0 framework.
Have a look at Flowplayer.
Could be what you're looking for.
JWPlayer
is a nice one supporting many formats and even supports Silver light works fine on java script/HTML5 too.... It's free and open source too.
and can be used with any web development platform as it is javascript..
You can use object and embed html control and then pass the desired plugin as these blog posts shows
http://www.walkernews.net/2008/08/17/windows-media-player-how-to-embed-wmv-file-in-html-code/
http://www.walkernews.net/2008/01/11/how-to-embed-flv-flash-in-wordpress-or-html/

how to implement photo gallary with slide show

I am developing a web application, I need a modern photo gallary using ajax or jQuery.
With jquery you will have many options. But what i like the most is Galleriffic becuase it is customizable and quite trendy:
http://www.twospy.com/galleriffic/example-2.html
Regards.
use plugin
http://blarnee.com/wp/jquery-image-carousels-for-slidehow/
http://plugins.jquery.com/project/carousel3d

image editor component for my web site

I know this has been asked before, but I am hoping that there are more options available now.
I am looking for a nice simple image editing plugin that I can include in my document imaging system.
It doesn't need serious photoshop type functionality, just the basics like zooming,cropping,resizing,flipping and rotating.
Doesn't have to be a freebie component, but I would prefer there to not be runtime licenses because there will e multiple implementations of our product.
btw - website is in ASP.Net
Thanks
Craig
We use CuteEditor from www.cutesoft.net, its a great html editor and has a good uploading and image editing, I think these can be used outside the editor: see: http://cutesoft.net/forums/9329/ShowPost.aspx

Displaying pictures/photographs in asp.net website

I want a really nice way to load in pictures onto a webpage, like a portfolio of my work (let's say it's pottery that I sell on the web) - various fade effects and the like - what can you recommend? Is there something in JQuery?
Thanks
The most popular are probably:
lightbox
lightbox2
thickbox jquery plugin
There are plenty of jQuery plugins that will do this for you. One that I like is the Cycle plugin. There is also Cycle Lite if you don't need as many effects. For more you can search the jQuery plugin database for slideshow or carousel -- and perhaps other keywords.
I really love fancy
I'm using the LightBox on my website and have not found anything easier to work with. Best of all it is free. Here is an example of the implementation on my website.
Italy Pictures
You can download the Lightbox code here...
Lightbox 2 may be worth a look. Nice way of loading images from thumbnail links. Very simple to implement too.
Besides what has already been mentioned, I have used slideshowpro and really like it. A very inexpensive download (like $20 or something like that), its free to try, and widely used. It is a flash plugin however, so you need to be OK with that (you don't need to know flash to use it)
Its use xml files to define the gallery/pictures and has a lot of easily configurable options. Also has an add-in for Picasa that will automatically generate the XML for you from a list of files.
http://slideshowpro.net/

Resources