Put together a small tutorial on how to use Animate.css and jQuery together to build an awesome image slider that uses animations with CSS and JavaScript. HMTML Markup jQuery Code … [Read more...] about Animate.css Tutorial – Building a Image Slider with jQuery
XHMTL and HTML
Is it possible to make 6-figures with HTML, CSS and JavaScript?
Question: I have been struggling to find freelance work. I have experience with front-end HTML, CSS, and JavaScript. - Rennie … [Read more...] about Is it possible to make 6-figures with HTML, CSS and JavaScript?
How to get an image scrolling on WordPress with js?
User: Have an image on the projects page that scrolls down showing off binary tree. Fix the binary tree spelling Write inline JS to figure out how WordPress works Fix boxing size issue with titles to put them in one box Create an image that fits post-18 … [Read more...] about How to get an image scrolling on WordPress with js?
How to work with forms in HTML?
<html> <head> <style> body{text-align:center; } table{ margin-left:auto; margin-right:auto; } </style> <title> Pappa Botchalims </title> </head> <body> <h1> Pappa Botchalims </h1> <form … [Read more...] about How to work with forms in HTML?
Working with Tables in HMTL
<html> <head> <title>Online Resume</title> <style> table { font-family:tahoma, sans-serif; border-collapse: collapse; } th.{background-color:#cef} tr.odd {background-color:#ddf} tr.even {background-color:#def} td {padding: 3pt;} th … [Read more...] about Working with Tables in HMTL