Tuesday, December 4, 2012

WCF postback size limitation

The maximum size is about 1MB. You need to modify web.config for this.



  <system.serviceModel>
    <serviceHostingEnvironment aspNetCompatibilityEnabled="true"/>
    <standardEndpoints>
      <webHttpEndpoint>
        
       
        <standardEndpoint name="" helpEnabled="true" automaticFormatSelectionEnabled="true" maxBufferSize="2147483647" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647">
          <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
        </standardEndpoint>
      </webHttpEndpoint>
    </standardEndpoints>
  </system.serviceModel>

Sunday, October 7, 2012

Good controls

sortable plugin

uploader

jquery ui theme


app creator

app creator 2

phone gap
api

Good dragable control + color theme

dragable Control

seems that jquery color theme is good

Wednesday, September 19, 2012

integrating ASIHTTP

key note

issues

-xml lib file is missing

Good photo viewer

similar to native photo app viewer

Monday, September 17, 2012

Addressbook - ios 101

Custom control to simulate address book phone vc

Custom control that simulate address book phone detail VC


Sunday, August 19, 2012