329 Lotus blogs updated hourly. Who will post next? Home | Downloads | Events | Jobs | Twitter | Bookmarks | Pods | Blogs | Search | myPL | About 
 
Latest 7 Posts
Mobile First Development
Fri, May 10th 2013 182
Announcing redpill Mobile
Wed, May 8th 2013 455
Dojo Mobile ScrollablePane implementation
Sun, Apr 21st 2013 153
XPages and Dojo Mobile Events
Tue, Apr 2nd 2013 198
Add unsupported events to an inputText
Mon, Mar 25th 2013 180
JQuery FullCalendar in XPages
Sun, Feb 17th 2013 442
Wouldn't it be cool if....
Sun, Feb 17th 2013 462
Top 10
I am honored to be a 2013 IBM Champion
Tue, Dec 11th 2012 562
A Request to IBM
Tue, Feb 12th 2013 513
D3.js - Data Driven Documents
Sat, Dec 15th 2012 491
Wouldn't it be cool if....
Sun, Feb 17th 2013 462
Announcing redpill Mobile
Wed, May 8th 2013 455
Easy Mobile Browser Detection
Tue, Nov 27th 2012 444
JQuery FullCalendar in XPages
Sun, Feb 17th 2013 442
A Dynamic Dojo Data Grid component
Wed, May 4th 2011 387
What is Modern?
Tue, Oct 9th 2012 262
Have you ever had a dream that you were so sure was real?
Fri, Oct 12th 2012 253


New Family Members
Keith Strickland    

We've added 2 new family members to the Strickland household (they don't have names yet). They should make fine additions to the family. We used to have a 6 1/2 foot iguana named Puff that pretty much had run of the house. He was certainly cool. But we resurrected my 75 gallon tank to the new bearded dragons. Since they're babies hopefully we can keep the tank hot enough, but we will one way or the other. But here they are.

Orange Bearded Dragon

Green Bearded Dragon



---------------------
http://xprentice.gbs.com/A55BAC/keithstric.nsf/default.xsp?documentId=3735468A72431CA78525796E0001498D
Dec 22, 2011
89 hits



Recent Blog Posts
182


Mobile First Development
Fri, May 10th 2013 9:06a   Keith Strickland
At Red Pill Development, Peter Presnell has encouraged our development efforts to use a "Mobile First" approach. The process is that you design your mobile interface first, get everything working properly and then move on from there to Tablet and then Web Browser interfaces re-using as much as possible from the previously working mobile implementation. This approach has several advantages: It forces you to research, gather requirements and only display and write code for the things you [read] Keywords: application development interface mobile properties widgets
455


Announcing redpill Mobile
Wed, May 8th 2013 2:48p   Keith Strickland
Have you ever had a dream that you were so sure was real? Well today is the first step in realizing that dream. A few months ago I made a post about being one of the co-founders for a new company called Red Pill Development. This company was founded on the controversial belief that modernizing Notes applications one at a time by reproducing all of the existing functionality is a loosing strategy. In order to turn a profit modernizing applications, you have to do so en-masse and only include [read] Keywords: lotus notes notes client applications bleedyellow bleedyellow.com development mobile office
153


Dojo Mobile ScrollablePane implementation
Sun, Apr 21st 2013 3:06p   Keith Strickland
At Red Pill Development we're pushing the envelope a bit on XPages Mobile, we're certainly pushing the mobile controls to their limits. Because of this sometimes we need to take matters into our own hands and override the XPages Mobile controls and kind-of take over how they operate or create our own. One of the things you're going to encounter when you delve into XPages Mobile development is trying to put a Tab Bar at the bottom of the screen that actually stays at the bottom of [read] Keywords: domino xpages development dojo javascript mobile properties xml
198


XPages and Dojo Mobile Events
Tue, Apr 2nd 2013 12:02p   Keith Strickland
Here lately, I've been working on getting events to fire within a mobile application in XPages. For example when a page first loads (i.e. is navigated to but not "transitioned" to) or when a transition/navigation to another page within the single page application. No events are published or made available via the domino designer IDE but we still need to be able to do something when a navigation/transition event happens. So, how do we do this and what are the event names? Well the dojo even [read] Keywords: domino xpages application applications dojo java javascript mobile openntf server
180


Add unsupported events to an inputText
Mon, Mar 25th 2013 8:42a   Keith Strickland
So today while looking for a solution to handling an HTML5 event of onSearch I came across this technique, which, probably isn't the best approach but does work. So, if you look at the client side events of an inputText field, you'll notice there isn't an event for onSearch. So, how do you add one? Well, you could of course go pass-thru html and just code the field as you would a Plain Jane HTML field. While this would work, to me it's just not taking advantage of the platform an [read] Keywords: javascript xml
442


JQuery FullCalendar in XPages
Sun, Feb 17th 2013 4:18p   Keith Strickland
As you might or might not have known, I've been striving for a calendar in XPages since XPages were introduced. I created the XPages Calendar project which was a poor attempt at building a calendar. When I built it the extensibility API was not available and neither was the Extension Library. So, while it basically worked, it was not a very elegant implementation, especially the data handling. I recently had a need for a calendar implementation that met a few different criteria: [read] Keywords: xpages interface javascript mobile
462


Wouldn't it be cool if....
Sun, Feb 17th 2013 12:25p   Keith Strickland
Wouldn't it be cool if we could integrate some off the wall feature into our XPages environment? This is a phrase that gets used quite a bit in the team I work with and I think is a key driver to innovation, discussion and a source of producing excitement about whatever followed that phrase. While the phrase itself isn't very awe inspiring or really doesn't mean that much, I do think it is a key player in driving innovation. Some examples if you please.... Wouldn't it be [read] Keywords: domino notes xpages application applications development java




513


A Request to IBM
Tue, Feb 12th 2013 4:36p   Keith Strickland
I've been doing a lot of development work here lately, I mean a lot. Looking at different technologies and implementing them into XPages or at least attempting to. One of my tasks was trying to learn about OAuth and working with connections. I downloaded and installed the IBM Social Business Toolkit and SDK. I then followed several tutorials out on the web (most of them from IBM) trying to authenticate to GreenHouse with no luck. I ran into issue after issue. I got it all the way to being as [read] Keywords: connections ibm xpages development
110


keithstric.com moved back to Prominic
Thu, Jan 3rd 2013 5:54p   Keith Strickland
I am proud to announce that keithstric.com has been moved back to Prominic. Prominic is an excellent host for all types of domino sites. If you're in the market for a new web host, take a look at Prominic. Their service and support is top notch and second to none. I've learned my lesson and won't be moving this blog again. Now, I've just got to get all the different aggregators looking at keithstric.com instead of xprentice.gbs.com. [read] Keywords: domino
491


D3.js - Data Driven Documents
Sat, Dec 15th 2012 10:45a   Keith Strickland
I've recently started playing with a very powerful Javascript library called D3.js. D3 is for visualizing data either in charts, force layout graphs, data plots or whatever you can imagine. I'm not really sure what the point of this post is as I really can't show you yet what we're using it for. But I can show some of the things that it's capable of. Let's first look at a Force Directed Layout. These are usually used to show hierarchical data and the way D3 handles [read] Keywords: community facebook javascript wiki




Created and Maintained by Yancy Lent - About - Blog Submission - Suggestions - Change Log - Blog Widget - Advertising - Mobile Edition