The view of tomorrow
This is a video of apparently almost 20 years ago but look at it, it’s really has happend.
This is a video of apparently almost 20 years ago but look at it, it’s really has happend.
Yii framework (yiiframework.com) is a very fast php5 framework. At first it seems like a jungle in the code, everything is put into motion to make the framework very fast. It’s been really a steep lurning curve, even if you seen oop programming, alas seen it in a totally different way that corresponds to nothing in yii. So you have to adapt to it’s style of coding, writing and thinking.
It’s not a regular MVC framework, yii had a module concept integrated, if you want to use it that it. Tinny mini applications, pull them out and they don’t work but in the larger application they work just fine.
The logic as said is a bit different, in the configuration of the app you got one large file that has everything in it, but it’s messy, so i sacrificed a bit of my speed to put it into separate files, separated db config and routes as this gave a more clear picture of the code and you find your environment variables really fast, if you need to switch dbs
The documentation of yii could be better, some things are left up to your sense, chuncks of code are left out instead of leaving the whole things standing which would be far more handy. Luckily for he who wants to contunie with it there is a good forum with dedicated people answering even the most idiotic questions.
This is fun, the first “domestic” use of the internet on a tv broadcast: Youtube
What’s annoyin on the net is that if someone wants to mail you mail, he must know your address but whit whspr it’s history. Check it out better then disposable mail accounts and everything.
What is whspr!?
Need to receive a message by email, but can’t (or don’t want to) give out your email address? whspr! gives you a URL to share instead.
So what?
Here’s an example: Say you want to advertise a job opening on Twitter, and you don’t want to share your company email address. Some applicants may not want to post a public @reply, and they can’t send you a direct message if you don’t already follow them. Include a whspr! URL, and they can reach you discreetly.
A short version of how the internet was created, the basic fundamentals. It’s funny to see.
Begin this week I began to experiment with cakephp but there’s a downside, Cake is something like rails but unfortunately the framework has less good tutorials.
I’ve got a bit a writers block, I don’t find good things to write about these days. But i’m thinking of posting the codes I write with in class with the excercice data so that anyone that want can replicate it without the code.