Nugget Post : Viewing current sessions w/ citrix netscaler

I keep on forgetting that some elements in the Citrix Netscaler GUI are only accessible when you click on the parent element of a tree and look at the details plane. A good example is viewing persistent sessions that are currently active through the netscaler. Via the command line this is fairly painless using the sh … Continue reading Nugget Post : Viewing current sessions w/ citrix netscaler

Newbie Post: Rendering javascript views in Rails

I've found the Rails method of "remote => 'true'" to be extremely useful. In most of my website designs, a user action (such as clicking a button), will generate a modal and prompt the user for further action. In both HTML frameworks I've used (bootstrap and foundation), the modals are triggered by javascript. This fits … Continue reading Newbie Post: Rendering javascript views in Rails