OpenPublish created to meet the needs of Drupal users for news platform, and already used by several hundred news websites.
OpenPublish is an installation profile for Drupal, and a collection of multiple modules. OpenPublish is very ideal for variety of media outlets sites including magazines, newspapers, journals, trade publications, broadcast, wire service, multimedia sites and membership publications.
It has become the hallmark of Drupal if the search submit button is located on the right side. The search on Drupal actually can be made arbitrarily, submit button on the left side and it can be replaced with pictures.
We will give you a tutorial to change the look of the search form on Drupal. Here are the steps to create your own custom search for your Drupal theme:
Beginning this June, there were rumors that Google will update the PageRank in late June or early July. A good news for webmasters all over the world. Personally, we are also curious about how WEUS.Net will get the PageRank, our website is still very young, yes despite the fact that these domains have been around more than five years ago, but we owned this domain only since a few weeks ago.
Previously WEUS.Net is already deleted from the Registrar, and we were lucky no one enrolled the domain again until we found it. If not mistaken this domain is deleted around the December 2009, previous owner of this domain parked the WEUS.Net at SEDO.
Prior to select the module or theme, there is much to consider. One who deserves to consider is the amount of usage of the module or theme we want to use, more and more users the more visible the quality of the modules or themes we wish to use, but you have to remember, many users it has not been definitely better than those that have fewer users.
In Drupal, there is a module in its development objective is to examine the module or theme installed on a website, this module name is the Update Status module. But the Update Status module does not know the status of any module or theme that was not installed via a tarball produced by Drupal.org.
To facilitate the development of a theme, sometimes we need a starter theme for accelerating the development process, especially if we have a limited time. With a starter theme, the development will be much easier because of existing frameworks.
There are several starter themes that are available at Drupal.org and all are worthy to try. Here are those themes:
A few days ago we redirect one of our old website to new website, to do this redirection we just write some lines of code in our .htaccess file, what we want here is a permanent redirection with code 301. Below is the code to redirect your old domain to your new domain:
RewriteCond %{HTTP_HOST} ^old-domain.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.old-domain.com$
RewriteRule ^(.*)$ "http\:\/\/www\.new-domain\.com\/$1" [R=301,L]With the above code, you had redirected the old domain without www and with www to your new domain, and also its contents. So if in your old website has about.html page then it will redirected to your new website, and to avoid 404 file not found error message, you should creating about.html page too in your new website.
There are many ways that we can do to attract the attention of the reader or visitor, one of which is to create an attractive appearance on our website. Of course, the content of our website is the most important thing, attractive appearance but is not balanced with useful content for our readers is also a vain thing.
One of the things you can do to enhance the appearance of your website is to add a slideshow, can include articles, images or videos. In Drupal website, you do not need to add it manually using jQuery plugins like Cycle because there is a module that provides this slideshow feature, you just download and install it.
The needs for Drupal developers and Drupal theme makers seem to continue to increase from year to year. This is in line with the growing popularity of Drupal among site owners and companies.
As we already know in advance that free themes for Drupal is still very limited, whereas demand for the Drupal themes are very much. In fact, many vendors popping up and give an offer to create a custom themes for Drupal.
The price of custom themes for Drupal is very varied, from the price of 150 dollars to 3000 dollars or even more expensive. Here we will try to give an illustration how approximately the price of this custom theme when viewed from the quality of the resulting themes.
Web designers and programmers need a place to test their work, whether it be websites or images. They can test their work on their own computers without any access to the Internet. There is a software that is designed to meet these needs, the software is XAMPP.
XAMPP is an open source web server software package developed by an organization calling itself the Apache Friends. XAMPP's name is an acronym for:
In Drupal, there is a very useful feature to reduce the load on the server every time there are anonymous visitors coming, the feature is page cache. Every time someone comes to your website, then Drupal perform executions to the database to obtain necessary data to generate the html file which is read by a web browser.
Drupal builds a new web page for every visitors, so if two visitors visiting the same page, Drupal builds it twice. But with the page cache feature turned on, Drupal will save the web page when first visitors come, and give the saved pages to other visitors. Stored cache expires depending on how long you set the Minimum cache lifetime options.