Click here to Skip to main content
15,886,110 members

Comments by metharam (Top 8 by date)

metharam 12-Aug-13 11:01am View    
http://weblogs.asp.net/scottgu/archive/2010/07/29/vs-2010-web-deployment.aspx - Looks like this one is close except that i am using a remote server to publish the MVC application. Options looks very different on Visual web developer 2010 express than what i see on the link above, while doing the publish. I cant attach screen shots here to show, any recommendations?
metharam 7-Aug-13 11:17am View    
Thanks!
metharam 6-Aug-13 11:15am View    
I guess I am almost there for answers around MVC, Thanks lot for the feedback.
Before I can accept this as a complete solution, couple more questions:

-Fortunately or unfortunately i will need to go to Framework 4.0 now. So from your notes, i will install Web Developer express edition for .NET 4.0 version . So,
1. can i install MVC4 templates and use it to develop the site?
2. Agreed to Filestream process.
3. Agreed to Windows Authentication
4. Within the Network contraints for browser compatability, i had to choose pure Css multilevel. Agreed.
5. Thanks for the info on webparts. I agree with the comments from :mgoad99
6. CMS implemented with MVC- good info thanks for this.
metharam 5-Aug-13 15:58pm View    
Hi , Is above solution applicable to this Environment: ASP.NET 3.5 MVC2 website using Visual Studio 2008.
metharam 3-Apr-13 10:27am View    
Deleted
Hi, I somehow was able to edit my existing jquery to display the image gallery like a carousel but cant get the lightbox effect yet.

COde snippet on ASPX page:

<div class="box-03-top"></div>
<div class="box-03 box">
<!-- Slider -->
<div id="loopedSlider" class="box">
<div class="container">
<div class="slides">
<!-- first 5 items -->
<div><ul class="list box">
<li><img src="<smallimage"></li>
<li><img src="smallimage" height="125px" width = "140px" /></li>
<li><img src="smallimage" height="125px" width = "140px" /></li>
<li><img src="smallimage" height="125px" width = "140px" /></li>
<li><img src="smallimage" height="125px" width = "140px" /></li>

</ul></div>
<div><ul class="list box">
<!-- next 5 items -->
<li><img src="smallimage" height="125px" width = "140px" /></li>
<li><img src="smallimage" height="125px" width = "140px" /></li>
<li><img src="smallimage" height="125px" width = "140px" /></li>
<li><img src="smallimage" height="125px" width = "140px" /></li>
<li><img src="smallimage" height="125px" width = "140px" /></li>

</ul></div>
<div><ul class="list box">
<!-- next 5 items -->
<li><img src="smallimage" height="125px" width = "140px" /></li>
<li><img src="smallimage" height="125px" width = "140px" /></li>
<li><img src="smallimage" height="125px" width = "140px" /></li>
<li><img src="smallimage" height="125px" width = "140px" /></li>
<li><img src="smallimage" height="125px" width = "140px" /></li>

</ul></div>

</div> <!-- /slides -->
</div> <!-- /container -->

</div> <!-- /looperslider -->

<!--jquery image scroller-->
<script type="text/javascript" charset="utf-8">
$(function(){
$('#loopedSlider').loopedSlider();
});
</script>


</div> <!-- /box-03 -->
<div class="box-03-bottom"></div>

/*
* loopedSlider 0.5 - jQuery plugin
* written by Nathan Searles
* http://code.google.com/p/loopedslider/
*
* Copyright (c) 2009 Nathan Searles (http://nathansearles.com/)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
* Built for