Introduction Calendar is one of the famous form element. It helps to reduce human error. Instead of letting users type the date in certain format, you let them choose it from a calendar. It solves formatting problem, and it’s user friendly and easy to understand.
Monthly Archives: October 2011
FSI Viewer 360
Presenting virtual 360° images in FSI Viewer In addition to providing 2D zooming you can use FSI Viewer to let your visitors view products from all sides. All you need is multiple photos of an object from different viewing angles. Taking photos is not only more cost efficient compared to 3D modeling – as a …
Pingback in php
Motivation: For a side project I am working on, I wanted to be able to send a trackback to WordPress blogs (or any blog with an XMLRPC endpoint), using PHP. Simple enough.
Nas storage server interface
Synology DSM 3.1 Live Demo Synology DSM 3.1 live demo is now available. Click on the image below to log into our live demo site. Discover the new features and changes today! Try out our demo HERE
free SSL certificate for your web server
No more self-signed certificates Typically for a low volume site where verified identity is not import one would use a self-signed certificate for SSL. Unfortunately these triggers security warnings in browsers and require you to recognise/remember checksums to prevent man-in-the-middle attacks when accessing your own servers over HTTPS.
Jquery mobile scrollview
To turn an element into a scrollview, simply add a data-scroll=”true” to the element. By default, a scrollview can scroll in both the horizontal and vertical directions. If the user drags the view horizontally (left or right), or vertically (up or down), scrolling will be locked so that it only scrolls in that one dimension. …