Quantcast
Channel: Eyelock
Browsing all 24 articles
Browse latest View live

Reference – Best Day in Detroit

Came across the tune from the Modular Music Vol. 2 compilation from Planet-E.   All round a good comp that gathers up some old stuff I hadn’t heard.   This is by far the standout track on it.   It...

View Article



Creating a Video Platform using ColdFusion, Dynamic HTTP Streaming and OSMF

After kindly getting invited to speak at Scotch on the Rocks 2011 (Europe’s Premier ColdFusion conference) by Andy Allan of Fuzzy Orange, myself and Andy Wallace gave a presentation on building a...

View Article

RTMP and NIO HTTP sharing the same Port using a shared NIO server configuration

I got a great tip today about using a shared NIO server in LCDS. When using a shared NIO server, you can define common properties for individual RTMP/NIO based channels once in the shared server tag....

View Article

LCDS and Cipher Suites

LCDS has the ability to specify the Cipher Suites that you want to use when creating SSL connections. You can do it in the services-config.xml, although currently the sample ones don’t show you where...

View Article

Enable Verity Debug Logging

Here is some steps to get some extra information out of Verity when using with ColdFusion, and something strange is happening. The debug info goes into the Verity logs, not the ColdFusion ones. Info...

View Article


Image may be NSFW.
Clik here to view.

Changing location of WebContent folder of Flash Builder/WTP Project

You can change the location of the default Web Application folder from <project>/WebContent to (i.e.) /src/main/webapp by making the following changes in Eclipse Project Properties. Change the...

View Article

Image may be NSFW.
Clik here to view.

Flash Builder 4.5 and Deploying to Tomcat 6

When using Flash Builder 4.5.x with Eclipse Helios, if you try and deploy your integrated Flex and Data Services project to Tomcat 6, you get the following error being reported: [quote]The server does...

View Article

Image may be NSFW.
Clik here to view.

New Music Mix

Posted a new mix over at http://www.eyelock.net/blog/about/playing, as well as links to some old ones. Enjoy, if you like that sort of stuff.   If not, feel free to moan below

View Article


A Simple Cross-Origin Resource Sharing Example Explained

I was working on a problem where there was a requirement to log in from a Ajax enabled application to a third party application running on a different host.   Authentication functionality on this third...

View Article


Data Services Historical Build Numbers

I’ve been asked about the build numbers for the various Golden Master release versions of Data Services before. You can find out the version you are running by looking at your start up logs of your...

View Article

Enable Debug Statements when using Data Services iOS SDK

To enable debug statements for the iOS SDK, add the following to your project code as the first line before any component of the iOS SDK is initialized. [[DSLog log] setLogLevel:DSLogLevelDebug]; You...

View Article

Problems starting CQ5 when using VPN

Issue Sometimes when using CQ5 alongside a VPN, the following errors are reported and the CQ product does not start correctly: error.log [Repository Pinger] com.day.crx.sling.com.day.crx.sling.client...

View Article

Image may be NSFW.
Clik here to view.

Determine the script resolution of a Sling selector

Information CQ5 has the concept of selectors embedded in a URL which inform Sling to allow for selection of which script to execute.   More details can be found out about the standard  from the Adobe...

View Article


Troubleshooting ‘Edit Properties’ Synchronisation for Live Copy Rollout

Information Adobe CQ has a Multi Site Manager function which allows for the management of multiple versions and channels of a website.   Through this functionality you can create Live Copies of pages...

View Article

Getting a ResourceResolver in CQ5

I keep having to dig into the archives to remember the code snippet for getting a ResourceResolver in CQ5 whilst in a OSGi bundle in a non deprecated way.   Here is a snippet that will help me...

View Article


Get list of Activated or Deactivated Pages in CQ

Problem You want to get a running list of all pages that have been Activated or Deactivated. Solution You can use QueryBuilder to execute a search for nodes under the /var/audit path and order them by...

View Article

Image may be NSFW.
Clik here to view.

Add custom property to Create Page dialog in CQ WCM

Scenario You would like to capture a custom property that your authors can add when creating a page via the /siteadmin of CQ5.   A simple example is capturing a ‘starred’ property as shown in the image...

View Article


Replacing a legacy URL with a SlingServlet

Issue The legacy system provided services behind URLs that does not map directly to your new CQ content.   How to use a CQ based solution to replace the technology legacy URLs.   For example, your JSON...

View Article

CQ XSS Cheat Sheet

The CQ Security Engineering team at Adobe produced the following cheat sheet for using the XSSAPI within CQ.   It’s incredibly helpful! xss_cheat_sheet

View Article

Image may be NSFW.
Clik here to view.

Sample Custom Report in CQ – DAM Assets

I was asked how to get a list of all DAM Assets and their metadata properties so that an upload into the DAM could be tested.   At first, I was going to use QueryBuilder to pull the details out with...

View Article
Browsing all 24 articles
Browse latest View live




Latest Images