Archives
- August 2014 (1)
- May 2014 (1)
- November 2011 (1)
- September 2010 (1)
- April 2009 (15)
- March 2009 (16)
- February 2009 (14)
- January 2009 (10)
- December 2008 (10)
- November 2008 (18)
- October 2008 (7)
- September 2008 (10)
Tags
0.5 complete Add-on addon annotate bug Bugzilla changesets changesetUI changeset UI css djc expand/collapse Extension filesTouched Firefox Fitness graph graph view hg hg annotate hgweb HTML JavaScript jQuery lineBreaks Mercurial Mercurial Project Mozilla OnLoad OnScroll Open Source patch Project pushlog pushloghtml Python scroll bar split bug SVN templates v0.2 v0.3 v0.8 v0.9 v1.0
Author Archives: Sid
How do you say “Welcome” in over 150 languages?
Today, out of nowhere, I got the urge to make some changes to my website. I wanted to show the word “Welcome” in a few different languages (just showing it in English all the time was getting a bit boring). … Continue reading
Posted in Languages, Web Development
Leave a comment
CSS Flexbox Tips
Lately, I’ve been using CSS flexboxes quite a bit. They are a really powerful tool for aligning elements. However, understanding how they work took a bit of time for me but with experience, I think I’ve become quite adept at … Continue reading
Resurrection!
My blog has been inactive for quite a while. Well, as it happens I noticed that it had been compromised. Unsurprisingly, the hackers decided to use my blog to display various items they wanted to promote. Unfortunately, I was preoccupied … Continue reading
Posted in Uncategorized
1 Comment
Setting up a Linux environment, Why so Arduous?
So lately I’ve been trying to setup a linux environment on a shared hosting web server. Let me just begin by saying that it has not been easy, in fact it has been quite frustrating. The following are some of … Continue reading
Posted in Linux, Open Source
Tagged Apache, Django, Environment Setup, Linux, Python, setuptools, SVN, Trac
12 Comments
v1.0 Release Complete
Well this is it guys. My last release for the open source course is finished! It has come at the right time too as this is my 100th blog post. So for this release I ended up doing quite a … Continue reading
Posted in DPS911, Mercurial Project, Open Source
Tagged filesTouched, merges, OnScroll, v1.0
Leave a comment
v1.0 Release – Various Changes to Improve the OnScroll Patch
Yesterday, ted reviewed my onScroll patch and and he outlined some changes that I should look to make. Lets dive in right away and have a look at what I have changed according to his recommendations: Move javascript to an … Continue reading
v1.0 Release – Changing the Data Structure that Handles Merges for the OnScroll Patch
Today ted unexpectedly reviewed my onScroll patch. Now, suddenly I have a ton of changes that I have to make and my release is due tomorrow (technically today since the clock just hit midnight). One of the problems that ted … Continue reading
Posted in DPS911, Mercurial Project, Open Source
Tagged dictionaries, OnScroll, v1.0
Leave a comment
v1.0 Release – Further Improving Bug Functionality for the OnScroll Patch
In my earlier blog post I outlined that I wanted to further improve bug functionality for the OnScroll patch. Bugs that were only 5 digits long were not being converted into proper links. For example bug 12345 or b#12345 or … Continue reading
Posted in DPS911, Mercurial Project, Open Source
Tagged bug functionality, OnScroll, v1.0
2 Comments
v1.0 Release – Getting the Localize Dates Link Working with the New Entries Loaded On Scroll
One of my goals for this release was getting the localize dates link working with the new entries loaded on scroll. This wasn’t happening beforehand. Only the entries that were displayed with the initial page load worked with the localize … Continue reading
v1.0 Release – Fixing the OnScroll Patch to Work with the New Version of hg_templates
In my earlier blog post I outlined my plan to update my OnScroll patch to work with the new version of hg_templates, which was updated recently. Now, it has access to the jquery library, which can be used to do … Continue reading