|
|
januar 2005 - Posts
-
This is a little flash animation which makes a nice little mix based on default Microsoft sounds:
http://www.albinoblacksheep.com/flash/noises.php
And then there's the Infinite Cat Project at http://www.infinitecat.com/index.html
It shows Read More
|
-
I have created a lot of reports with a periodic parameter, but never figured out how to make the right period get chosen as default. Today I figured it out. It's very logical, once you have figured out a few things about report parameters and SQL.
Read More
|
-
I found a link to SimpleBlogger by Guoqiang Wu today. I've been looking at InfoPath a few times, and played with making forms etc, but never done much about it. So SimpleBlogger seemed like an interesting thing to try out.
I got hold of our InfoPath Read More
|
-
My techie boyfriend told me something really nice when using Runas to get admin rights while logged in as a low priveliege user:
C:\WINDOWS\system32\runas.exe /env /noprofile /savecred /user: DOMAIN\USERNAME "C:\Program Files\Internet Explorer\IEXPLORE.EXE Read More
|
-
Today I tried to filter out a row with no caption from a result set.
In MDX Sample Application, I landed on this solution:
select {[Measures].[invoiced hours],[Measures].[Total hours]} on 0,
non empty filter([Group].members,
(len([Group].currentmember.Properties("Caption")) Read More
|
-
David Cumps noticed me about Google's rules for using their search engine, which I had blatantly used to create a search box for my blog site.
So, to not offend anyone, I've removed the whole search box. I've read that there might be some sort of Read More
|
-
Edit: I wasn't aware of Lektora being 1) a one-man-project and 2) not exactly for power users when I wrote this. So I guess I'm comparing two products on two different levels, really. I e-mailed the developer and got some explanations back. These are Read More
|
-
A few years ago, my techie boyfriend and I decided to get ourselves an internet domain name. But what to choose? Some names were already taken, and some didn't sound too good when you put www and .com or .net on them. But we both like comics, and Read More
|
-
I found a description of how to add Google search to my blog at Dennis' blog. He based it on code from David Cumps.
I had to fix the script a bit, Dennis' script lacks a few "Also, I changed the line about inurl in both the functions, so it takes Read More
|
-
Today I found out the hard way that if you hide too many rows in your report, your report won't be rendered into a PDF when you want to export it.
I have a report with 4 row groups, [Department], [Employee Name], [Klient name] and [Project Name]. Read More
|
-
In a previous post, I described some code for doing checks before calculating percentage of two numbers.
Today I got around to create a better expression, one that will check for both IsNothing and if it's an integer before doing the division.
Theory:First Read More
|
-
Have you ever wanted a list of username and display names from AD?
Today I needed it, and had to ask my techie boyfriend how to do this. It's quite simple, really:
On your DC (if it runs on Windows 2003 Server), open cmd and type the following: Read More
|
-
I like using Firefox for all browsing. I like to use MSN Messenger. I've managed to make MSN Messenger open my Hotmail account in Firefox. It usually opens a white page before it redirects to my Hotmail page. It redirects really quickly, so the first Read More
|
-
So, I found some references to a nerdity test and had to take it.
Seems that even if I've built several computers, and at least think I know a thing or two about the Periodic Table, I'm just a wannabe nerd.
Well, maybe not too bad after Read More
|
-
Currently, I'm working on a project where I need to display percentage in some of the reports.
Unfortunately, all numbers haven't been filled out yet, so I run into an "infinity"-problem a lot. If you try to divide a number with nothing, you get "Infinity". Read More
|
-
(I'm pasting a few scripts I use often here, so I know where I can find them. Some of them are general enough to be usefull to others.)
Basic change of background color:
=iif(RowNumber(Nothing) Mod 2,
"Gainsboro", "White")
It's really basic. Read More
|
-
I'm quite fond of musicals. Some are a bit dated, some are a bit silly. And some are simply magnificent. Like "Les Miserables", based on the novel by Victor Hugo.
The musical version was started by Alain Boublil and Claude-Michel Schönberg, produced Read More
|
-
Got some things I should be doing in the new year:- Figure out more about OLAP, Reporting Services and Sharepoint. More specifically, RS and SPS together. Like figure out why Bryant Like's RS web parts totally broke our portal etc. (My theory is that Read More
|
|
|