Directions Counselling
Yes please if you could make it go live (and) thank you so very much for the work you have done. I think the site is lovely!! I knew I could rely on you to come up with something really good.
Yes please if you could make it go live (and) thank you so very much for the work you have done. I think the site is lovely!! I knew I could rely on you to come up with something really good.
I should just echo Chris’s sentiments. (It has been great having your help these last few years). Thanks for all the help and if you ever need a reference for a client I’d be more than happy to take a call.
The below will globally replace all tabs with commas in the file named file.csv.
perl -pi.old -e 's{\t+}{,}g' file.csv
This is useful when you want to open a tab delimited file within Apple Mac Numbers as it doesn't recognise tabs.
The golden ratio is 1.618. In design it gives an aesthetically pleasing design. So for aesthetically pleaseing rectangles try as below.
The seach box together with other forms can be modifed as per the article:
http://www.lullabot.com/articles/modifying-forms-5-and-6
Note:
When using this method the encasing <div class="container-inline"> is removed causing the imput box and the submit button not to be inline - the submit button appears below the input box and not to the right.
<?php if (!empty($search_box)): ?> <div id="search-box"><?php print $search_box; ?></div> <?php endif; ?>
The two blocks below are examples of the drupal search box. The first is the stanadard wereas the second has been overriden via the template.php file using the theme function and returning the output from drupal_render() function. The point to note is that the second omits the <div class="container-inline"> which results in the submit button being below the input box.
301 redirects are set-up to ensure existing links, such as those held by Google and other search engines, continue to take the user to an appropriate page even though the actual page (and URL) has been removed.
For example, on this site:
http://www.zerotouch.com/style-guide/styling-of-testimonials/
was moved to:
Below are some links to Druapl ticketing and tracking modules: