• Skip to main content
  • Skip to primary sidebar

Technical Notes Of
Ehi Kioya

Technical Notes Of Ehi Kioya

  • About
  • Contact
MENUMENU
  • Blog Home
  • AWS, Azure, Cloud
  • Backend (Server-Side)
  • Frontend (Client-Side)
  • SharePoint
  • Tools & Resources
    • CM/IN Ruler
    • URL Decoder
    • Text Hasher
    • Word Count
    • IP Lookup
  • Linux & Servers
  • Zero Code Tech
  • WordPress
  • Musings
  • More
    Categories
    • Cloud
    • Server-Side
    • Front-End
    • SharePoint
    • Tools
    • Linux
    • Zero Code
    • WordPress
    • Musings

JavaScript

Adding A Character Counter To The WordPress Excerpt Box

August 23, 2019 by Ehi Kioya Leave a Comment

Adding A Character Counter To The WordPress Excerpt Box

Custom excerpts are better for UI/UX because in their absence, most WordPress themes will just grab text from your content. But writing custom excerpts of proper length can be tricky. What you need is a character counter on your WordPress excerpt box!

Filed Under: Backend (Server-Side), Frontend (Client-Side), JavaScript, PHP, Programming, WordPress Tagged With: Character Counter, Excerpt, Excerpt Box, WordPress

Google Analytics, Ghostery, Ad Blockers, And Event Tracking

December 2, 2018 by Ehi Kioya Leave a Comment

Google Analytics, Ghostery, And Ad Blockers

Blocking of third-party tracking scripts like Google Analytics using ad blockers and tools like Ghostery is one way people attempt to protect their privacy on the Internet. This is great. However, when Google Analytics is missing, some critical piece of website functionality may break. This article explains a common scenario where this may happen and demonstrates a workaround that webmasters can implement to prevent the problem.

Filed Under: Frontend (Client-Side), Internet, JavaScript, Programming, Web Development Tagged With: Google Analytics, Internet, JavaScript, Programming, Web Development

Ensure Execution Order Of Multiple SetTimeout() Functions In JavaScript

December 1, 2018 by Ehi Kioya 1 Comment

Ensure Execution Order Of Multiple SetTimeout() Functions In JavaScript

Depending on how they are coded, the behavior of multiple setTimeout() JavaScript functions may be erratic. This article discusses the problem and describes how to guarantee their proper execution order.

Filed Under: Frontend (Client-Side), JavaScript, Programming, Web Development Tagged With: JavaScript, Programming, Web Development

Working With JavaScript OnLoad Functions

August 17, 2015 by Ehi Kioya 4 Comments

Multiple 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.

Filed Under: Frontend (Client-Side), JavaScript Tagged With: JavaScript, Web Development

Learn JavaScript At Udemy With This 80% Discount Coupon

July 29, 2015 by Ehi Kioya 4 Comments

Learn JavaScript At Udemy

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

Filed Under: Frontend (Client-Side), JavaScript Tagged With: JavaScript, MOOCS, Programming, Udemy

Maintain Scroll Position On PostBack Using JavaScript

May 14, 2014 by Ehi Kioya 1 Comment

maintain scroll position on postback

Say you have a web form containing a div that contains a datalist. The rows of your datalist, (along with other controls) contain checkboxes. Now every time a checkbox is checked and unchecked, you need to do some server side validation in code before letting the user proceed. Your datalist contains tons of rows and by default, each time a validation occurs, the datalist “refreshes” and scrolls back to the top. This can easily get annoying for users and can ruin the general user experience. But we can fix it with a bit of JavaScript 🙂

Filed Under: Frontend (Client-Side), JavaScript Tagged With: JavaScript, Programming

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to Next Page »

Primary Sidebar

23,549
Followers
Follow
30,000
Connections
Connect
14,568
Page Fans
Like
  • Recently   Popular   Posts   &   Pages
  • Actual Size Online Ruler Actual Size Online Ruler
    I created this page to measure your screen resolution and produce an online ruler of actual size. It's powered with JavaScript and HTML5.
  • Fix For “Function create_function() is deprecated” In PHP 7.2 Fix For "Function create_function() is deprecated" In PHP 7.2
    As of PHP 7.2 create_function() has been deprecated because it uses eval(). You should replace it with an anonymous function instead.
  • WordPress Password Hash Generator WordPress Password Hash Generator
    With this WordPress Password Hash Generator, you can convert a password to its hash, and then set a new password directly in the database.
  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to Next Page »
  • About
  • Contact

© 2022   ·   Ehi Kioya   ·   All Rights Reserved
Privacy Policy