Wednesday, December 17, 2008

Vulnerability of Internet Explorer

by Okura
Microsoft announced that newly found security flaw affects all version of Internet Explorer from IE5 to the latest beta IE8. 

Sleipnir is using the same engine as Internet Explorer so this issue can also affect Sleipnir.

Microsoft is now seeking its solutions.

What we can do for now until Microsoft announces its urgent patch or solution is:

*Enable automatic Windows update for the next update
 →If you are using Windows XP,
     Control panel/ Security center/ Enable Automatic update

*Disable Javascript to make Sleipnir more secure
  →Menu bar/ Tools/ Sleipnir Options/ View/ Trident
     Uncheck the box of “Enable JavaScript”

*Update your Windows when Microsoft announces its patch or update
  →They are plan to release its patch on December 17th in the US time
      For details, please see the reference below

You can avoid its influence limiting execution of scripts. When you visit a site which requires scripts, please pay attention to the page security. You can set security changing security mode on the status bar. This is urgent announcement and information so this might not be accurate for 100%.

If we received new information, we will let you know in this blog.

Thank you.

(Reference)

As attacks escalate, Microsoft readies emergemcy IE patch (ZDnet)

Microsoft Security Bulletin Advance Notification for December 2008 (Microsoft)

A small Christmas present from Fenrir Inc☆

by Nami

Hi, everyone! We are in winter now in Japan. It's been cold!!



I think it has snowed in north part of Japan but no snow yet in where we are!
And around this time we started hearing Christmas songs everywhere!

Christmas is just around the corner! Some of you may not celebrate Christmas because of your culture or religion.

We, most of Japanese are not Christians, but we celebrate Christmas. We usually exchange presents, and eat Christmas cake (Big cake with a small Santa Claus shaped candy on it )with family, boyfriend or girlfrend. Ummm... I love cakes!

Anyways, present is also important for Christmas so we have a small Christmas present for you ;-)

Fenrir Inc original, Christmas version wallpaper♪









We have 4 sizes.

Fenrir Christmas 2008 wallpaper (800*600)
Fenrir Christmas 2008 wallpaper (1024*768)
Fenrir Christmas 2008 wallpaper (1280*1024)
Fenrir Christmas 2008 wallpaper (1680*1050)

Click to open the image and save it from the right click menu. Then please set it as wall paper.

I hope you like it!

Thank you very much for your support in 2008!
Fenrir Inc wishes your happy happy holidays!

Friday, December 12, 2008

Let's use and enjoy IEPanelEx / IEDockEx (5) – IEDockEx part 2

by Mr.X

Hi, guys! I'm Mr. X!


☆Outline of the previous blog

・Tried IEPanel
・Set IEPanelEx
・Set also IEDockEx
・I got tired of eating ramen

So did you get a big picture of IEPanelEx and IEDockEx?

This is the last blog about IEPanelEx / IEDockEx. Today I'll talk and explain about IEDockEx sample.
I continue this from the previous blog. So before starting this, please read the previous blogs and create “TestDock.”

*IEPanelEx / IEDockEx are softwares under development in our Laboratory!



☆Let's create something that moves

This is the last blog of IEPanelEx / IEDockEx, so let's create something special, something that moves like an application! OK! Let's create a sample!
1.Open “<Sleipnir installfolder>/plugins/IEDockEx/TestDock/config.ini” in text editor
2.Lines below “Setting” should be like this:

[Settings]
Action=true
ContextMenu=false
ScrollBar=false
Align=top
Size=40

Change this as below:

[Settings]
Action=false
ContextMenu=true
ScrollBar=false
Align=right
Size=100
URL=http://www.fenrir.co.jp/labs/web/flickrDock/index.html

3.Restart Sleipnir

Then...

*The dock displays the newest images on the “Flickr
 ・It gets information from RSS so you don't have to log in Flickr

*Click on a picture to open it in an active tab
*At default,
 ・Photos are automatically updated every one minute (You can set its interval)
 ・It gets all updated information (you can limit information using key word search)

So let's call it “flickrDock” for now.

One file has all HTML/ style/ scripts, so you can see the source selecting “View source” from the right click menu and save it. You can use it to see the source, modify it etc. though it's a bit hard to read.

Let me explain a bit more...

☆How to use and set it

*The dock can display 20 images at the maximum
*You can go to settings screen clicking the heart mark on the right top on the dock


*You can set update interval and use key word search for images
・Your settings are saved in Cookie for a week

*You can change dock size and place to display changing the config.ini, “Align=,” “Size=” like below (you need to restart Sleipnir):

 ・to display one line horizontally at the bottom
 
Align=bottom
Size=126

  ・to display vertically on the left of the dock
Align=left
Size=190

☆Technical description for web developers

* Here we use Cookie to save settings. You can also use Action to save data base or text files. As simple samples using Cookie,
  ・Your used key words for search are also saved in Cookie so please set the dock without writing anything if you prefer not to save the words. Cookie will be deleted.
  ・You cannot use IEDockEx DOM from Action, so if you use Action to save data base, it can be complicated.
  ・For more details, please search source code in “Cookie”
  ・When you write scripts by yourself, please do not save important information such as IDs or pass words in Cookie

*It gets information from Flickr that is using JSONP. So you can use the dock in the same way if the web pages have API service that gives information in JSON.
  ・Please refer the last 10 lines in “function loadJsonp.”

So how did you like “Let's use and enjoy IEPanelEx / IEDockEx” series?
I wrote 5 blogs about this topic but I don't think I explained enough!!!

But I just hope this blogs will give you motivation to create something nice! If you create something nice, please write comments and let me know :-)

I hope you enjoyed my blogs!
Thank you very much and I'll see you soon!

Related pages:

Fenrir Lab/ IEPanelEx
Fenrir Lab/ IEDockEx
Let's use and enjoy IEPanelEx / IEDockEX (1) – IEPanel
Let's use and enjoy IEPanelEx / IEDockEX (2) – IEPanelEx part 1
Let's use and enjoy IEPanelEx / IEDockEX (3) – IEPanelEx part 2
Let's use and enjoy IEPanelEx / IEDockEx (4) – IEPanelEx part 1




Tuesday, December 9, 2008

Let's use and enjoy IEPanelEx / IEDockEx (4) – IEDockEx part 1

by Mr. X

Hi, guys! I'm Mr. X!


☆Outline of the previous blog

・Tried IEPanel
・Set IEPanelEx
・I ate ramen

This time, we will create a countdown timer that we created the last time with IEDockEx.
I continue from the previous blog. Before starting this, please read the previous blogs and create a cont down timer with “TestPanel.”

*IEPanelEx / IEDockEx are softwares under development in our Laboratory!



☆How to use IEDockEx

You can set IEDockEx following the same steps with IEPanelEx. Let's first create “TestDock” as an example.

1.Download “IEDockex” from Fenrir Lab

2.Select “Expand all” from the right click menu

3.If you are using Sleipnir for Windows 2000/XP/Vista, use “unicode” folder. If you are using Windows 98/98SE/Me, use a file in “mbcs” folder.

4.Change a folder name from “<expandedfolder>/plugins/
IEDockEx/IEDockEx” to “<expandedfolder>/plugins/IEDockEx/TestDock”

5.Change a folder name from“<expandedfolder>/plugins/panel/IEDockEx.fx” to “<expanded folder>/plugins/panel/TestDock.fx”

6.Copy expanded folders, “unicode” (or mbcs) and all the files below “unicode,” and paste it below “<Sleipnir installfolder>”

7.Find “Dock” in “<Sleipnir installfolder>/pref/plugins.ini”, and add “Dock7=TestDock.fx” referring other lines. (Dock7 on the example below is added part. If the “Dock7” is already there, please add as “Dock8” )










8.Restart Sleipnir

Now there is a dock on the bottom of the window. It shows sample actions.





☆Let's count down with the timer

Let's count down with the timer created with IEPanelEx on the previous time. We can make the timer count down with IEDockEx using the same scripts, HTML and JavaScript used for the IEPanelEx .

1.Copy “<Sleipnir installfolder>/plugins/IEDockEx/TestDock/cindex.html” to somewhere for back up
2.Copy“<Sleipnir installfolder>/plugins/IEPanelEx/TestPanel/index.html” and overwrite it on “<Sleipnir installfolder>/plugins/IEDockEx/TestDock/index.html”
3.Restart Sleipnir

Now displayed on the dock!







You can open and close dock from “Veiw-> Dock-> TestDock” on the menu bar.










Also now you can use an action, “ShowTestDock” to choose to display or not to display the dock. If you register it to mouse gestures, for example, you can use it very easily.









☆Change place to display the dock

You can change place to display the dock with IEDockEx editing config.ini. Let's move the dock to the top.

1.Open “<Sleipnir insrallfolder>/plugins/IEDockEx/TestDock/config.ini” in text editor
2.Save it after changing “Align=bottom” to “Align=top”
3.Restart Seipnir

Now you can see the dock on the top.








Other than that, you can change width of and set to display or not to display the scroll bar etc. For more details, please refer config.ini.

☆Today's key points!

*You can create IEDockExs changing file names.
・Follow the same steps as IEPanelEx. Change the file name, “TestPanel” to a different one.

*You can change factions of IEDockEx adding lines on config.ini
・Other than settings of IEPanelEx, you can also set “Align=” and “Size=” etc.

*You can use "show action" by setting IEDockEx
・When using name, TestDock, you can select to display or not to display the dock with an action named "ShowTestDock "for example.

☆Next blog...

Ahhhhh... I kind of get tired of eating ramen! I'll finish eating and talking about “Autumn is the best season to eat food!” and I'll talk something about art for the next time (Please refer “Let's use and enjoy IEPanelEx / IEDockEX (1) – IEPanel” to know why it's said that autumn is good season to eat and work on artistic activities in Japan)

Thank you!!

Related pages:

Fenrir Lab/ IEPanelEx
Fenrir Lab/ IEDockEx
Let's use and enjoy IEPanelEx / IEDockEX (1) – IEPanel
Let's use and enjoy IEPanelEx / IEDockEX (2) – IEPanelEx part 1
Let's use and enjoy IEPanelEx / IEDockEX (3) – IEPanelEx part 2



Thursday, December 4, 2008

Add a game to your blog! New blogparts is NOW RELEASED!


by Mr.X



Wow, it's being getting really cold recently!
Hi, I'm Mr.X. Oh... I'm freezing... I need hot hot ramen noodle NOW!!

Once you start playing a puzzle game for a change, you'll find yourself actually spending hours playing it. Yeah, puzzle can makes us crazy!!! So we created this blogparts, Logica, so that we can share wonderful experiences with many users like our corporate philosophy says ;-)

Logica is like this:



You can put your favorite image and put Logica on your blog like this:



For details, please visit our site “Logica for Blog”

Thank you very much!

Tuesday, December 2, 2008

Sleipnir Interface Contest!!


by Nami

We start Sleipnir Interface Contest from December 4th to December 14th!!


Sleipnir is very customizable browser, so each of you can have your own interface. Your Sleipnir desktop can be different from others depending on your needs, your favorite features, and added functions etc.

What functions does everyone use often? What kind of Sleipnir interface does everyone have?
If you are interested, join in Sleipnir Interface Contest NOW!

It's very easy to participate:

1. Open your customized Sleipnir

2. Take a screen shot of your Sleipnir
(We recommend you to use our plug-in, SnapCrab.
If you use it for the first time, please read “SnapCrab mini lesson” below!)

3. Post it to our facebook community with your comments
 (your country and what functions you add or your favorite points of Sleipnir etc)

After the deadline, we may interview with users who have very unique desktop and update it on this Fenrir developer's blog!!
You can also participate just writing your comments on other users' posted screen shots!

Take your Sleipnir screen shot and post it to our facebook community!
You may be the one who will be spotlighted in our blog!
We are looking forward to your entry!

Thank you!!


☆SnapCrab mini lesson!

1. Download SnapCrab
2. Restart Sleipnir
3. You can find a new bar under the address bar
4. Select 5th icon from the left
5. Press Ctrl key on your opend Sleipnir window
6. Taken screen shot will be saved on your desk top!

Then don't forget to post it to our community ;-) Deadline is 14th!!

Thursday, November 20, 2008

If you cannot log in Hotmail with Sleipnir...

We have received reports of cases of not being able to log in MSN Hotmail with Sleipnir.

[Cases that may occur]
*After logging in, blank page is displayed
*You cannot see the first Hotmail mail page, received mail list
*Sleipnir freezes after logging in

[How to improve the case]
You can improve the case following steps below:

1.Start Sleipnir
2.Go to “menu bar-> Tools-> Sleipnir Options-> View-> Trident”
3.Choose “Internet Explorer” from the User Agent menu
4.Press OK and close the option dialog
5.The dialog will be shown up so choose “Restart now”
6.After restarting, please check if the case is improved



At this moment, we only know that many users who have this problem are using PC with Windows XP and having installed Internet Explorer 6 and you can improve the case with steps above.

We have reported this case to Microsoft and at the same time, we have been trying to find its cause now.
If you notice something new regarding this matter, please leave your comment here. It will help us to solve the case.

We also have received reports that scroll bar is not displayed after logging in so that you cannot see the whole page. We don't know its causes yet but if you try the steps above and the case is improved, could you please let us know?

Thank you very much for your kindness.

Friday, November 14, 2008

We've released Sleipnir Version 3 alpha!!



by Nami

Hi, everyone!

I'm Nami in overseas depertment in Fenrir Inc!
Today we have big news to tell you ;-)
We have released Sleipnir 3, alpha version!! And this time, we've released not only Sleipnir in Englsih but also in Spanish, German, and Turkish!!

This is just beginning of our multi-language translated Sleipnir project! So we plan to release Sleipnir in other languages too, hopefully pretty soon!

This is still alpha version and have some points that we have to enhance and we are planing to do so with the next updated version.
If you would like to use the same functions from the current Sleipnir, please continue to use Sleipnir 2.8.3 which was released on this Monday: http://www.fenrir-inc.com/us/

Thank you very much!

Download Sleipnir 3 alpha
in English: http://public.fenrir.co.jp/en/community/viewtopic.php?t=5398
in Spanish: http://public.fenrir.co.jp/en/community/viewtopic.php?t=5399
in German: http://public.fenrir.co.jp/en/community/viewtopic.php?t=5400
in Turkish: http://public.fenrir.co.jp/en/community/viewtopic.php?t=5401

The second arc of our history

by Miki




Have you read our history and secret?
http://www.fenrir-inc.com/us/history/

We will mark the 3rd anniversary of the founding of Fenrir Inc on November 16th. Our history is on "History page" above but here I'd like to talk more details about how and why our company philosophy was created.

As history shows that his PCs for software development were stolen three years ago and he lost all the source codes of Sleipnir. So he had no choice but to give up Sleipnir. After the accident, he was so shocked that he could not get out of his bed for a week.

He had already huge number of users in Japan at that time. And when he reported this accident, it became big news and he received lots of encouraging messages from users. Also some users even started contacting with each other and they tried to support him.

He re-realized that he was supported by many users and decided to re-create Sleipnir from the beginning. This accident deepened more communication with users.

"Provide happiness for users through software," "creating software for users" now became company philosophy of Fenrir Inc.

We have started advancing into the global market since this year. We would like to communicate actively with users as same as Japan around the world and create and offer continuously more enhanced browser for users.

We have received lots of supports and warm messages since we created Sleipnir. We keep making our best efforts to offer high custamizable, highly quality, and elegant designed browser for YOU!!

Thank you very much for using Sleipnir and your kind support!

Tuesday, November 11, 2008

Sleipnir 2.8.3 released!!

by Falcon, software developer





Hi, I'm Falcon being in charge of software development in Fenrir Inc.

We released Sleipnir 2.8.3!
You can download from here
Sleipnir 2.8.3

We fixed a few bugs and enhanced some points form Sleipnir 2.8.2.
Please refer our release note for more details about Sleipnir 2.8.3.
Sleipnir 2.8.3 release note

Thank you very much.

Wednesday, November 5, 2008

Let's use and enjoy IEPanelEx / IEDockEx (3) – IEPanelEx part 2

by Mr.X




It's getting cooler and cooler. It's a good season to eat hot hot ramen! Ummmm...

Hi, guys! I'm Mr. X! Give me ramen!

Outline of the previous blogs

・Tried IEPanel
・Set IEPanelEx

Today's topic is “how to create something more with simple HTML and JavaScript.”
I continue form the previous blog. Before starting this, please read the previous blog and create “TestPanel.”

*IEPanelEx / IEDockEx are softwares under development in our Laboratory!



Before you start...

1.Open “<Sleipnir installfolder>/plugins/IEPanelEx/TestPanel/config.ini” in text editor
2.Delete the line, “URL=http://www.fenrir-inc.com/”
--------------------------------------------------------------
[Settings]
Action=true
ContextMenu=true
ScrollBar=true
DropTargey=true
---------------------------------------------------------------
3.Copy index.html to somewhere for your back up (you can find it in the same folder where config.ini is in)
4.Restart Sleipnir

TestPanel will be displayed like this




Let's create original panel!
Are you ready? OK, then, let's edit index.html. After opening it in the text editor and delete all the lines, write as follows and save it.
---------------------------------------------------------------
<html>
  <head>
    <title>TestPanel</title>
  </head>
  <body>
    Test
  </body>
</html>
--------------------------------------------------------------

Right click on the panel and select “Refresh”



















Changed!










You can display your favorite contents just editing index.html. You can use JavaScript too.
---------------------------------------------------------------
<html>
  <head>
    <title>TestPanel</title>
  </head>
  <body>
    <inputtype="button"value="Click"onclick="alert('Click');">
  </body>
</html>
---------------------------------------------------------------














Let's create a count down timer!
---------------------------------------------------------------
<html>
  <head>
    <title>TestPanel</title>
    <script>
      var TIMER = 5;
      var COUNT = TIMER;
      var TH;
      function startTimer() {
        if (COUNT <= 0)
          COUNT = TIMER;
        TH = setInterval(function() {
          COUNT -= 1;
          if (COUNT <= 0) {
            clearInterval(TH);
            alert('Finish');
          }
        }, 1000);
      }
    </script>
  </head>
  <body>
    <input type="button" value="Click" onclick="startTimer();">
  </body>
</html>
---------------------------------------------------------------

It keeps counting down though you close the panel. I always set “var TIMER = 180” to time for instant noodle. So I can enjoy surfing the Internet without forgetting the best time for noodle!! Ready to eat Ramen!!












Next blog...

When you use this as a timer, you can add more, such as STOP button or a function to show time of counting down etc... what...? I cannot hear you...

“Taking too much space :-(”

......Yeah. I know... Whole panel is displayed for just one button. Yes, you are right! Taking too much space...
So the next time, I'll introduce IEDockEx that doesn't take that much space.

Thank you!

Note:
When you use Javascript with IEPanelEx, you may receive a warning message “To help protect your security, your web browser has restricted to access.” because of “Security setting of execution of Active X.” If you try to display a reliable page, you can allow its dieplay selecting “Allow Blocked Content” from the click menu.









Please select “Yes” on the next warnig window saying “Are you sure you want to let this file run active content?”








Related pages:

Fenrir Lab/ IEPanelEx
Fenrir Lab/ IEDockEx
Let's use and enjoy IEPanelEx / IEDockEX (1) – IEPanel
Let's use and enjoy IEPanelEx / IEDockEX (2) – IEPanelEx part 1




Friday, October 31, 2008

Let's use and enjoy IEPanelEx / IEDockEX (2) – IEPanelEx part 1

by Mr.X

Hello, guys! I'm Mr. X.


The last time, I introduced IEPanel and talked too long (maybe) and went to bed too late so my skin becomes rough now!! Oh, no!! So this time, I'd like to talk about IEPanelEx simply so that my skin returns to beautiful and smooth... Anyways,

☆Outline of the previous blog

・Let's use and enjoy IEPanelEx / IEDockEx
・But firstly, introduced IEPanel
・Next, talk about IEPanelEx

So this time, I'll explain how we can do the same with IEPanel using IEPaneEx.

*IEPanelEx / IEDockEx are softwares under development in our Laboratory!

☆How to use IEPanelEx

Before using IEPanelEx, we need to copy a file manually, so let me explain it. We will create a panel named “TestPanel.”

1.Download IEPanelEx from Fenrir Lab.
2.Select “Extract all” from the right click menu


3.If you are using Sleipnir on Windows 2000/XP/Vista, use “unicode” folder. If you are using Windows 98/98SE/Me, use a file in “mbcs” folder.


4.Change a folder name from “<expandedfolder>/plugins/IEPanelEx/IEPanelEx” to “<expandedfolder>/plugins/IEPanelEx/TestPanel”

5.Change a file name from “<expandedfolder>/plugins/panel/IEPanelEx.fx” to “<expandedfolder>/plugins/panel/TestPanel.fx”

6.Copy expanded folders, “unicode” (or mbcs) and all the files below “unicode,” to below “<Sleipnir installfolder>”

7.Find “Panel” in “<Sleipnir installfolder>/pref/plugins.ini”, and add “Panel5=TestPanel.fx” referring other lines. (Panel5 on the example below is added part. If the “Panel5” is already there, please add “Panel6”. # means disable orders so you don't have to add # line.)


8.Restart Sleipnir

Then you find one more icon on the explore bar.


When you select the new icon, you can see a link list as a sample.


You can also execute actions.


You can do a lot with this panel. Let's set it to execute the same action as IEPanel and display some web sites!

1.Open “<Sleipnir installfolder>/plugins/IEPanelEx/TestPanel/config.ini” in text editor.
2.Change “ContextMenu=false” to “ContextMenu=true”
3.Change “ScrollBar=false” to “ScrollBar=true”
4.Add “DropTarget=true” at the bottom
5.Add also “URL=http://www.fenrir-inc.com/” to the bottom


6.Restart Sleipnir

☆Today's key points!

*You can create IEPanelExs(plural) changing file name.
・Repeat the steps above changing file name, “TestPanel”

*You can change actions of IEPanelEx adding lines on config.ini
・“URL=” is for specifying URL. The same index.html in a config.ini file will be
displayed if you do not specify the URL.
・“ScrollBar=” is for whether display the scroll bar.
・“ContextMenu=” is for whether display right click menu or not
・“DropTarget=” is for whether allow drag & drop to the panel

For more details, please refer config.ini.

For the next time, I'll talk about “how to create something more with easy HTML and JavaScript,” “who is Mr. X?” or “Mr. X, mysteriously disappeared.” I'm going to talk about one of them. So don't miss it!!

Thank you!

Related page:

Fenrir Lab/ IEPanelEx
Fenrir Lab/ IEDockEx
Let's use and enjoy IEPanelEx / IEDockEX (1) – IEPanel


Wednesday, October 29, 2008

Let's use and enjoy IEPanelEx / IEDockEX (1) – IEPanel

by Mr. X




Now it's getting a little bit cold and we have started feeling autumn in Japan.
In Japan, we say that autumn is the good season to play sports, work on artistic activities, and eat delicious food because fruits like grapes, apples or chestnuts, saury(fish) and other lots of food are in season. Autumn is also not too hot, not too cold, so it's a good season to enjoy various activities!

But I'm not good at both sports and art so I'd like to enjoy this autumn with IEPanelEx / IEDockEx!
Today I'm going to explain about this 2 plug-ins so that someone like me can enjoy great autumn!!!!

* IEPanelEx / IEDockEx are softwares under development in our Laboratory!


☆What is IEPanelEx / IEDockEx?
“IEPanelEx? IEDockEx? What are they?”

We are introducing them in Fenrir Laboratory. I'll explain them to you in a very simple way.

IEPanelEx is a panel displayed on the explore bar dock, the same place as Haedline-Reader Plugin”, “Favorites”, or “Browsing history.”
IEDockEx is displayed on its own dock. You can change and set its size and position freely from its setting file.

“I don't understand panel, dock :-( What are they???”

Oh...., ok, firstly let me explain IEPanel. IEPanelEx is an extended edition of IEPanel. So I'll introduce you starting from IEPanel-> IEPanelEx-> IEDockEx. I think it's easier to understand.

☆Let's try IEPanel!
Let's use IEPanel first! (You need to restart Sleipnir to make the software enable)

1.Select “Tools-> Change design-> Plugin” from the menu bar
2.Check the box of “Show pre-installed plugins”


3.Wow!! you can see a list of many many plug-ins. Select “IEPanel (pre-install) (Disable)” and click “Enable” on the left bottom corner


4.Click “Restart” on the right bottom and restart Sleipnir

Then...


you can see another icon on the explore bar. Let's click it!


Ahhhhhh... Oh no!!!!! Blank page :-< Just kidding :-P OK, this time, let's drag & drop icon on the left side of the address bar.

Yes!! It opens!! You can use it in a different way from the regular tab display.


But you have to be careful because once you close Sleipnir, it'll go back to a blank page again :-(
If you don't want to drag &drop every time, you can edit setting file and save it following these steps.

1.Close Sleipnir
2.Open “<Sleipnirinstallfolder>/settings/<username>/setting/IEPanel/IEPane.ini” in text editor
3.Write URL you open with IEPanel on the first line
4.Save it, finish the text editor and start Sleipnir

Then you can display your saved site every time when you open Sleipnir.

So how can you use???

・You can display Google search like this...


・You can display Yahoo like this...


・Or calender like this...


Ummm... You can do a lot!

☆Next blog...

So how do you like IEPanel?

“Only one panel? Can we have more?”
Yes, you can have IEPanels (plural) and also add functions to it with IEPanelEx!! Well, I'll introduce how to use IEPanelEx for the next time... hopefully...

OK. I worked too hard today!! Too much work is not good for your skin, right? so I'm going to bed now! Good night... Sweet dreams... ZZZzzzzz

Thank you and see you soon!!!

Related page:

Fenrir Lab/ IEPAnelEx
Fenrir Lab/ IEDockEx


Wednesday, October 15, 2008

We have started Twitter and Facebook! Follow me!

by Miki

Hello, everyone! How are you?


I hope you are having a good day and enjoying browsing with Sleipnir!
We have started Twitter form today. Do you know Twitter? Twitter is like a short blog sending messages. We plant to send messages or news mainly in English and Spanish and maybe sometimes in Japanese.
So if you are interested and have Twitter account, please follow us!
Find us with http://twitter.com/Sleipnir_party

You may already know but we also started official Sleipnir page in Facebook. We are sending news and updated information. If you haven't be a fan of our page, visit and join now:
http://www.facebook.com/pages/Fenrir-Sleipnir/16405911043

We are looking forward to seeing you guys there!
Thank you very much!

Friday, September 19, 2008

What is Fenrir Inc Laboratory?

by Okura, plug-in developr

Today we introduce our Laboratory!


We introduce softwares under development in this Laboratory so that users can feel and experience new technology and design. If you like something new and want to experience new softwares earlier than others, you can really enjoy our Laboratory. Please visit:
http://www.fenrir-inc.com/us/sleipnir/laboratory/

* This Lab introduces some selected softwares for users around the world. The Lab is translated from the original Fenrir Laboratory in Japanese.
http://www.fenrir.co.jp/labs/