Skip to main content

Home/ Agency Oasis Developers/ Group items tagged name

Rss Feed Group items tagged

mgraber

Windows Server 2008 Initial Configuration Tasks - Part1 (Set Time Zone,Network Configur... - 0 views

  •  
    Windows Server 2008 Initial Configuration Tasks - Part1 (Set Time Zone,Network Configuration,Set computer name)
  •  
    Windows Server 2008 Initial Configuration Tasks - Part1 (Set Time Zone,Network Configuration,Set computer name)
Douglas Couto

Knowledge Base - Cannot open a file having special characters in the filename on IIS - 0 views

  •  
    "you should now be able to open up the file name having '+' in its name."
Mark Ursino

Remove SQL Server database from single-user mode - 0 views

  •  
    STEP1: select d.name, d.dbid, spid, login_time, nt_domain, nt_username, loginame from sysprocesses p inner join sysdatabases d on p.dbid = d.dbid where d.name = 'YOURDBNAME' STEP 2: kill STEP 3: exec sp_dboption 'YOURDBNAME', 'single user', 'FALSE'
Douglas Couto

Nbtstat - 0 views

  •  
    "-A IPAddress : Displays the NetBIOS name table of a remote computer, specified by the IP address (in dotted decimal notation) of the remote computer."
Mark Ursino

Cut&Slice me - FREE Photoshop plugin to export your assets - 0 views

  •  
    Use Cut&Slice me to export your assets to different devices in seconds. Improve your workflow by just naming your layers.
Douglas Couto

The database principal owns a schema in the database, and cannot be dropped - Fix | JMJ... - 0 views

  •  
    "To change the DB_Owner to some another "Database Principal"; simply Drill Down to your Database in Sql Server Management Studio and further more Drill Down to your_DB_Name > Schemas > db_owner > right click > select properties. You would find the name of the "Database Principal" that you want to delete. Change this to some another "Database Principal"; for Example, to "dbo"."
mgraber

ASP.NET View State Overview - 0 views

  •  
    "Encrypting View State Although MAC encoding helps prevent tampering with view state data, it does not prevent users from viewing the data. You can prevent people from viewing this data in two ways: by transmitting the page over SSL, and by encrypting the view state data. Requiring the page to be sent over SSL can help prevent data-packet sniffing and unauthorized data access by people who are not the intended recipients of the page. However, the user who requested the page can still view the view state data because SSL decrypts the page to display it in the browser. This is fine if you are not concerned about authorized users having access to view state data. However, in some cases, controls might use view state to store information that no users should have access to. For example, the page might contain a data-bound control that stores item identifiers (data keys) in view state. If those identifiers contain sensitive data, such as customer IDs, you should encrypt the view state data in addition to or instead of sending the page over SSL. To encrypt the data, set the page's ViewStateEncryptionMode property to true. If you store information in view state, you can use regular read and write techniques; the page handles all encryption and decryption for you. Encrypting view state data can affect the performance of your application. Therefore, do not use encryption unless you need it. Control State Encryption Controls that use control state can require that view state be encrypted by calling the RegisterRequiresViewStateEncryption method. If any control in the page requires that view state be encrypted, all view state in the page will be encrypted. Per-user View State Encoding If a Web site authenticates users, you can set the ViewStateUserKey property in the Page_Init event handler to associate the page's view state with a specific user. This helps prevent one-click attacks, in which a malicious user creates a valid, pre-filled Web page with view state from a pre
Mark Ursino

Sitecore Descriptive Tree List Field Type - 0 views

  •  
    Extends a treelist to show the hierarchy of parent items in case multiple items in the list have the same name
Douglas Couto

msdeploy skip for exact-name folders - Stack Overflow - 0 views

  •  
    I didn't realize that I was dealing with regular expressions. I rewrote "Search" as "\\Search$"
Douglas Couto

Unable to correctly set managedRuntimeVersion in MSDeploy package | Microsoft Connect - 0 views

  •  
    What I had to do is: In IIS, in the machine-name icon -->right panel: app pools Change the target framework from the default app pool, from v.2 to v.4
Mark Ursino

Custom Tokens and NVelocity for Item Creation - 1 views

  •  
    Create your own custom token hooks to fill fields. The built-in tokens are $name, $id, $parentid, $parentname, $date, $time, $now
mgraber

Extranet.Change Password.ascx.cs in Branches/Extranetv6 - Extranet - 0 views

  •  
    "using (new SecurityDisabler()) 74 { 75 Item context = Sitecore.Context.Item; 76 context.Editing.BeginEdit(); 77 System.Web.Security.MembershipUser mUser = System.Web.Security.Membership.GetUser(user.Name); 78 mUser.ChangePassword(txtOldPassword.Text, txtNewPassword.Text); 79 context.Editing.EndEdit(); 80 } "
mgraber

jQuery name problem - Stack Overflow - 1 views

  •  
    "Escape the dot using "\\""
Mark Ursino

Yedda Twitter C# Library - 0 views

  •  
    The Yedda Twitter C# Library provides easy access to the Twitter API. Every method in the Twitter API has a method in the C# class with the same name. Every method that can return one of the various formats such as RSS, XML and Atom follow the following convention "MethodNameAsFormat".
Mark Ursino

What's My DNS? Global DNS Propagation Checker - 0 views

  •  
    whatsmydns.net is an online service that allows you to instantly perform a DNS lookup to check a hostnames current IP Address and other DNS information against a selection of random name servers around the world. This is especially useful to check the current state of DNS propagation after making changes to your domains zones.
Mark Ursino

BlueScreenView - View blue screen of death (STOP error) information. - 0 views

  •  
    BlueScreenView scans all your minidump files created during 'blue screen of death' crashes, and displays the information about all crashes in one table. For each crash, BlueScreenView displays the minidump filename, the date/time of the crash, the basic crash information displayed in the blue screen (Bug Check Code and 4 parameters), and the details of the driver or module that possibly caused the crash (filename, product name, file description, and file version). For each crash displayed in the upper pane, you can view the details of the device drivers loaded during the crash in the lower pane. BlueScreenView also mark the drivers that their addresses found in the crash stack, so you can easily locate the suspected drivers that possibly caused the crash.
mgraber

AUTORUNing HTML [AVDF Article] - 0 views

  •  
    [AUTORUN] open=autohtml.exe icon=
Mark Ursino

FlexNav - Flexible, Device Agnostic Navigation - 0 views

  •  
    A Device-Agnostic Approach to Complex Site Navigation
1 - 20 of 42 Next › Last »
Showing 20 items per page