Table is the most difficult object to be styled, due to its browser compatibility and markup. Most of the designers and developers will use div to replace table because it is much more easier to style div thantable.
Category Archives: Programming
jQuery and MooTool Calendar Plugins
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.
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.
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 iScroll plugin
OVERVIEW iScroll was born because mobile webkit (on iPhone, iPod, Android and Pre) does not provide a native way to scroll content inside a fixed width/height element. This unfortunate situation prevents any web-app to have aposition:absolute header and/or footer and a scrolling central area for contents.