Wishing You a Wonderful Holiday Season! Merry Christmas!
Let's make the web faster!
Let's get creative! It is a habit. Learn It and Use It!
This website and its activities were made for you, by Madalina Taina
Wednesday, December 25, 2013
Sunday, November 10, 2013
Awesome stuff you can get for free!
Amazing materials you can get for free! Check out this repository of free programming books.
Swiss developer Victor Felder has taken a list created with the help of the community of web design and development forum Stack Overflow, updated the content with new and corrected links and shared it over on GitHub. The list is indexed in several ways, covers over 80 programming languages and it has over 500 books.
For example, I found 14 book recommendations to improve my programming skills. Thank you, Victor!
Wednesday, October 30, 2013
My Checklist - Flat and elegant, developed just with html and css
Here is a png with the psd image and the html code.
(Because I use just a text-editor on this blog, some css properties are replaced automatically)
The html and the css:
(Because I use just a text-editor on this blog, some css properties are replaced automatically)
The html and the css:
Checklist
Etichete:
checklist,
css,
elegant design,
flat,
html
Tuesday, October 29, 2013
Just Do Something!
You don’t need to do everything right now. But you can do something.
Monday, October 28, 2013
Why didn't I know this before?! MySQL & PHP
Hm, I just realized that MySQL’s REPLACE() is PHP’s STR_REPLACE(). It is more quicker than doing same job in php. Why didn't I know this before?!
The PHP function that I used was str_replace(). If you aren't familiar with the function, here's what it does:
$string = '28/10/2013';
$result = str_replace('_', '-', $string); //becomes 28-10-2013
In MySQL, this is:
Using MySQL's function allows me to fix the problem once and it is faster for a big database.
Again, Why didn't I know this before?!
Sunday, July 14, 2013
I finally found about what I want to write on my blog! It is about what I love to do, web desin and web development Follow my blog with Bloglovin
Subscribe to:
Posts (Atom)