Sibeesh Passion

Top Menu

  • Home
  • Search
  • About
  • Privacy Policy

Main Menu

  • Articles
    • Azure
    • .NET
    • IoT
    • JavaScript
    • Career Advice
    • Interview
    • Angular
    • Node JS
    • JQuery
    • Knockout JS
    • Jasmine Framework
    • SQL
    • MongoDB
    • MySQL
    • WordPress
  • Contributions
    • Medium
    • GitHub
    • Stack Overflow
    • Unsplash
    • ASP.NET Forum
    • C# Corner
    • Code Project
    • DZone
    • MSDN
  • Social Media
    • LinkedIn
    • Facebook
    • Instagram
    • Twitter
  • YouTube
    • Sibeesh Venu
    • Sibeesh Passion
  • Awards
  • Home
  • Search
  • About
  • Privacy Policy

logo

Sibeesh Passion

  • Articles
    • Azure
    • .NET
    • IoT
    • JavaScript
    • Career Advice
    • Interview
    • Angular
    • Node JS
    • JQuery
    • Knockout JS
    • Jasmine Framework
    • SQL
    • MongoDB
    • MySQL
    • WordPress
  • Contributions
    • Medium
    • GitHub
    • Stack Overflow
    • Unsplash
    • ASP.NET Forum
    • C# Corner
    • Code Project
    • DZone
    • MSDN
  • Social Media
    • LinkedIn
    • Facebook
    • Instagram
    • Twitter
  • YouTube
    • Sibeesh Venu
    • Sibeesh Passion
  • Awards
  • Linux Azure Function Isolated Dot Net 9 YAML Template Deployment

  • Build, Deploy, Configure CI &CD Your Static Website in 5 mins

  • Post Messages to Microsoft Teams Using Python

  • Get Azure Blob Storage Blob Metadata Using PowerShell

  • Deploy .net 6 App to Azure from Azure DevOps using Pipelines

Author: SibeeshVenu

Home›Author: SibeeshVenu (Page 35)

SibeeshVenu

I am Sibeesh Venu, an engineer by profession and writer by passion. Microsoft MVP, Author, Speaker, Content Creator, Youtuber, Programmer.

  • Web hosting Account
    Azure
    By SibeeshVenu
    June 1, 2015
    1621
    2

    How to map your domain name to your Azure website

    In this post we are going to learn how we can map our domain name to Azure. We all do have our own websites, but in ...
    Read More
  • AzureHow to
    By SibeeshVenu
    June 1, 2015
    4681
    10

    How to host a website in Azure

    In this post we are going to learn how we can host a website in Azure. Azure provides a way to host websites as easy as ...
    Read More
  • CSSCSS3Mobile
    By SibeeshVenu
    June 1, 2015
    1027
    0

    How to hide a DIV when the website view in Mobile

    Introduction Hi All, Hope you are fine. Today we will learn how we can hide a particular DIV element when the site is viewed in Mobile. ...
    Read More
  • CSSCSS3
    By SibeeshVenu
    June 1, 2015
    939
    0

    Align DIV horizontally using CSS

    Introduction Hi All, How are you today? Today we will learn how we can align out HTML DIV element horizontally using normal CSS styles. I hope ...
    Read More
  • WordPress login
    AzureHow toWordpress
    By SibeeshVenu
    June 1, 2015
    1119
    0

    Change your Azure Website URLto your cname for all Posts and Categories

    In this article we will learn how we can change our website URL which we have hosted in Azure. And here I am using WordPress as ...
    Read More
  • Code SnippetsJQuery
    By SibeeshVenu
    May 31, 2015
    2773
    0

    Read appsetting from a web config file in client side

    To read app settings key value from a web config file, do like the following. [js] var datalimit = ‘@System.Web.Configuration.WebConfigurationManager.AppSettings["JQXExcelLimit"]’; [/js]
    Read More
  • Code SnippetsJQuery
    By SibeeshVenu
    May 31, 2015
    1753
    0

    Disable the back button of a browser

    Add this script to head section of that particular page. [js] <script language="javascript" type="text/javascript"> window.history.forward(); </script> [/js]
    Read More
  • Code SnippetsJQuery
    By SibeeshVenu
    May 31, 2015
    821
    0

    Find out the nth element and get the particular string

    To get the nth element [js] $.trim($("#pagerjqxgrid div:nth-child(3)").text()); [/js] To get the 1539 from a string of “1-10 from 1539” [js] $.trim($("#pagerjqxgrid div:nth-child(3)").text().split(‘of’)[1]); [/js]
    Read More
  • Code SnippetsCSSCSS3
    By SibeeshVenu
    May 31, 2015
    806
    0

    Find the span from the series of div and apply style to it

    Find the span from the series of div and apply style to it. [css] #columntablejqxgrid div[role="columnheader"]:first-child span{ text-align: left!important; } [/css] It will find out the ...
    Read More
  • Code SnippetsJQuery
    By SibeeshVenu
    May 31, 2015
    812
    0

    Select elements with a specific attribute using JQuery

    Here let us assume that we have an HTML mark up as follows [html] <table Id="YearlyGridReport"> <tr level="1"> <td >Header Row1</td> <th ><span>2014</span></th> <th><span>2015</span></th> </tr> <tr ...
    Read More
1 … 33 34 35 36 37 … 45

My book

Asp Net Core and Azure with Raspberry Pi Sibeesh Venu

YouTube

Microsoft MVP (2026-2022)

profile for Sibeesh Venu - Microsoft MVP

Recent Posts

  • React Native Android Release with Azure DevOps and Google Play Store
  • Linux Azure Function Isolated Dot Net 9 YAML Template Deployment
  • Build, Deploy, Configure CI &CD Your Static Website in 5 mins
  • Easily move data from one COSMOS DB to another
  • .NET 8 New and Efficient Way to Check IP is in Given IP Range
  • Async Client IP safelist for Dot NET
  • Post Messages to Microsoft Teams Using Python
  • Get Azure Blob Storage Blob Metadata Using PowerShell
  • Deploy .net 6 App to Azure from Azure DevOps using Pipelines
  • Integrate Azure App Insights in 1 Minute to .Net6 Application

Tags

Achievements (35) Angular (14) Angular 5 (7) Angular JS (15) article (10) Article Of The Day (13) Asp.Net (14) Azure (65) Azure DevOps (10) Azure Function (10) Azure IoT (7) C# (17) c-sharp corner (13) Career Advice (11) chart (11) CSharp (7) CSS (7) CSS3 (6) HighChart (10) How To (9) HTML5 (10) HTML5 Chart (11) Interview (6) IoT (11) Javascript (10) JQuery (82) jquery functions (9) JQWidgets (15) JQX Grid (17) Json (7) Microsoft (8) MVC (20) MVP (9) MXChip (7) News (18) Office 365 (7) Products (10) SQL (20) SQL Server (15) Visual Studio (10) Visual Studio 2017 (7) VS2017 (7) Web API (12) Windows 10 (7) Wordpress (9)

ABOUT ME

I am Sibeesh Venu, an engineer by profession and writer by passion. Microsoft MVP, Author, Speaker, Content Creator, Youtuber, Programmer. If you would like to know more about me, you can read my story here.

Contact Me

  • info@sibeeshpassion.com

Pages

  • About
  • Search
  • Privacy Policy
  • About
  • Search
  • Privacy Policy
© Copyright Sibeesh Passion 2014-2025. All Rights Reserved.