?
?
|
|
8.5.1 FAIL. Your cod... Ratings
6
Comments
27
|
|
|
8.5.1 UNFAIL - Part ... Ratings
2
Comments
0
|
|
|
New rules - you need... Ratings
1
Comments
0
|
|
|
More on 8.5.1 FP1 IF... Ratings
1
Comments
0
|
|
|
Borax der Stoff aus ... Ratings
0
Comments
0
|
Ratings
6
Ratings
2
Ratings
1
Ratings
1
Ratings
1
Comments
27
Comments
10
Comments
6
Comments
4
Comments
4
Bringing The Power Of JavaScript To LotusScript
Peter Presnell
|
|
Tags:
.dominoframework
arrays
javascript
lotusscript
strings
|
Comments (0)
|
Visits (213)
I find new experiences are often the greatest source for innovation in my work. This proved to be the case for me several years ago when I left my role as a Lotus Notes Developer to take on a role that involved using C# and ASP.Net. When I returned to Notes...
from Blog: Beyond The Yellow Bubble
|
|
Dojo gets a new website *again*
Erik Brooks
|
|
Tags:
dojo
ibm
javascript
notes
domino
desginer
frameworks
lotus
xpages
|
Comments (0)
|
Visits (315)
So a few weeks ago I blogged about the Dojo website getting a facelift. It was much cleaner than before, a bit more organized, though less eye-catching. Well apparently they decided to step it up a notch with an entirely new site design. Click here to see...
from Blog: Erik Brooks
|
|
Re: My Top 10 JavaScript/SSJS Mistakes
In response to: My Top 10 JavaScript/SSJS Mistakes The whole XPages paradigm is so different to the normal web page /
form / agent thinking. I find it hard when you have to go between
@formula, Lotuscript, java and JavaScript in the same day.
I think the...
from Blog: kalechi crud
|
|
My Top 10 JavaScript/SSJS Mistakes
I recently wrote about some of the things that could be done to minimize the differences between writing LotusScript and JavaScript code. These technique hopefully can help reduce the number of mistakes made in writing code when switching between languages -...
from Blog: Beyond The Yellow Bubble
|
|
WCM and Dojo Category : Solution
We have a WCM Site that is essentially a FAQ list - Problem we had was that our customers wanted the ability to have these 30 FAQs to be in multiple categories. This required a solution, not meaning we used Site Areas in WCM, but to have all of the content in...
from Blog: Developing the Planet
|
|
Book Review: Object-Oriented JavaScript
I'm not one to either read a lot of books or blog book reviews but this is one of the best technical books I have read for a while (Are there any other types of books?). Object-Oriented JavaScript by Stoyan Stefanov provides an excellent coverage of...
from Blog: Beyond The Yellow Bubble
|
|
Songs in code
Did someone say "
from Blog: McGarelGramming
|
|
XPages Kindergarten - Reading List
This may be just Kindergarten but our teacher gave us a pretty lengthy required reading list to work on now and for later when we continue on to first grade.. Apparently those of us intending to focus on developing XPages for the Notes client when 8.5.1 is...
from Blog: Beyond The Yellow Bubble
|
|
Programming Language - Does It Matter?
Application Development has been essential to the survival and growth of the Notes client. Prior to Notes 8 its was generally felt (and argued loudly at lotusnotessucks ) that the Notes client was a vastly inferior offering to MS Outlook. Despite this Notes...
from Blog: Beyond The Yellow Bubble
|
|
LotusScript v JavaScript
I don't normally plug my own ideas on ideajam, but this is one I would like to encourage notes developers in the yellowverse to cast a vote. As many of you know from reading my blog I am in the process of learning how to develop xpages . It is still early...
from Blog: Beyond The Yellow Bubble
|
|
XPages - The Good, The Bad and the UGLY - III
Progress is slowly being made and my perceptions of Xpages are constantly changing (not always in the same direction).... First I wish to revise my statements from yesterday's blog about Server-Sided Javascript. Tim Tripcony wrote an excellent article in...
from Blog: Beyond The Yellow Bubble
|
|
Re: XPages - The Good, The Bad and the UGLY - II
In response to: XPages - The Good, The Bad and the UGLY - II I'm gonna have to disagree with both of you. JavaScript doesn't need classes because of closures... if you don't know what closures are, now would be an excellent time to find out.
Nathan's spot...
from Blog: Yellow is the New Blog
|
|
XPages - The Good, The Bad and the UGLY - II
More observations on Xpages from my first few days in XPages kindergarten. The Good : Source View . This is up there as one of my favorite additions to Domino Designer. It is also something I can easily relate to having used a similar feature in MS Visual...
from Blog: Beyond The Yellow Bubble
|
|
JavaScript Charting Recommendation
Earlier this week, I was looking for a JavaScript charting solution to display some simple charts on an intranet application's dashboard. This article led me to Bluff , which I was able to implement fairly easily and has a lot of flexibility. I tried to use...
from Blog: McGarelGramming
|
|
revisiting closures
I've occasionally mentioned the JavaScript concept of "
from Blog: Yellow is the New Blog
|