If you’re trying to use WordPress or Shopify plugins, you may not easily find the perfect bare bones implementation of a FedEx tracking box on your website. And if your site is fully custom, you have no choice but to code the FedEx tracking box yourself. This article steps in and guides you on how to write no nonsense HTML code to display your FedEx tracking box. I even have a working example on this page for you to play with.
Frontend (Client-Side)
When I write about front-end (or client-side) programming stuff, I post them to this section. So, here you will find content related (but not limited) to HTML, JavaScript, and CSS. JavaScript is a big deal these days. And with technologies like Node.js, it is now much more than just a client-side scripting language. So, depending on whether I'm talking about JavaScript for client-side or server-side work, you may find the content listed here or on the server-side page.
Working With Video And Audio HTML5 Media Tags
Two new media tags were introduced with HTML5. The video and audio tags. If your website distributes video and audio, you may want to host your own videos using these new HTML5 media tags. By hosting your own videos, you can breakaway from YouTube and Vimeo’s rules and avoid having your channel suspended. This article discusses how to use both of these tags in your web pages.
Working With JavaScript OnLoad Functions
A typical web page that uses JavaScript will usually have one independent script per task. For example, there might be one script to validate a form, another script for Google analytics, etc. This means that for each type feature or web page plugin, a separate script is necessary. This could become a problem when multiple scripts attempt to call a global function like the JavaScript onload function. This article discusses the problem, and a neat best practice method to fix it.
Learn JavaScript At Udemy With This 80% Discount Coupon
The awesome guys at Udemy recently contacted me to help promote their JavaScript Beginner’s Course across the web. I have written a few articles on JavaScript tips before and have also written articles on Online Education and Massive Open Online Courses (MOOCS). So I wasn’t surprised. You can take the course with an 80 percent discount using the coupon TechnicalNotesofEhiKioya
Content Marketing In The Age Of Responsive Web Design
Mobile devices are changing everything. They have significantly changed the way we communicate. Now they are also changing the way marketers reach us. This article takes a look at responsive web design and how it is changing the world of content marketing.
CSS3 Media Queries For Responsive Design
Media queries were introduced into the web development world by the arrival of CSS3. They now form the foundation for responsive web design. With media queries, you can create separate layouts for different screen sizes like smartphones and tablets. This article is a basic overview of how media queries work.