arduino-tutorial.de
StartHardware.org – Arduino für Schulkinder – Arduino Tutorial
http://www.arduino-tutorial.de/2015/02/starthardware-org-arduino-fur-schulkinder
Die Einführung in den Umgang mit Arduino Einfach, Schnell, Übersichtlich. StartHardware.org Arduino für Schulkinder. February 1, 2015. Heute mal was in eigener Sache. Gestern habe ich mein neues Projekt StartHardware.org. Veröffentlicht. Wie auf Arduino-Tutorial.de geht es darum, das Wissen um Arduino zu vermitteln. Diesmal ist die Zielgruppe allerdings etwas jünger. Dazu kommt ein sehr günstiges Starter Kit. Funkübertragung von Messwerten mit dem RF Link Modul. Pulssensor von Sparkfun →. Required fields...
shivanjaikaran.com
tip | Shivan Jaikaran
http://shivanjaikaran.com/tag/tip
Drupal 7: How to add a custom node view and force a node template to use it. This is a small Drupal 7 tip if you wanted to create a custom node view and force a node template to use this custom node view. Let's say you are creating a custom node template for a node of type "grades". You may need to show/hide specific fields in your content type for your Grades template. (This is just an example but you can use this tip in various ways). Implements hook entity info alter(). Custom settings' = TRUE,.
shivanjaikaran.com
Drupal | Shivan Jaikaran
http://shivanjaikaran.com/tag/drupal
Upgrading from Drupal 5 to 7 and the XML Sitemap Module. After months of deliberation and procrastination, I have finally found the time to upgrade my own website. It's now running on Drupal 7. I decided to change the theme and keep it simple. A neat layout and also mobile friendly theme is what I was aiming for. Thanks to the many contributors at Drupal, finding a user contributed simple and clean theme was not very hard at all. Read more about Upgrading from Drupal 5 to 7 and the XML Sitemap Module.
shivanjaikaran.com
foss | Shivan Jaikaran
http://shivanjaikaran.com/tag/foss
How can you benefit from Open Source Software (OSS)? I originally wrote this article on 29th November 2009 and it was published in the Trinidad Guardian. This is a snapshot of the article. Due to a relaunch of their website, a lot of their content has since been lost including my article, so here it is. Read more about How can you benefit from Open Source Software (OSS)? Leveraging the Drupal Content Management System. Comments and questions are welcome. Trinidad and Tobago Online Classifieds. What’s new...
shivanjaikaran.com
custom | Shivan Jaikaran
http://shivanjaikaran.com/tag/custom
Drupal 7: How to add a custom node view and force a node template to use it. This is a small Drupal 7 tip if you wanted to create a custom node view and force a node template to use this custom node view. Let's say you are creating a custom node template for a node of type "grades". You may need to show/hide specific fields in your content type for your Grades template. (This is just an example but you can use this tip in various ways). Implements hook entity info alter(). Custom settings' = TRUE,.
shivanjaikaran.com
Upgrading from Drupal 5 to 7 and the XML Sitemap Module | Shivan Jaikaran
http://shivanjaikaran.com/upgrading-drupal-5-7-and-xml-sitemap-module
Upgrading from Drupal 5 to 7 and the XML Sitemap Module. Upgrading from Drupal 5 to 7 and the XML Sitemap Module. After months of deliberation and procrastination, I have finally found the time to upgrade my own website. It's now running on Drupal 7. I decided to change the theme and keep it simple. A neat layout and also mobile friendly theme is what I was aiming for. Thanks to the many contributors at Drupal, finding a user contributed simple and clean theme was not very hard at all. I resorted to manu...
shivanjaikaran.com
How can you benefit from Open Source Software (OSS)? | Shivan Jaikaran
http://shivanjaikaran.com/comment/reply/53
How can you benefit from Open Source Software (OSS)? How can you benefit from Open Source Software (OSS)? I originally wrote this article on 29th November 2009 and it was published in the Trinidad Guardian. This is a snapshot of the article. Due to a relaunch of their website, a lot of their content has since been lost including my article, so here it is. You can benefit from Open Source Software? What is Open Source Software (OSS)? Please read here for a more detailed definition of Open Source Software.
shivanjaikaran.com
open source | Shivan Jaikaran
http://shivanjaikaran.com/tag/open-source
How can you benefit from Open Source Software (OSS)? I originally wrote this article on 29th November 2009 and it was published in the Trinidad Guardian. This is a snapshot of the article. Due to a relaunch of their website, a lot of their content has since been lost including my article, so here it is. Read more about How can you benefit from Open Source Software (OSS)? The benefits of Open Source Software. How can you benefit from Open Source Software? On the The Trinidad Guardian's website. ImageX Med...
shivanjaikaran.com
tutorial | Shivan Jaikaran
http://shivanjaikaran.com/tag/tutorial
Drupal 7: How to add a custom CSS class to the last search result item on the search page. This is a small tidbit of information in the event that you wanted to alter the Drupal search results page. You can add a custom CSS class to the last search result item (for whatever reason you may have). In my case, I wanted to remove the border-bottom from the last result, so I had to add a special CSS class to do this. Just follow these simple steps:. Override template preprocess search results.