Samuel’s HQ

A french/american blog with some hungarian spices…
  • rss
  • Home
  • Resume
  • gallery
  • Contact Me

Offline until 12/05

November 21, 2007 | 11:07 pm


Machu Picchu

It’s vacation time !!!…

We are on our way to explore South America…

We will be visiting Peru, with Lima, Cuzco and Machu Picchu.
And we will finish with one week in patagonia…

Comments
No Comments »
Categories
English, general

Comments rss Comments rss
Trackback Trackback

Demonstrate a unix command usage from powerpoint

November 15, 2007 | 3:26 am


ssh demo (56 hits)

Here is the reason why I tried to demo a website from powerpoint (110 hits)… I needed to demonstrate how to use a new Unix application, but I wanted to do that from my powerpoint presentation. After some time spent on google, I didn’t find any way to integrate a ‘unix terminal’ component in a power point slide.

So my solution was to use the embedded browser and use Ajaxterm to connect to a remote linux host… This works… but there is a limitation as it’s not possible to use PageUp, PageDown to go up and down in your terminal… In order to fix that, you can start ’screen’ on your unix host, and then you can navigate in your terminal using Ctrl+b, Ctrl+f.

I believe that there is a cleaner to connect to a unix host from powerpoint… but I didn’t find it. If you know other solution… please share :)

Some links to finish, I didn’t try anyterm but it looks cool too…

  • Ajaxterm (94 hits)
  • Anyterm (96 hits)
  • Gnu-Screen (76 hits)
Comments
1 Comment »
Categories
English, geeky

Comments rss Comments rss
Trackback Trackback

How to demo/browse a website using powerpoint?

November 14, 2007 | 3:40 am

Problem: You are giving a powerpoint presentation, and during this presentation you need to show/browse a website. The solution that most of the persons will chose will be to hit “alt+tab” to switch the focus to their browser… Yes that does the trick… But you may want to show the website from your powerpoint to keep your audience captivated. I personally think that people has a tendency to get distracted when you switch away from your fullscreen powerpoint.
Chose the right component (48 hits)

My solution is to integrate a “Microsoft Web browser” component on your slide, so you can use it to browse a website. Start by adding the component as shown in this screen shot.



Editition of the slide (59 hits)

Then you can put several buttons on your slide to control your embedded browser. It should look like on this screenshot.


Finally you will have to add some Visual Basic code to your button’s callbacks. Something like:

Private Sub FontDecrease_Click()
    Dim Z As Variant
    WebBrowser1.ExecWB OLECMDID_ZOOM, OLECMDEXECOPT_DONTPROMPTUSER, Null, Z
 
    If Z > 0 Then
        Z = Z - 1
    Else
        Z = 0
    End If
    WebBrowser1.ExecWB OLECMDID_ZOOM, OLECMDEXECOPT_DONTPROMPTUSER, Z, Null
End Sub
 
Private Sub FontIncrease_Click()
    Dim Z As Variant
    WebBrowser1.ExecWB OLECMDID_ZOOM, OLECMDEXECOPT_DONTPROMPTUSER, Null, Z
 
    If Z < 4 Then
        Z = Z + 1
    Else
        Z = 4
    End If
    WebBrowser1.ExecWB OLECMDID_ZOOM, OLECMDEXECOPT_DONTPROMPTUSER, Z, Null
End Sub
 
Private Sub StartDemo_Click()
    WebBrowser1.Navigate ("http://samuel.happycoders.org/")
End Sub
 

Download this code: test-www-ppt.pas (79 hits)


And here is the result:
Result (46 hits)

Download the example (83 hits)

In the next post I will explain why I wanted to do that… I have a really geeky reason :)

Comments
1 Comment »
Categories
English, geeky

Comments rss Comments rss
Trackback Trackback

Visit of the Machu Picchu

November 10, 2007 | 11:03 pm




Nice video of Machu Picchu…

Comments
2 Comments »
Categories
English, video

Comments rss Comments rss
Trackback Trackback

My second earthquake … 3.7

November 1, 2007 | 12:05 am

and 2! It’s fun the first time… the second time it’s starting to be a little bit scary

  • http://quake.wr.usgs.gov/recenteqs/Quakes/nc51189819.html (90 hits)
Comments
1 Comment »
Categories
English, general

Comments rss Comments rss
Trackback Trackback

Navigation

  • English (67)
    • Alphabet Interview (4)
    • fun (4)
    • geeky (14)
    • general (23)
    • perso (1)
    • read on the web (9)
    • Skydiving (8)
    • vim (1)
  • Francais (17)
    • Geeky Linux fr (1)
    • general (14)
  • music (1)
  • photos (1)
  • video (2)

Tags

datacenter food hacking info health makerfaire office productivity san francisco security spam tip tip of the day word

My Bookmarks

  • Chojin’s Quarter
  • Happycoders
  • Kamih’s Blog

My websites

  • My Flickr gallery
  • My Gallery

Archives

  • November 2008 (2)
  • August 2008 (1)
  • July 2008 (1)
  • June 2008 (1)
  • May 2008 (1)
  • April 2008 (2)
  • March 2008 (3)
  • February 2008 (1)
  • January 2008 (2)
  • December 2007 (3)
  • November 2007 (5)
  • October 2007 (9)
  • September 2007 (3)
  • August 2007 (5)
  • July 2007 (6)
  • June 2007 (3)
  • May 2007 (11)
  • April 2007 (9)
  • January 2007 (2)
  • May 2006 (1)
  • March 2006 (3)

From my Google Reader

Live Photos

www.flickr.com
Samuel's photos More of Samuel's photos

Tools


  Subscribe in a reader


View Samuel Pasquier's profile on LinkedIn

google page rank
rss valid xhtml 1.1 design by jide powered by Wordpress