View is the one of the popular Drupal module. Views are used to display a list of data, table of data etc. This article will guide you in recreating a view in Drupal 7. Its very easy to recreate a view.
Now all themes are in responsive manner. Bootstrap is the one of the best responsive theme. Its the good starter theme for Drupal 7. It has a lots of specific styles for every designs and we can create a subtheme from Bootstrap theme. It also become a good responsive theme.
Here I am listing some methods to clear Drupal caches. Drupal caching is done to improve and enhance overall performances of the site. Its always recommended to enable the page caching and block caching in Drupal.
PhoneGap is an open source based Mobile App Development Framework. It is also known as Apache Cordova. Every mobile operating system providers have their own set tools and environments for developing application. Application made for one operating system and it's not support other operating systems. Developers using different frameworks and languages to building mobile applications for each devices- iPhone, Android, Windows Mobile etc. PhoneGap solve the above mentioned problem. Are you searching for an App Development, ping us quickly.
Looking to hire dedicated Drupal developers for your website project? Check out our top tips for finding the right team to ensure success. Get started today!
Do you know that the term “Digital Marketing” was first coined way back in the 1990s? The origin of this idea can be sourced to an innovative advertising campaign for major automobile firms that urged magazine readers to fill in reply cards, who then received a floppy disk containing promotional videos and offered test drives.
Ruby on Rails, a web application framework. Don't confused this with Ruby. Because Ruby is object oriented, reflective, dynamic programming language. It is quite hard. And the Rails is the MVC (Model-View-Controller)framework. It's installation in Ubuntu can be done in few commands and steps. Now, select the version of Ruby, you want to install on your computer.
The Deal API is used to easy integration of Hubspot CRM. Deals API is provide a one:many relationship with contacts and companies.This is important for any integration to add deals to a contact or company. Now we can look on to the Deal API'S.
This article will help you to declare and print a variable using programming basic, intermediate shell scripts and how to use Bash script to copy files in Ubuntu. Actually, Bash is very simple and flexible UNIX shell scripting language which need some permission while executing.
Adminer is an open source database management tool written in PHP. Adminer is available for MySQL, MS SQL, Oracle, PostgreSQL, SQLite, Firebird, and MongoDB. Adminer is also known as "phpMinAdmin". Adminer provides more security and performance. Adminer gives the following features.
Dependency injection is a concept that allows software components to be built having dependencies without bothering about creation and management of that dependencies. It is a good design pattern allowing to build loosely couples components in software.
rsync command is used to synchronize files and folder from source to destination. It may be same or different server. If the synchronization is in between different servers we have to use ssh credentials for connecting the two.
Rules are very important and most common using thing in Drupal. We can create custom rules programmatically using the hook_rules_action_info. There is a useful hook hook_rules_action_info() provided by rules api to create custom rules programmatically. Using this We can use our custom functions to perform the actions that we require.
This article explains a relatively new feature in php; The Built-in web server. Other languages like python and ruby already had their own simple HTTP servers where you can convert you local folders/directories into a simple HTTP server (for python: python -m SimpleHTTPServer) which serves scripts and HTML files and basically does almost everything apache does. Almost!
To use this functionality in PHP, you need to have a version 5.4 or above. Using terminal, navigate to the root of the folder where the index.php or index.html and run the following command.
Before reading this, please familiarize yourself in setting up a php built-in web server. Phpmyadmin is usually installed along with apache web server. Depending on the version of apache you may have some complications along the way. Fear not, for php has introduced something known as a built-in webserver! With this, you can convert any local folder into a server and host a site locally there. This article will show you how to run phpmyadmin without using apache.
The drupal_static() function provides a temporary storage for data that should stick around even after execution. It also provides the central static variable storage. It preserves the data within a page request as well.
Stay secure with our step-by-step guide to installing Drupal security updates. Protect your website against vulnerabilities and potential threats. Learn how now.
Some times we need static pages on sites. In CodeIgniter, to show a static page in a site, you have to create a Controller for handling the page display. A Controller is a class which has methods to handle the HTTP request, that is Models and Views in a site.
We can create directives in AngularJS to bring our own HTML tags or attributes, or even special CSS classes or comments. It is most used for building HTML elements and attributes and rarely used for classes and comments. Using directives we can simplify application's HTML markup and have more organized code.