code sample

Tag details

Welcome to the 'code sample' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'code sample'.

Look up Offsite Link "code", Offsite Link "sample" at The Free Dictionary

Latest blogosphere posts tagged “code sample”

  • Path from where a user control was loaded (ASCX)


    Aggregated IntelligenceAuthority Authority: 122
    Here is the code to retreive the path from where a user control (ASCX) was loaded. protected string GetLoadDirectory(){ string controlPath = this .ResolveUrl( this .AppRelativeVirtualPath); if ( string .IsNullOrEmpty(controlPath) == false ) { int indexOfLastSlash = ...
    18 hours ago
  • Test Your MooTools Code Online With MooShell – Your Work Becomes Simpler !


    vhxn.comAuthority Authority: 483
    If you want to test your MooTools code, you can choose MooSheel. It is a web based utility that lets you test your MooTools code. At the same time, you can write, test and run your HTML, CSS and JavaScript Code. In this tool you can save your code for further usage and to share with others via a unique URL. It is able ...
    4 days ago
  • Black Friday Sales


    California StyleAuthority Authority: 130
    The Saks Thanksgiving Sale: take up to 60% off! Shop 11.26.09–11.28.09. Boutique To You : Save 25% off the entire site on Thursday, November 26th with coupon code "loyal25." Singer22 : Save 20% off orders $300+ until Monday, November 30th at midnight PST with coupon code "thanks20." ...
    5 days ago
  • ASP.Net, DNN and scroll position


    Aggregated IntelligenceAuthority Authority: 122
    In ASP.Net you can use the Page.MaintainScrollPositionPostBack to setup a page so that it remembers the scrolled location the user was at after a post-back has occurred. It is extremely useful on long pages that perform a post-back. If you want the page to remember the scroll position you set the value to true, ...
    1 week ago
  • Linux shell scripts – name of script file


    Aggregated IntelligenceAuthority Authority: 122
    How to get the filename and directory name of the shell script being run: directoryName=${0%/*} #capture everything before the last /filename=${0##*/} #capture everything after the last /
    4 weeks ago

Comments about code sample

Personal attacks are NOT allowed
Please read our comment policy