Submitted by clemens on Thu, 2008/03/20 - 9:49am
Just build a new theme with zen. It all went smooth. But being more a techy then a designer I only tested with FireFox, Gnome Web Browser (Gecko 1.8), Opera, Safari and forgot IE 6 which I have through ie4linux. Guess what ... it broke with IE 6.
Yes I know ... IE is out there for real so you better test. But it is a drag for sure. The designer uses IE 7 where it looks ok. So maybe in the near future we are saved a drag or two :-)
- IE is out there: http://www.w3schools.com/browsers/browsers_stats.asp
Submitted by clemens on Mon, 2008/03/17 - 10:49am
Submitted by clemens on Sun, 2008/03/16 - 8:29pm
I want to build some flash games. Just for fun? Yes and no.
Yes because it's fun to learn ActionScript. No because I hope to make money some day.
Some pointers for my system setting which is linux
- ActionScript Language Reference
- a swf compiler and more
- swftools
My first trials ended with a moving square rotating on click ... not very ... but I have some idea how it works.
Submitted by clemens on Sat, 2008/03/15 - 12:03pm
Just writing a blog post is not enough. Reviewing my own posts I noted that there are some 'real' blog posts and some more 'article' or 'book page' like posts.
The length of the post are way to short. Most are more a personal note then something others would like to read.
I guess I should make more differentiation between my posts. Either by creating node types or a category. I opt for the first one. This way the blogs become personal again?
Hope this helps to organise my own brain.
Submitted by clemens on Fri, 2008/03/14 - 5:32pm
Submitted by clemens on Fri, 2008/03/14 - 5:28pm
Submitted by clemens on Tue, 2008/03/11 - 10:44am
How does one build a 'my groups' block? I thought it would be an out of the box thingy. But it is not.
On the channel the answer was DIY. So this is what I build.
The code patterns below are the same. The use cases differently.
- Show my groups
- Add special node type immediately to a group. This is for speed
- Generate a node and redirect elsewhere. This is for speed and timeing usage.
My Groups
This is just looping through the group ids of the current user.
global $user;
$items= array();
Submitted by clemens on Sun, 2008/03/09 - 5:43pm
What is the best way to translate a relational database into a drupal based site.
In looking for modules i ran into the next modules.
nodefamily looks promissing to navigate through nodes. It promisses to be a directed graph so it MUST BE cool ;-)
views_fusion makes it possible to create joined views "fuse multiple views into one" It looks unmaintained since may 2007.
nodehierarchy looks like nodefamily.
Submitted by clemens on Sun, 2008/03/09 - 5:15pm
Have setup the statictics modules I note ip adres 66.249.73.205.
Using http://ip-lookup.net/index.php reveils it's a google bot. Thanks!
But how do I know the other ip's. It would be nice to have this lookup build into the statistics.
Submitted by clemens on Fri, 2008/03/07 - 1:47pm
It's amazing to see so many modules being converted.
I definitely needs to start converting my modules too!
It take quite some time to upgrade my modules. I guess coder.module will help a lot with all hints.
Pages