Burger mobile menu
Search for
Text you are looking for
Search
Home
Dev Apps
Components and tips
Web templates
Template editor
Contact
Components and tips
MySQL – change next auto_increment value
2 Nov, 2018
Check this situation – you want to import to existing table already prepared data in csv in eg. PhpMyAdmin, and then you can see MySQL error: #1062 – Duplicate entry […]
Read more...
Wrap long word (text) in table cell
7 Oct, 2018
Tables in HTML are a quite strange elements. You can set some CSS rules, linke width for columns, and somethimes – nothing happens. This happens especially when in table cell […]
Read more...
CSS: Custom input file in Internet Explorer, Chrome and Firefox
20 May, 2018
Input type file is always a coders nightmare. You can’t style it using common methods coming from CSS, because there are no options to style it using CSS input type […]
Read more...
CSS: ul custom bullet style with image
3 May, 2018
When we code CSS for website or web app, quite often we need to provide custom look of bullets in UL list. Standard CSS rules give us not so many […]
Read more...
CSS: Show hide div without JavaScript
22 Feb, 2017
Sometimes you are not able to use JavaScript but you want to show and hide some div. It is possible, and very easy! You must create 3 elements: input – […]
Read more...
MySQL – create new table, add new column, change and delete existing column
31 Oct, 2018
As front-end developers we can’t stay only in HTML/CSS/JS area. We need to do from time to time operation in other IT areas like in back-end, server side or in […]
Read more...
CSS: Center text/image/div in middle of parent div (container)
22 Aug, 2018
It is a common situation, that you want to put some element (like text, image or div) in the center (horizontally and vertically) of parent div (container). Setting some element […]
Read more...
Check cookies, local and session storage in IE11, Edge, Chrome, Opera and Firefox
14 May, 2018
In all browsers click F12 on keybord, and open developers tools. Then click like on images below to show cookies and session and local storage. Check cookies in Internet Explorer […]
Read more...
CSS: Custom checkbox style with image
22 Feb, 2017
As everyone knows, it is impossible to style input checkbox in CSS. But there is very easy workaround for that, of course, without JavaScript. You must create input checkbox with […]
Read more...
JavaScript: create, update and remove cookies
1 Feb, 2017
If we want to create, update or remove cookies in JavaScript we must do a few very simple operations like I described below. Step 1 – prepare an expiration date […]
Read more...
MySQL – change next auto_increment value
2 Nov, 2018
Check this situation – you want to import to existing table already prepared data in csv in eg. PhpMyAdmin, and then you can see MySQL error: #1062 – Duplicate entry […]
Read more...
MySQL – create new table, add new column, change and delete existing column
31 Oct, 2018
As front-end developers we can’t stay only in HTML/CSS/JS area. We need to do from time to time operation in other IT areas like in back-end, server side or in […]
Read more...
Wrap long word (text) in table cell
7 Oct, 2018
Tables in HTML are a quite strange elements. You can set some CSS rules, linke width for columns, and somethimes – nothing happens. This happens especially when in table cell […]
Read more...
CSS: Center text/image/div in middle of parent div (container)
22 Aug, 2018
It is a common situation, that you want to put some element (like text, image or div) in the center (horizontally and vertically) of parent div (container). Setting some element […]
Read more...
CSS: Custom input file in Internet Explorer, Chrome and Firefox
20 May, 2018
Input type file is always a coders nightmare. You can’t style it using common methods coming from CSS, because there are no options to style it using CSS input type […]
Read more...
Check cookies, local and session storage in IE11, Edge, Chrome, Opera and Firefox
14 May, 2018
In all browsers click F12 on keybord, and open developers tools. Then click like on images below to show cookies and session and local storage. Check cookies in Internet Explorer […]
Read more...
CSS: ul custom bullet style with image
3 May, 2018
When we code CSS for website or web app, quite often we need to provide custom look of bullets in UL list. Standard CSS rules give us not so many […]
Read more...
CSS: Custom checkbox style with image
22 Feb, 2017
As everyone knows, it is impossible to style input checkbox in CSS. But there is very easy workaround for that, of course, without JavaScript. You must create input checkbox with […]
Read more...
CSS: Show hide div without JavaScript
Sometimes you are not able to use JavaScript but you want to show and hide some div. It is possible, and very easy! You must create 3 elements: input – […]
Read more...
JavaScript: create, update and remove cookies
1 Feb, 2017
If we want to create, update or remove cookies in JavaScript we must do a few very simple operations like I described below. Step 1 – prepare an expiration date […]
Read more...
1
2
»
Check more tips and apps for developers here. mydevil