This month in my Jalali calendar widget:
I found a cool Gnome widget. This calendar seems more Arabic based:
It serves as a check for every alteration I made. I wish I had more space in the sidebar ![]()
More information on the Jalali calendar system (???????? ?????) on Wikipedia: Iranian calendar. I used a script by Rahman Haqparast found on phpclasses.org.
| nogutter | Will display no gutter. |
| nocontrols | Will display no controls at the top. |
| collapse | Will collapse the block by default. |
| firstline[value] | Will begin line count at value. Default value is 1. |
| showcolumns | Will show row columns in the first line. |
from Tkinter import *
class Alarm(Frame):
def repeater(self):
self.bell()
self.after(self.msecs, self.repeater)
def __init__(self):
Frame.__init__(self)
self.msecs = 1000
self.pack()
stopper = Button(self, text='Stop the beeps!', command=self.quit)
stopper.pack()
stopper.config(bg='navy', fg='white', bd=8)
self.stopper = stopper
self.repeater()
if __name__ == '__main__':
Alarm().mainloop()
function get_public_blogs()
{ // Get a list of 'Public Blogs'
$this->BlogCache = & get_Cache( 'BlogCache' );
// pre_dump($this->BlogCache);
$pub_blogs = $this->BlogCache->load_public();
$pub_blogs = implode( ', ', $pub_blogs );
return $pub_blogs;
}
function addNames(xml) {
selected = jQuery("#to").selectedValues();
jQuery(xml).find("user").each(function(number) {
jQuery("#to").addOption(jQuery(this).find("name").text(), jQuery(this).find("name").text());
});
jQuery("#to").selectOptions(selected[0]);
}
function updateSelectBox() {
jQuery.get(jQueryChatPluginUrl, {
plugin_ID: jQueryChatPluginId,]]>The future version will have a basic 'Private Chat'. Those of you who are not member of this blog, this is what it looks:
Have fun
]]>