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

Sunday, July 22, 2012

useful snippets

here


Apple controls

apple login form

product showcase from code

loading icon


Good design

Nice color combi

black and yellow

gray color

light gray  color ~ Good

admin site template

jquery Form, buttons & plugins

demo 1 ~ very basic

gradient buttons 101

101 plugins

important !!
CSS Generator

Table column generator

Data Table

sample 1 ~ Datatables

sample 2 ~ flexigrid

sample 3 ~ jqGrid

sample 4 ~ recurly

Saturday, July 21, 2012

time picker

this jquery timepicker is quite basic.

complex type

Wednesday, July 18, 2012

Click to edit control

Click to edit control from original blog
For textarea case, just do a click event to expand the height of the control and shrink it when lose focus.

Wednesday, June 27, 2012

Useful custom control

Tooltip control


Dropdown box selection
- Refresh issue, remember to use the below code when ajax is called. Do it when you try to refresh the current page using ajax
$("SELECT").selectBox('destroy');


Pop up control
- Pop up image only
$.modal("");




Saturday, April 28, 2012

ajax jquery loading

ajax loading screen

Twitter 101

Twitter integration basic

http://search.twitter.com/search.json?q=@XXX&page=X

@XXX : search keyword
X : Current Page

Wednesday, April 18, 2012

Monday, April 16, 2012

jquery 101

jquery 101

jquery sliding effects

Saturday, April 14, 2012

Light media player

Super light weight jquery player !!!

Friday, April 13, 2012

Upload control - Jquery + ASP.NET

clean and simple upload control for asp.net + jquery, this is not using form posting and using json to post data over to asp.net

this is using form posting which is not very useful, another framework which did form posting 

Many more for form posting
Link 1
Link 2

Thursday, April 12, 2012

loading User control

Reference

Someone builds a project on this

Similar concept but this is lazy loading
The problem with this is that, you won't be able to leverage on the server control that you have.

This is a big problem if you are looking at async postback, because you cannot have full control on the control name generated.

Jquery control 101

Super control 1

Jquery UI developer portal

Thursday, April 5, 2012

accordion

good example for accordion effect (expansion)

Good ui guy

Drag-And-Drop item sorter

Hierarchy sorter more description, very good control

Wednesday, April 4, 2012

Clean slider

You can get tons of slider in jquery, but most are confusing and hard to make changes.

This one is quite clean and easy to use, and it is able to hide the next and prev button whenever it is not necessary.

This slider is used for generating the content in the slider page.

Center alignment

This is always the pain the in the neck when you need to deal with CSS and div.

Solutions

Detailed explaination is provided in the above solutions,

instead of only applying the CSS on menu selection, you can change ul and li to class name in div.

Tuesday, April 3, 2012

jquery ui 101

Jquery tooltip

Jquery watermark

Tons of jquery effects

display your content like iPhone

Wednesday, March 21, 2012

expand and scrolling effect

the key is to append arrow icon after the expand effect

use the same id for href target with section to be shown.

Sunday, March 18, 2012

sqlite

sqliteadmin console ~ ui to administrate the database table and row

list of .net provider

sample 1 to build application

sample 2

Need to install sqlite-netFx35-setup-bundle-x64-2008-1.0.79.0

list of download available

Friday, March 16, 2012

Setup Github on bluehost

ssh command list

installation guide 1

git source code

installation for different platform

Sortable Jquery Control

sortable control demo

obtain sorting order

Good App Guy

guy1

guy2

very pro

Wednesday, February 29, 2012

interesting engine

xml driven photo engine engine 1

more engine here

accordion menu

sample 1

breadcrumb plugin

good but complex

very light weight

Jquery chart

very good plugin for charting

available to download

Tuesday, February 28, 2012

ad33cd4a-9a40-469d-b1d4-0968fcb845f4



{"Address2":"a","CustomerID":0,"Contact":"1111","Address1":"a","FirstName":"Kelvin","Zip":"A","LastName":"Kok","Email":"Kelvinkok@gmail.com","Country":"A","DeviceID":"2C408DEC-4EC5-53B2-912E-87A09CDC43EE"}

Saturday, February 18, 2012

888aabb1-ab1e-440f-8a8b-0607ca13eec5

Wednesday, February 15, 2012

Saturday, February 11, 2012

google map location pointer

VEry good control which you can search for location with auto complete function and showing the location pin on google map.

Monday, January 30, 2012

super upload control

plupload control

public
.net in vb
.net in c#

All you need to do is to create a handler to process the uploaded files

Saturday, January 21, 2012

Web request processing 101

Web authentication

Good explaination

Base64[ username:password ], keep this in the header.

Base64 Encoder

Tuesday, January 17, 2012

Setting SVN / git on bluehost

SVN Configuration on bluehost

setup SVN on bluehost 2


setup on git 1

setup on git 2

setup on git 3

Monday, January 16, 2012

pdf parser asp.net

it is here .download here

detailed implementation

Saturday, January 14, 2012