Welcome to coding-tips.com
Coding tips. Useful bits and pieces of code, scripts, tutorials, demos and free downloads for learning web developers.
HTML, CSS, Javascript, PHP & MySQL.
Simple popup window with jQuery and CSS
Posted 7 September 2019 in JavascriptHow to code a simple popup window aka modal window with jQuery and CSS. Example with code and download.Read moreToggle a class on button click using jQuery
Posted 21 July 2019 in JavascriptHow to toggle a class on and off by clicking a button using jQuery. Example with code.Read moreShow and hide a div on button click using jQuery
Posted 19 April 2018 in JavascriptHow to show and hide a div when clicking on a button. When the 'Show' button is clicked, a hidden div containing an image is shown and the button disappears to show a button to hide the div.Read morePaginated responsive image gallery using PHP, MySQL and CSS
Posted 18 April 2018 in PHPHow to make a paginated three column responsive image gallery using PHP, MySQL and CSS. Code with demo and free download.Read moreShow and hide a div on link click using jQuery
Posted 9 April 2018 in JavascriptA simple example of how to show and hide a div containing an image when clicking on a link using jQuery.Read moreHow to set up a localhost in Dreamweaver on Windows
Posted 16 March 2018 in PHPWhen building your sites locally using PHP, you'll need a localhost server set up to test your files. Here's a step by step guide.Read moreHow to use PHP includes
Posted 12 March 2018 in PHPHow to use PHP includes, with example code.Read moreSimple pagination with PHP and MySQL
Posted 10 March 2018 in PHPSimple pagination with PHP and MySQL. With demo and download.Read moreThree column responsive image gallery using CSS
Posted 9 March 2018 in CSSHow to make a three column responsive image gallery using CSS and Media Queries. Including responsive square images. With demo and download .Read moreSimple slide down menu using css & jQuery
Posted 9 March 2018 in JavascriptMake a simple slidedown hamburger menu using CSS and jQuery. With demo and download.Read more