mikekick

Stories submitted by mikekick

Dynamic Custom Form Buttons With CSS(wakeim.com)

submitted by mikekickmikekick(15) 4 years, 6 months ago

Our users like pretty, usually round, buttons on the page. And the solution for sometime was (and still is) a predefined image created in your favourite graphics application that also had the caption of the button. All is fine except when you want to reuse the same button with a different text (especially in a multi language), when you have to draw another image that has only the text changed. The technique presented in this article shows an alternative and modern way to the "old" one. read more...

add a comment |category: |Views: 368

tags: another

Escape from the tyranny of the Asp.Net form(wakeim.com)

submitted by mikekickmikekick(15) 4 years, 6 months ago

A solution to get rid of the mandatory form and the viewstate while retaining some of the goodies associated with it. Developed while struggling to have postback capability by using jQuery ajax posting. read more...

add a comment |category: |Views: 8

tags: another