137 - null

ShellOn, SharpMenu, dWall, dClock and dCron are all living in CVS now. Feels that little bit more, well, proper and less “on the edge” I guess. Now, I guess I should set up dCron to have a job to backup the CVS repository. (More news on my dCron progress later…)

138 - null

dCron has come on quite well over the weekend. You can now specify weekdays, dates and months to run programs in. The app also supports named days and months as well as ranges, for example “mon-fri” and “oct-may”. Seems to be near a release. I’m going to leave it running quietly this week to see what happens, whether it silently does it’s job or wakes me up at 4am one day rather than 7am =)

Read More…

135 - null

It looks like Zeldman has also been hit by the spamming attack that hit me with fifty emails this morning. So I’m not the only one.

136 - null

Some progress info on dCron. I’ve still not decided whether to change the name or not. Things like Bluebox and bb4win get by with similar names the the project they were imitating. On the otherhand, they also got pretty close to the imitated item. Which I doubt dCron will, having done some more reseach on the power of cron last night.

The coding side of things is progressing okay at the moment. I have got the app to read from a file the times of jobs along with the command to run. Right now only the time of day is used to determine which job to run. This means that all jobs run every day at a given time. The next thing on my list is to add code so that you can choose days to run jobs, say every Tuesday and Thursday. This means that I can get my mp3s to start playing later at the weekend so I don’t get woken up as early ;)

Read More…

131 - null

More tab fun over at SimpleBits. This time, make your tabs more exciting by using some shapes. I think these look pretty damn nice.

It’s fairly cool to be party to the evolution of CSS tabs… I have been messing with them in my latest site projects. They are obviously used here at dx13, but I have also used different types of tab in the admin and in another site I am working on. They are an intuitive method of navigation and are also proving to be pretty flexable in looks. Though they would be possible without CSS, they would require quite a bit more work each time you add a new link to the list. With CSS tabs, you just drop in your new link and there it is on the page, perfectly blended in with the rest of your menu.

Read More…