Security is always a primary agenda of application development. CSRF (Cross-Site Request Forgery) token is one of a very common security technique we use for malicious attacks. A common PHP Framework like CodeIgnitor also has that feature. From CI v2.0 it has been introduced. We need to follow some steps to use the automated […]
All About Accordions On Mobile Applications
An accordion is a design controlled element displayed as a stack of items that expands to expose some hidden information. Accordions push the page content down besides being placed on top of page content. Accordions seem to be a fabulous idea for shortening long content pages. However, in most of the situations when all the […]
5 advanced CSS tricks that every designer should know
The CSS technology has opened a whole new gateway for the web and mobile app designers. But, do you think you know the complete feature of the CSS technology? There is an ocean of tricks hidden in the CSS technology. Learning about those hidden tricks can take you ahead of your competitors in every aspect. […]
How to create custom accordions using jQuery?
The accordion is one of the useful elements. Accordion shows only one collapsible item at a time. But most importantly, an accordion shortens pages and reduce scrolling of the website. It can open and hide contents with a single click. There are different types of accordions. In accordion, we use small heading or title that […]