I don't know if you guys remember back in .Net 1.1 there is a ASP.net photo gallery web application on www.asp.net site.
Does anyone know what happen to the project? Is it dead? Where can i find the source code?
Thank.
p.s. I don't remember what the project was called. It was out at the same time the ASP.net personal website was released.
I'm wondering if you're thinking about the PhotoGallery Workspace on the old GotDotNet site?
That site has been taken down now, but the author of the Project (if it's the same one you're thinking of) is Jason Gaylord. He's got a working version of the gallery on his site.
That is the only one I can remember from that era.
Is it the Personal Site Starter Kit ?
Online Photo Gallery
Easily add photos using built-in Web-based Administration system
Group your photos by albums
Random photo of the day on the front page
Allow your friends to securely login
You choose who to allow on your site
Decide which albums are publicly viewable and which ones are private
Technologies and Design Approaches Demonstrated:
Databinding using DataList, FormView, and GridView controls
Custom handler for fetching images from a database
Two built in themes demonstrates a single-site multiple-theme architecture
Security trimming using the menu controls
BTW, I found this by browsing to http://asp.net/ and typing "photo gallery" into the search box.
Also found: Starter Kits and Community Projects
Related
I have a Wordpress hosted application and I need to create a mobile version of it. As I read in one article, there is a way create a mobile application from hosted web application (not sure if that technique has any particular name). I was able to create the mobile application but I ran into a issue; when I am redirecting to any page, the mobile application is opening the browser to show the page. After some research I found that the solution will be to change all the href to window.open(url, '_system'). Is there any easier way to solve this issue?
The same article shows how to use the Camera plugin with the hosted ASP.Net application. Could anyone suggest an article that shows how to do the same thing but with Wordpress application.
You should have a look at WordPress hybrid project if you are looking for managed and performance enhanced app.
Otherwise, you can also use inAppBrowser for easy and fast development here is a Docs.
I am building a new MVC website with security managed by a default membership provider. The site will use Umbraco 7 for its structure and a certain amount of content editing but the core of the site will be a bespoke ASP.NET MVC application with its own users and business rules around user accounts.
Umbraco has its own membership provider. Certain users in my site will also be content editors in Umbraco, but I don't want them to have to login to Umbraco separately. Is this possible? I should point out I don't want to use Umbraco to manage the bulk of my site's users who will have nothing to do with content editing.
I've read a lot about extending the UmbracoDefaultProvider, but this always presupposes that all user accounts are being managed by the Umbraco back office.
Any guidance appreciated.
Edit:
Having analysed this a bit further (I'm still pretty new to Umbraco) I'm asking if it's possible to link member types with user roles, so an authenticated member can access the Umbraco back office and edit content. In my proposed system I'll have people who have a role in the main website (Umbraco 'members') who will also be responsible for content editing (Umbraco 'users'). Seems silly that they have to log in separately for each of these responsibilities but from research it seems to be impossible. Would be grateful if anybody could confirm.
As Umbraco has it's own UI for managing the contents, its so unlikely to provide a separate place for some users that they want to change the contents as well.
You can develop a custom control panel interact with Umbraco separately for specific types of users but its just a duplication of some features of Umbraco backoffice.
I have been using BlogEngine for some time as a CMS (Web Forms version). Does anyone know of a plug-in image gallery (need ability to upload, delete, etc.) for BE? Failing that is there, any standalone ASP.NET image gallery out there I could customize and incorporate into BlogEngine?
Going to give this a try - found this in the BE extension gallery:
http://dnbegallery.org/cms/List/Extensions/PrettyPhoto2
http://rtur.net/blog/post/2011/01/04/Picasa-and-PrettyPhoto-updated-for-BlogEngineNET-20.aspx
We are planning to create an asp.net website (probably mvc), that needs a cms for news items.
Our content managers and others who require to publish news have asked if they can use wordpress for content management.
Our users have different roles, and news items should be visible to certain roles, or even specific users if possible.
The reason they want wordpress is the manager's user friendliness, so if some other alternative with the same kind of user experience would be ok.
Could anyone please point me in some direction?
NOTE: I'm still doing research at the moment, so I've got nothing holding me back at this point.
There is an API plugin that has been developed to spit out information in JSON, but I have not actually implemented a site with it:
http://wordpress.org/extend/plugins/json-api/
Perhaps you could have the authors work on a wordpress install and create your app to draw content via that plugin?
I too was facing the same issue, little different. We want to have WP as CMS so that our site can take the benefit of SEO which is very easy with WP. SO we installed WP under a folder in the Main ASP.net based website. Initially there were issues, I was unable to run it. Finally managed to run it. Solution is posted here - http://www.wwwlabz.com/how-to-run-a-php-based-website-from-a-subfolder-in-asp-net-website. Hope it will help someone. Actual site where we implemented this is http://www.periproperties.com/content/.
Now I want to have specific section of WP to be accessible on my site. SO I am exploring different options and will post, if found something
Thanks.
DotNetNuke is the most popular ASP.NET based CMS (source). I am implementing my first project in it and so far I am very happy with it.
Note the free edition will not work for you since you need customizable security roles and free has a limited set of predetermined roles. You'll need the pro edition.
I don't know how similar it is to WordPress. Overall, WordPress is much more popular but of course there are platform issues with WordPress since it is Apache based and you want to create an ASP.NET website.
I am developing a website that will have content rotator in one of the pages. The only dynamic part of the website will be the news part. I want to add a content management page for the news. The news items will be edited by the user and will be published. The rest of the website wont be affected.
There are many free content sliders but unfortunately none of the ones i found has a content management system. I am developing the website in asp .net. I dont want to use a very big content management system for such a small job. Is there any free or commercial with a small price product that can fullfil my requirements ?
Thanks
Yes, you can find via my profile link that I made for programmers. There are other great ones too like Page Lime which is great for designers. You could try some open source ones for ASP.NET like Orchard CMS or DotNetNuke. It all depends on your comfort level. I do prefer the cloud ones myself but I'm a bit impartial as I hate installing things and having to learn frameworks.