Posted in "Learned along the way" by Blockcoder ( Admin ) on 26.10.2022
"Need to automatically refresh a page? Or need to redirect with php? I'll show you couple of examples about how to do it!"
Posted in "Learned along the way" by Blockcoder ( Admin ) on 24.10.2022
"Ever noticed a little logo next to your browsers tab's name field, or before your browser url input. Thinking how to make and add this little image to your website? Well, I'll give you a hint."
Posted in "Learned along the way" by Blockcoder ( Admin ) on 16.10.2022
"Have you ever heard of PHP filters? Maybe not? Well, if you want really easy way to validate an e-mail address, you should take your time with the filters."
Views: 1,809 | Tags: e-mail, filters, php, validation
Posted in "Learned along the way" by Blockcoder ( Admin ) on 14.10.2022
"If you store secure data into your database or anywhere else, for example passwords, you should always encrypt them so no one can read them even if they get access to the information. One way to encrypt the information you are storing is php function md5(). It calculates md5 hash for a string. And if you want be VERY secure with your data, you should also "salt" your information. "
Posted in "Learned along the way" by Blockcoder ( Admin ) on 13.10.2022
"Struggling with centering things with css? Then this little codeblock is for you. I'm about to tell you a very easy and simple way to center a div with css. "
blockcoders.net is created and maintained by Johannes; a web developer, actor and media designer living and working in Jyväskylä, Finland.