• 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

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.

An Introduction to the HTML5 Markup Scheme

February 2, 2015 by Ehi Kioya Leave a Comment

html5 markup scheme

HTML, the markup language that is used to create websites, is in its latest version, HTML5. This is a premier upgrade to the markup scheme, making it more efficient and capable. In this article, you will read about the advantages of HTML5.

Filed Under: Frontend (Client-Side), Internet Tagged With: Browsers, HTML5, Web Development

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

Call SharePoint Server Side Method With JavaScript

November 5, 2013 by Ehi Kioya Leave a Comment

JavaScript Logo

This discussion is related to my previous two posts about working with the SharePoint edit control block and the Sharepoint ribbon programmatically. This is a technique I have often found useful when working with ASP dot NET forms called as modal dialogs with JavaScript in SharePoint. I will describe how to call a SharePoint server side method with JavaScript after closing a modal dialog by pressing OK or Cancel. I will also show how you may pass parameters.

Filed Under: Backend (Server-Side), Frontend (Client-Side), JavaScript, SharePoint Tagged With: JavaScript, SharePoint

Add Custom Action To SharePoint Ribbon

November 1, 2013 by Ehi Kioya Leave a Comment

SharePoint Ribbon

I wrote this post as a follow up to my last post: Add Custom Action To SharePoint Edit Control Block. Just like with the edit control block, SharePoint Developers often need to add a custom action to the SharePoint Ribbon.

Filed Under: Backend (Server-Side), Frontend (Client-Side), SharePoint Tagged With: JavaScript, SharePoint

Add Custom Action To SharePoint Edit Control Block

October 31, 2013 by Ehi Kioya 3 Comments

Generic Techie Image

SharePoint Developers often need to add a custom action to the SharePoint edit control block (ECB). I have had to do this many times myself and since there isn’t a lot of resources available on the subject, I decided to write this post for those who might want to do this sometime, and for myself as a future reference.

Filed Under: Backend (Server-Side), Frontend (Client-Side), SharePoint Tagged With: JavaScript, SharePoint

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4

Primary Sidebar

23,727
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.
  • How To Install PHP Packages Without Composer How To Install PHP Packages Without Composer
    This article shows how to bypass the Composer barrier when installing Composer-dependent PHP packages. Great shortcut for PHP enthusiasts!
  • 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 page 4
  • About
  • Contact

© 2022   ·   Ehi Kioya   ·   All Rights Reserved
Privacy Policy