Skip to main content

Home/ Agency Oasis Developers/ Group items tagged html

Rss Feed Group items tagged

Mike Tomasulo

Sitecore CMS Blog: Sitecore Logging. Write it to SQL! - 0 views

  •  
    Sitecore logging to SQL.
Mark Ursino

hoverIntent jQuery Plug-in - 0 views

  •  
    hoverIntent is a plug-in that attempts to determine the user's intent... like a crystal ball, only with mouse movement! It works like (and was derived from) jQuery's built-in hover. However, instead of immediately calling the onMouseOver function, it waits until the user's mouse slows down enough before making the call.
Mark Ursino

Sitecore CMS Blog: Search Index Troubleshooting - 1 views

  •  
    Extremely useful guide by Alex Shyba about the extra steps necessary for a distributed environment & Lucene index config
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'
mgraber

Know who to hire to help fix PCI compliance issues on a client's website? - 0 views

  •  
    "Know who to hire to help fix PCI compliance issues on a client's website?"
mgraber

SyntaxHighlighter - Installation - 0 views

  •  
    Code syntax highligher
Mark Ursino

Sitecore Gadgets: Helicon URL Rewrite module with Sitecore in Integrated pipeline mode - 0 views

  •  
    I recently happened to help a few customers resolve an issue with Helicon ISAPI URL Rewrite module when Sitecore runs in Integrated mode. So, I decided to make create a quick post about it as it took me awhile to figure out why this was happening. I even had to contact Helicon support channel to see if they had any insights into this issue.
Mark Ursino

Sitecore CMS Blog: Publish related media items - 0 views

  •  
    So by simply adding a workflow action before the Auto Publish action with the logic below, you will ensure that the relations will be published before the actual item:
« First ‹ Previous 321 - 332 of 332
Showing 20 items per page