Search Results
… Wordpress is a pretty neat blogging platform, but it falls over quite spectacularly when trying to write code in … example. line 1 line 2 line 4 … Adding Code To Wordpress Blogs And Comments …
Article: DrupalCamp London 2015
… Nearly a month has passed since my visit to London for this year's DrupalCamp and I thought I would put my thoughts down on the blog. I went down with a group of colleagues from my company Access on …
Article: Why I Went For A Macbook Pro
… computer) and I thought I would write about my reasoning behind it. Normally, people don't tend to ask why you bought a computer, but with … to a few different people already, so I thought it would make a good blog post. I've been a continuous Windows user since Windows 3.1, and … running Windows 7, as well as a couple of Windows XP virtual machines for testing. I think as an operating system Windows can be best …
… The title tag on the Blog module index page (found at /blog after the module is installed) is by default "Blogs | Sitename", … of Drupal. I've been talking to other Drupal developers and reading forums about the best way to go about changing the title of the blog …
Article: Setting Locale In Zend Framework
… application has a locale, even if that is just the locale of the author. Through the use of locals you can make your application aware of what sort of language, currency and even timezone that the user would like to … as this is a more involved subject and so will be part of a separate blog post. … Setting Locale In Zend Framework …
Article: Logging Errors In WordPress
… To debug WordPress many sites will tell you to add the WP_DEBUG setting on its … quite harmful as many server configurations will start showing PHP errors and warning messages on your site pages. Most sites will also log … of code above the line that says "/* That's all, stop editing! Happy blogging. */". Any changes to this file should always go above this …
… system I was using requires the driver to be compiled and installed before you can start using it. First, we need to install some packages … if everything worked correctly. $ rtl_test Found 1 device(s): 0: RTLSDRBlog, Blog V4, SN: 00000001 Using device 0: Generic RTL2832U OEM Detached …
… Following on from my previous blog post about installing Flex on Windows I thought I would go through … compile and run your Flex project and is the central starting point for all the rest of the compile process. This file controls your … It is best to get used to the look and feel of your applications before you get into coding so this post will go over simple interface …
… different components. It allows the creation of browser tests that perform certain actions, which can then be run again at a later date. Three … a Selenium test case that opened the homepage of #! code, went to the Blog page and made sure that it contained the text "Blog". This is what the exported file looked like. <?php class Example …
Article: Install PHPDocumentor
… PHPDocumentor is a fast and convent way of creating API documentation for your PHP programs and classes. If you are familiar with the world of … rather a lot to go over and so this will be the subject of a different blog post. … Install PHPDocumentor …