richardpeacock.com
The True Price of Using LED Lights | RichardPeacock.com
http://richardpeacock.com/blog/2014/08/true-price-using-led-lights
The True Price of Using LED Lights. On Fri, 08/15/2014 - 16:38. LED light bulbs have recently become much cheaper and more reliable, but what is the real price of ownership? How long do you have to use them before you break even compared to traditional lights? Below, I do the math so you dont have to! I am using a rate for electricity costs of 11 cents per kilowatt hour. Your mileage may vary! Factored into these values is the assumption that you will have to pay for bulb replacements as well! The jump i...
richardpeacock.com
programming posts | RichardPeacock.com
http://richardpeacock.com/category/blog-tags/programming
Design Java UI Like Visual Basic. On Mon, 10/06/2014 - 15:26. One of the most frustrating and time-consuming tasks in Java is creating basic, boring, ordinary UI. As in, windows, buttons, scroll bars, text fields, etc. This is in stark contrast to, say, Visual Basic, where you can just drag and drop elements onto a form, and what you see is what you get. In Java, if you want anything other than just the basics, youre going to have to do a lot of typing. Download everything listed, then restart Eclipse:.
richardpeacock.com
java posts | RichardPeacock.com
http://richardpeacock.com/category/blog-tags/java
Design Java UI Like Visual Basic. On Mon, 10/06/2014 - 15:26. One of the most frustrating and time-consuming tasks in Java is creating basic, boring, ordinary UI. As in, windows, buttons, scroll bars, text fields, etc. This is in stark contrast to, say, Visual Basic, where you can just drag and drop elements onto a form, and what you see is what you get. In Java, if you want anything other than just the basics, youre going to have to do a lot of typing. Download everything listed, then restart Eclipse:.
richardpeacock.com
RichardPeacock.com
http://richardpeacock.com/blog?page=2
IOS 6 Autorotate Solution. On Wed, 06/26/2013 - 09:02. When Apple moved from iOS 5 to iOS 6, they changed the way developers must handle autorotation in their apps. Basically, it isnt too bad, as it should just work automatically. But, I ended up struggling for hours without success, until I came upon this helpful website. With a small, almost throw-away piece of advice:. In your AppDelegate class, in the. Method, you might have a line like this:. Window addSubview:viewController.view];. As I said, its b...
richardpeacock.com
PastePage - Instantly create a web page, no login required | RichardPeacock.com
http://richardpeacock.com/blog/2014/03/pastepage-instantly-create-web-page-no-login-required
PastePage - Instantly create a web page, no login required. On Tue, 03/04/2014 - 16:47. Have you ever wanted to just put something out there on the web, but you didnt want to go through the trouble of setting up a Blogger account, or similar service? If so, you should check out my new project: PastePage. Inspired by pastebin.com (an excellent developer resource), PastePage lets you instantly create a web page with no registration or login. Just go to pastepage.net.
richardpeacock.com
free posts | RichardPeacock.com
http://richardpeacock.com/category/blog-tags/free
Best Free Apps for Android - The App. On Sun, 04/27/2014 - 17:45. If you are anything like me, you like finding nifty apps for your android phone, but are also too much of a cheapskate to actually pay for such an app unless its really remarkable. Well, I decided to assemble the best free apps for android. I could find into its own app, where you can download and even launch directly from the app itself. Its called simply Best Free Apps! Just a basic banner ad at the bottom. Download from Google Play.
richardpeacock.com
richard | RichardPeacock.com
http://richardpeacock.com/users/richard
Http:/ www.richardpeacock.com. This is a sample signature.
richardpeacock.com
Peacock Rx - Web & Mobile Solutions for Pharmacies | RichardPeacock.com
http://richardpeacock.com/blog/2015/07/peacock-rx-web-mobile-solutions-pharmacies
Peacock Rx - Web and Mobile Solutions for Pharmacies. On Mon, 07/20/2015 - 13:36. Im pleased to announce that I have a new service to offer, specifically for pharmacies who need a website and/or mobile app. Its called Peacock Rx. The system is a subscription-based service, with a low monthly fee. For that, stores get an android and iOS app which interact with a website, all customized for the individual pharmacy. If youre interested, visit https:/ peacockrx.com. And check it out!
richardpeacock.com
Freelance | RichardPeacock.com
http://richardpeacock.com/pages/freelance
In my spare time I offer freelance programming and web work at a fairly modest rate, depending on the complexity of the project. I do give discounted rates for charities and non-profits, and occasionally even work for free if I find the project interesting! For my business website, please visit:. I have extensive experience with Android, Drupal, PHP, MySQL, HTML, CSS, Javascript/jQuery as well as experience with iPhone, Java, Visual Basic and Visual C# development. If you are interested, please contact me.
richardpeacock.com
Every Drupal Site Should Be Using Boost | RichardPeacock.com
http://richardpeacock.com/blog/2014/07/every-drupal-site-should-be-using-boost
Every Drupal Site Should Be Using Boost. On Mon, 07/14/2014 - 13:34. Every Drupal site- whether 6, 7, or (in the future) 8, should be using the Boost module. Rather than the default caching system. If youve never heard of the Boost module, then youre in luck- thats what the rest of this blog post is about! Drupal - Slow and a Memory Hog! PHP (through Drupals bootstrap) must then include() and execute dozens or even. Of module, .inc, and .php files from the various modules you have installed. The user is ...