Technical Solution
| 2
min read
Bootstrap, a powerful mobile-first front-end framework which incorporates faster and easier development features to the web development platform. Bootstrap is sleek, intuitive and it uses HTML, CSS and Javascript.
We can build responsive Drupal themes using Twitter Bootstrap V3. It gives a basic idea of implementing bootstrap theme.
Drupal Technical
| 3
min read
The createItem() method lets you add data to the queue and the numberOfItems() method lets you see how many items are present in the queue. We use the claimItem() method of the queue object to get an item from the queue. claimItem() returns the data property, which contains whatever we put into the queue. If there is no item in the queue then claimItem() will return FALSE.
Steps for creating queue.
Drupal Technical
| 3
min read
The Queue API in Drupal is designed to manage tasks.The queue system allows placing items in a queue and processing them later.The Queue API is a simple,reliable way to keep track huge lists of tasks without requiring you to know anything about the whole group.Prepare your data, put it in one item at a time, and take back one item at a time to process. When you are done with a single item, just report back that you have finished and the item is removed from the queue.
Drupal Technical
| 4
min read
Google Analytics for Drupal: Unlocking Powerful Insights for Website Optimization
Drupal Technical
| 2
min read
The Drupal panels helps the admin users / site owners to create a customized theme layout for multiple users in the site. This will help you to integrate with modules and can created the functionalities with the modules that use the panel features and permissions.
Drupal Technical
| 2
min read
The Honeypot modules is a SPAM prevention module that uses a hidden form field to catch SPAM bots from posting onto your Drupal site. This article help to configure the module to work on various forms on your Drupal websites.
Drupal Technical
| 3
min read
Strongarm is a developer and site builder tool which provides an API and a limited UI. The strongarm module allows Drupal persistant variables to be exported and imported via Features modules. In Drupal database,the Variables table stores the configurations and settings a lot of the core modules and contributed modules.The strongarm module is used to store those datas into code.
HR
| 5
min read
Guys, as all of you know, I am from Kasaragod (even though some of you call it ‘Kozhikode’), the northern end of Kerala. The distance from Kasaragod to Trivandrum is around 469 kms, covering almost 10 districts of kerala. I prefer to travel by train especially in the evening since I can reach home after a good night’s sleep. Yeah, its really like I have reached my dream destination after a long, sweet dream.
HR
| 6
min read
Guys, as all of you know, I am from Kasaragod (even though some of you call it ‘Kozhikode’), the northern end of Kerala. The distance from Kasaragod to Trivandrum is around 469 kms, covering almost 10 districts of kerala. I prefer to travel by train especially in the evening since I can reach home after a good night’s sleep. Yeah, its really like I have reached my dream destination after a long, sweet dream.
Drupal Technical
| 4
min read
We had a requirement to bookmark each user account of our Drupal 7 website in iPhone. In order to bookmark user accounts, first we have to save the bookmark name and image for each account. The bookmark image is added as a link to the head tag. The image path should be the absolute path to the image.