Do i need more diskspace ?

dbsize

Posted in Fun, Lotus | Tagged , | 1 Comment

Widget toolbox and Update Site

I have recently started a project deploying widgets and plugins to my IBM Notes users.

To accomplish that i will have to use the Widget toolbox and update site. When you have made an Updatesite you can install plugins to you IBM Notes clients via policy or Application Management. If you want to install it via policy, you will have to use the Widget toolbox, and you have to use a file called extension.xml.

I didn’t know how to make that, and there was a simple way to make one (Thanks to Mr. Mikkel Heisterberg). You can use that already build in funktions og the IBM Notes client.

Here is a quick way on how to do that.

1. Click on the “Getting started with widgets” icon in the widget toolbar menu.
2. Select “Features and Plugins”
3. Enter the URL for the update site (You can use either http:\\ or nrpc:\\)
4. Make description, image url..
5. Finish

Then you have the plugin installed in the “My Widgets” sidebar. You can the get the extension.xml file from that, by right click and select email to…

Open the Widget toolbox and create a widget document, and choose the extension.xml file, and the you can deploy that via a policy.

Remember that the id under palleteItem is the id of the plugin, ant that this should be the same if you want to update the plugin on a later date. If its not the same, it will make a new plugin.

Posted in IBM Notes, Lotus | Tagged , , , , , , , , | 2 Comments

Windows 8 RT and floppy disk !

How do you insert a floppy disk in a Surface tablet. I want to install a printer and this comes up.

photo

Any ideas, or maybe i should call Steve Balmer.

Posted in Fun, Tablet | Tagged | 1 Comment

How do you reduce spam on your blog in WordPress

Ever since I started my blog I have had some problems with spam comments on my blog.

So I just want to tell some of the things i have done, trying to reduce the spam comments on my blog. And maybe get some ideas to fight it even harder.

1. Close comments on Older posts.
This will reduce the amount of spam you can recieve, unless you write many blog post every day, there will be less blog post for the spammers to comment on.

wordpress-close-comments

2. Use Captcha plugin

I have installed the SI CAPTCHA Anti-Spam plugin, and seames to work alright, but there are stil spam comments comming

3. Hold a comment in queue.
I settings, under Comment moderation you can specify weather to put a commetn in queue if there is more than X links in the somment.
I use 2 in this setting

Captured1

4. Other plugins
There are are al lot of other plugins you can use, but i haven’t tried them all. Askimet is often mentioned, but does it work. Would like to know that befoer i buy it.

Doeas anybody have experience with this.

5. Ban empty referrers

Spam often come from robots, and they will never visit your site, so they don’t have any refers. so you could use the folowing code to ban them.

Log in to WordPress administration area of your blog and go to “Theme Editor”. Select your blog’s theme and open the functions.php file for editing. Paste the following code:

function verify_comment_referer() {
if (!wp_get_referer()) {
wp_die( __('You cannot post comment at this time,
may be you need to enable referrers in your browser.') );
}
}
add_action('check_comment_flood', 'verify_comment_referer');
?>

Thanks to Internet Techies for the tip.

Other things you could do, but I haven’t yet.

Ban IP addresses – Is this a good idea ?
Switch comment system ?

If anybody have a idea, or have tried any of the above, I would like to hear how they work.

Posted in Spam, Tip, Wordpress | Tagged , , | 2 Comments

Macbook security

Today i just “hacked” a Macbook password for a friend, who lost all password to the macbook. (Dont ask how).

After some help from mr. Pmooneynet I got into the macbook. There is still some problems with the keyring feature, but I have full access to all the files.

Why I’am are telling you this? Because it was so easy, one should consider weather ones macbook is Secure enough.

The only thing i needed was the install disk, and I was in.

So if you are the proud owner of an macbook, go read the web for security features, and decide if yours is good enough.

Posted in Apple | Tagged , , , | 2 Comments

How to control where agents run in clustered environment

At IBM Connect in January during “Ask the Product Managers” sombody asked how he could control where an agent ran in a clustered environment.

In agent settings you can specify which server the agent runs on, but if server is down ? What to do.

I have made a database that can control this.

Here is how it works.

Put the database on the server, and create a document for each agent you want to control.
in here you set the agent, and which server you would like it to run on.

The external database lookup is used to find the agent controler database in lib.dmc.agent. Feel free to change it to how you want to connect to the database.

Then simply set the agent properties so that the agents run on all servers, and make sure that the following code is in your agent:

Use “lib.dmc.agent”

Dim session As New NotesSession
Dim agent As NotesAgent
Set agent = session.Currentagent
If determineRunServer(agent.Name, session.Currentdatabase.Server) Then
‘Start running agent – write en agentlog or other to specify where you run, or whatever you like
Else
‘Exit agent
Exit Sub
End If

The when the agent runs, it will ask the agent controler database if it should run or not.

There is also a function to change the “run” server for all the agents that run on one server.

Its not a 100 % finished, but it works, and i hope somebode can gat some use of it.

Download

Everebody feel free to download ! And contact me in case of questions.

Regards

Thomas

Posted in Uncategorized | 4 Comments

News/Pictures about my mini project

Look at my Mini project page

New info and pictures.

Posted in Mini | Tagged | Comments Off

My new bathroom

Yesterday I finally finished my new bathroom. I was a long process, due to a lot of boring excuses and cirkumstances. So this weekend i can soack into my new bathtub and relax. I think I deserve that after a fu…. up start of 2013.

I have learned a lot in this process, and 2013 can only get better from here.

20130215-142606.jpg

20130215-142747.jpg

Posted in Uncategorized | 2 Comments

A sad IBM Connect 2013

Now i’am safe home from IBM Connect / Lotusphere 2013 and just want to recap.

Normally i can think about what i have learned, and what i want to share with others. But this year I lost my god friend and colleague Kenneth Kjærbye in a tragic accident sunday.

He had an accident on motorbike sunday near Tampa. It touched us all very much.

The last time i saw him was sunday morning, before the Hogride. At that time he was very happy, and I will remember him that way. And I hope you all will.

R.I.P. Kenneth Kjærbye – You will be missed.

I have tried to go to some sessions, but it wasen’t the same.

So i only have 2 notes with me home, that i want to share with the ones that dosen’t already know about them.

Remember to visit the following sites:

Collaborationtoday.info
openntf.org/XSnippets (and of course openntf.org)

This will give a lot of information about what happends in the community, and info about Xpages. If you haven’t spent any time looking into xPages, now is the time to do it.

I just want to thank everybody that I have talked with during the week, it helped a lot to talk about it.

Next year I will be back, and then we all have a happy IBM Connect / Lotusphere.

Regards Thomas

p.s. No mather how much you know about one thing, you can always learn more. This time I learned the if you are sending a text message on a iPhone, and it wants to send as an iMessage you can hold down on the text, and you get an option to send it as a normal text message. I didn’t know that.

Posted in Apple, IBM Connect, IOSTip, Lotusphere, Tip, Travel, Xpages | 4 Comments

Sugarboo’s, Hog Ride and IBM Connect

Finally we arrived in Orlando at the Swan and Dolphin. I’am so looking foreward to a weak full of expressions.

So far is hasen’s been the technical stuff we have spent time on but i was able to ride along the anual Hogride. Yesterday we rode to a little town called mt. Doro, and if you ever get there, be sure to stop by Sugarboo’s for some BBQ. Amasing food!

20130127-132913.jpg

Now we can lean back and IBM Connect/Lotusphere 2013 can begin.

Posted in Uncategorized | Tagged , | 2 Comments