Skip to main content

Posts

Showing posts from June, 2011

IFrame option for Paypal Form, action in ASP.Net master page

Asp.net, Masterpage will require a Form element  in order to use server side controls like 'ContentPlaceHolder'. Ex: <form runat=server>  <asp:ContentPlaceHolder ID="cp_left" runat="server"> </asp:ContentPlaceHolder> </form> This will not stop at server side only, this code will generate a html version of this form with 'action='' ' attribute pointing to the current page. To  use a 'PayPal BuyNow' Button, the simple code will be generated as a html form. like this, <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="ADFDSFVEWERFG45"> <table> <tr><td><input type="hidden" name="on0" value="Fee Options">Fee Options</td></tr>...

Meego will take off with great speed

Meego an alternative to Android. What is it? Mobile OS. - Supported by Intel and Nokia. Now Nokia slowly off of this platform as it adapted Windows Phone 7. Meego APIs are available to the Mobile developers - and it is completely open source. Meego available for Touch Pad , Mobile phones, Cars, TV and more. Check it out  www.meego.com. Worth it.