xabbott.blg

Posts Tagged ‘internet

Midori – A Webkit powered GTK2 Web Browser

with 5 comments

I am writing this post from Midori. Currently described as a lightweight web browser. Which I don’t even get at this point, hasn’t every browser since Internet Explorer been a “lightweight.”

Midori

In any case, what I feel really makes this different is the fact that unlike most GTK2 browsers, Midori uses Webkit to render web pages. Firefox and Epiphany, the default Gnome browser among many others use the Gecko engine.

Webkit is a fork of KHTML, which powers KDE’s default web browser Konqueror. Webkit itself is probably most well known for powering the default Mac OSX browser Safari.

As far as Gecko vs Webkit. I haven’t used Webkit/KHTML based browsers enough to really say what makes them different. On both Windows and Linux I use Firefox, on OS X I use Camino. Using Midori I didn’t really run into any noticeable rendering issues. Things like GMail and Google reader worked fine. I checked various sites I visit and it rendered them all without any snags. I did notice however that pages with text entry dialogs are a little buggy. Oh and for those that care, it does render the acid test correctly. Although I did noticed when I scrolled up or down it distorted it. Normally the page in question doesn’t allow you to scroll. So that could be an issue with Midori not Webkit.

I should mention before I get into the more Midori specific aspects of this post. I am using version 0.0.17, a self described “early alpha.” At this point it’s far from daily use ready.

Working right now is the basics. You can bring up pages, search from the search entry box, reload pages, move back for forth, go to a homepage, create new windows and tabs. You can create bookmarks but you create them from scratch. Then they are only accessible in the panel not from the bookmarks menu.

What isn’t working yet? Unable to tab through fields on a page, no support for secure http, no font configuration, the preferences in general is mostly a place holder at the moment, unable to save files, binary files just open in a page, no controls/menus for tabs aside from close, bookmarks very limited.

Midori Font Preferences

It’s an interesting project that I’ll have my eye on. While I really like Firefox, I love choices so hopefully this florishes. I also have my eye on Kazehakase, which also plans on letting you choose between Gecko and Webkit.

Written by xabbott

January 31, 2008 at 1:11 am

Quick Webserver

without comments

Saw this on LearnPydia. If you have Python you can type the following in any directory and make it accessible via http.
python -c 'import SimpleHTTPServer; SimpleHTTPServer.test()'

If you use it often enough you can make it a Bash alias too.
alias servethis="python -c 'import SimpleHTTPServer; SimpleHTTPServer.test()'"

Written by xabbott

February 9, 2007 at 4:59 pm

Posted in internet, linux, python

Tagged with , , , , ,

Web 2.0 … The Machine is Us/ing Us

without comments


You’ve probably seen this but if you haven’t check it out.

Written by xabbott

February 8, 2007 at 12:01 pm

Posted in internet, video

Tagged with ,

Twitter: What are you doing?

without comments

Heard about this on net@nite. It’s called Twitter, almost like a mini blog. You post small snippets about what you are doing at any given time. You can post from your cell phone, instant message client, and from the website itself.

Written by xabbott

January 23, 2007 at 9:12 pm

Posted in internet

Tagged with ,

Tip: Keep theme for sudo and root sessions

without comments

If you’ve downloaded themes from the internet you’ll notice they don’t apply to root and/or sudo sessions. Here is how you fix that. Open a terminal up and type the following. Replace “username” with your username.


sudo ln -s /home/username/.themes /root/.themes
sudo ln -s /home/username/.icons /root/.icons
sudo ln -s /home/username/.fonts /root/.fonts

Written by xabbott

December 23, 2006 at 3:57 pm

Posted in linux, theme, tips

Tagged with , , , ,

Searchmash and Ms. Dewey

without comments

Just wanted to share some search engines. I am (like many) a huge Google user. Recently though I learned about Searchmash. I really like the interface and I was told Google actually owns it.

Another one that is just for fun, Ms. Dewey. I believe it is just an experiment by Microsoft.

Written by xabbott

December 20, 2006 at 11:48 am

Posted in google, internet, search

Tagged with , ,