Search

You searched for the word(s): userid:624460

Matching Posts

  • Re: online credit cards payments

    The following articles comparing popular payment gateways like - Authorize.net Verisign Payflow Pro Verisign Payflow Link LinkPoint API LinkPoint Connect Plug 'n Pay PayPal Google Checkout .... can help you decide on what's best for you - http://www.sitepoint.com/article/money-where-mouse-is-gateways/2/ http://www.authorize.net/advantage/
    Posted to Free For All (Forum) by mvark on 9/14/2009
  • Re: Wikis?

    There are atleast 2 open source Wiki applications that you can integrate into your application - http://sourceforge.net/projects/flexwiki/ http://www.screwturn.eu/Wiki.ashx You may also find this article useful - Building Wiki Web Sites with ASP.NET and SQL Server - http://www.devx.com/codemag/Article/20648
    Posted to Architecture (Forum) by mvark on 9/11/2009
  • Re: Iphone browser emulator

    Have you tried this - http://eise.es40.net/ The emulator is open source - http://sourceforge.net/projects/iphoneemulatorb/ Alternatively, if you install Safari for Windows, you can set the User Agent to Mobile Safari on iPhone and test your web page. To get started, click on Edit -> Preference in Safari, then go to Advanced tab. Check the checkbox for "Show Develop menu in menu bar" option. A new option “Develop” will appear in the menu bar. Click on Develop, and then select "User
    Posted to Mobile and Handheld Devices (Forum) by mvark on 9/11/2009
  • Re: animation to show page is still loading?

    Check the Javascript-based technique discussed here to show a progress indicator for slow loading pages - http://www.aspnetpro.com/NewsletterArticle/2003/08/asp200308bm_l/asp200308bm_l.asp
    Posted to Getting Started (Forum) by mvark on 9/9/2009
  • Re: Twitter feed

    Using a Widget is the simplest way to display RSS from an external site. This link shows how to create & customize one - http://www.labnol.org/internet/tools/embed-rss-feeds-add-html-websites-javascript/2515/ If you need greater control on how the feed is displayed, use the ASP.NET RssToolkit to display - http://blogs.msdn.com/shahpiyush/archive/2007/06/16/3331941.aspx
    Posted to Free For All (Forum) by mvark on 9/9/2009
  • Re: DateTime Stamp Issue

    The local time is equal to the Coordinated Universal Time (UTC) time plus the UTC offset. Consider storing date/time values in UTC rather than server time - http://aspnet.4guysfromrolla.com/articles/081507-1.aspx DateTime currentServerTime = DateTime.UtcNow.ToLocalTime(); currentServerTime = ((DateTime) Eval("DateCreated")).ToLocalTime() The ToLocalTime method converts a DateTime value from UTC to local time. To convert the time in any designated time zone to local time, use the TimeZoneInfo
    Posted to Getting Started (Forum) by mvark on 9/8/2009
  • Re: Seeking volunteer jobs to freelance my IT skills

    There are a number of ways to get involved in interesting projects that may not pay in short term but can yield dividends. CodePlex, Sourceforge, code.google.com host a lot of interesting projects that also look for contributors. You can browse & pick one that interests you. Many online services now offer APIs (ex - Microsoft Translate, Google Maps etc) that let's developers to build apps independently. You can view a list of such APIs here - http://www.programmableweb.com/apis Occassionally
    Posted to Jobs (Forum) by mvark on 9/7/2009
  • Re: tracking an email.

    The embedded image way of tracking emails is popular with spammers as well & providers like GMail & Hotmail hide any images in an email that isn't sent by a receipient's contacts. Some spam filters may mark emails with embedded images as spam. So I doubt if there is a perfect way to track if an email has been received or read. On a related note, check how you can avoid Spam Filters while emailing programmatically - http://mvark.blogspot.com/2008/12/how-to-avoid-spam-filters-while
    Posted to Getting Started (Forum) by mvark on 9/7/2009
  • Re: Convert html file to image.

    Try the Kwout API - http://kwout.com/help/api
    Posted to Web Forms (Forum) by mvark on 9/7/2009
  • Re: desing article site

    If you are looking for content management system (CMS), evaluate these - Rainbow - http://www.rainbowportal.net/ DotNetNuke - http://www.dotnetnuke.com/ AxCMS 6.0: http://www.axcms.net/en_axcms_home.AxCMS?ActiveID=1848 Drupal - http://drupal.org/ Open source CMS - My Web Pages Starter Kit - http://www.asp.net/downloads/starter-kits/my-web-pages/ TheBeerHouse: CMS & E-commerce Starter Kit - http://asp.net/downloads/starterkits/default.aspx?tabid=62 Umbraco - http://www.codeplex.com/Wiki/View.aspx
    Posted to Getting Started (Forum) by mvark on 9/7/2009
Page 1 of 65 (643 items) 1 2 3 4 5 Next > ... Last »