Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

image - Photo as website home page background dimensions? -


hope question ok on stackoverflow. want use photo background homepage of website. photo take entire page. don't know resolution should make photo. thinking 1920 x 1200px people 24 inch screen don't see 'ends' of photo. big enough? i'm worried site looking ok on screens larger 24 inches.

also know how should optimize photo loads fast possible? thanks.

overall, seems question of trade-offs. better resolution, slower page load do-nothing page. worth slow-down have better resolution , avoid pixellation?

also, think you're asking wrong question, since 24-inch screen can in multiple resolutions.

i approach in following manner:

  1. what largest resolution must have photo "good" on? make photo resolution. if 24" target, @ resolutions size monitor "typically" supports , target that.

  2. what number of colors want? (or perhaps b&w / grayscale). if reduce number of colors (preferably "web-safe" colors), can load faster same resolution.

  3. a program photoshop (or gimp) give power in tuning these parameters.

do care if portion of photo displays when viewer has smaller window?

i know isn't cut , dried answer, these things seldom (imho).


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -