Crazy Walterke's Space Some writing... usefull or not...

  • Skip to content
  • Jump to main navigation and login

Nav view search

Navigation

  • Home
  • Site-map

Search


Logo
You are here: Home

Crazy Walterke's Space

Politiek... wat gebeurd er allemaal...

  • Print
  • Email
Details
Category: Uncategorised
Published on Friday, 09 September 2011 19:14
Written by Crazy Walterke
Hits: 568

Kort gezegd gebeurt er momenteel niets,

zo lijkt het toch

Op het nieuws hoor ik net zeggen dat de onderhandelende politiekers geen deadline zouden hebben
toch zou ik graag hebben dat ze voor 13 juni 2014 een regering hebben gevormd,
anders gaan we nog naar de stembus moeten nog voor onze volksvertegenwoordigers er in geslaagd zijn geraakt een regering te vormen, en dat zou pas vreemd zijn.

In elk geval kijk ik al uit naar de komende kiesperiode dan of wat vroeger...

Convert J! Template

  • Print
  • Email
Details
Category: Templates
Published on Tuesday, 31 May 2011 14:45
Written by Crazy Walterke
Hits: 655

In essence it's real easy to convert a Template for this framework from 1.5v to 1.6
Or wasn't it? The first article I stubled upon is the following: 4 steps convert joomla 1.0 templates to 1.5

No I was not mistaking, because the template I'm rewriting is one running in J1.5! legacy mode wich is basicly giving the tools to all components which were available in J1.0!

Most of the conversion did indeed work by just converting the <?php mosLoadModules ( 'header', -3 ); ?> to <jdoc:include type="modules" name="header" style="xhtml" />. No problems there...

But then there is one more thing you need to convert and that's the code responsible for displaying the main content in your template. <?php mosMainBody(); ?> needs to be changed to <jdoc:include type="component" />

The main problem you will get is that you convert the css file itself to use the correct ids and class names.

Read more...

Mailscript for J! 1.6 in PHP

  • Print
  • Email
Details
Category: Mail Scripts
Published on Tuesday, 07 June 2011 11:52
Written by Crazy Walterke
Hits: 452

The ground for making a script for processing mails using PHP is you will recieve your data trough STDIN.
$fd=fopen("php://stdin","r");
That will be the full source of the e-mail, wich you will have to parse in order to process every part including the possible atatchments you will rescieve.

As the information will be used for publishing data on J!1.6 platform We first of all need to check if the sender adress is in a user registred in J!. As the e-mail adres can be virtually anything you can use that as verification to check at first if he is a granted user. If nescesary one can always implement another way of verification.

Second well have to see if we want to use a fixed Category for all mails processed where the mails will be published in or dynamicly.

3th we can also use this same script to make a mailinglist where the J! framework will serve as database for rescievers and backup medium for your subscribees.

Wiskunde, dag 4

  • Print
  • Email
Details
Category: Wiskunde, ASO
Published on Monday, 12 September 2011 10:32
Written by Crazy Walterke
Hits: 246

Tijdens de 3de dag waarin ik met deze cursus heb gewerkt heb ik een eerste taak gemaakt.
Ik had deze (gezien ik ze op papier had gemaakt) ingescand en via het e-learning platform doorgestuurd naar de leerkracht.
Blijkbaar kan je enkel maar .doc uploaden, maar ze wijzen je er wel op dat je deze bestanden ook kan maken dmv OpenOffice.org

Om effectief te beginnen vandaag heb ik besloten even de samenvatting te doorlopen.
Hierin staan voor iedere les de doelstellingen geformuleerd in "Ken ik" en "Kan ik" lijstjes.
Het kunnen wordt nu gecontroleerd door iemand (en maar goed, dat is waarvoor ik deze formule heb gekozen), en Kennen is moeilijker te toetsen op afstand.

"Ken ik"-regel per regel schrijf ik op wat ik nog onthouden had.
Daarnaa loop ik nog eens door de les heen om te controleren of deze zaken wel degelijk juist zijn en compleet zijn.

Nu zal ik in essentie de vorige 3 dagen steeds herhalen.
Dus gezien ik reeds de voorgaande dagen heb gewerkt aan de 1ste les,
begin ik onmiddelijk door de 2de les eens te overlopen.

Powered by Joomla!®