Epiphany Python Console – Open New Tab
This is a quick tip about how to open new tabs with Python code in Epiphany.
This is a quick tip about how to open new tabs with Python code in Epiphany.
The availability of good and complete documentation for an API is one of the most important factors in order someone to be able to effectively use that API for application programming. Good API documentation saves time and effort. It provides all the information a developer, either professional or amateur, would need in order to use…
If you use cElementTree and try to create an XML file that uses some extra XML namespaces, you will encounter a wierd situation when the final file is written.
One of the features I’d like all browsers, that support tabbed-browsing, should include by default is to let the user save the current window’s tab layout (aka tab session) to a file and also provide the ability to load such a saved tab session. My main browser, Epiphany, does not have this functionality and I…
I’ve made some progress with the cElementTree Python module. After reading the available documentation and the RSS 2.0 specification, I was able to write a very simplistic RSS 2.0 feed generator in order to demonstrate the usage of this module. There is no such example in the documentation, so this might be useful to someone.
Blogs seem to be a great resource of very useful information. Today while searching for any pyGTK code examples on Technorati, I came across a very interesting Python script. Actually, this is not just “interesting“. Owen’s code is a great example of how easily a GNOME applet can be created using the GNOME bindings for…
This is just a quick note for Fedora users who use Epiphany as their main web browser. As you have probably noticed, there is an epiphany-extensions package in Fedora-Extras. These extensions add some more functionality to Epiphany. If I recall correctly, this package does not contain all of the extensions that are available for this…
While browsing the archives of Raphael Slinckx’ blog, among other very interesting things, I came across a post about a Python script of his, which uploads a text file on the on-line pastebin. A neat script like this proves to be extremely useful sometimes.
These are the articles that got me into network programming in Python: Socket Programming HOWTO by Gordon McMillan.
Another great write-up by Ravi, in which he explains the usage of strace by resolving a common issue with Totem not being able to play encrypted DVDs. Ravi writes in his article: Many times I have come across seemingly hopeless situations where a program when compiled and installed in GNU/Linux just fails to run. In…