Skip to content
  • Facebook
  • GitHub
  • YouTube
  • Pinterest
My Tec Bits
  • Home
  • Microsoft
    • .Net
      • ASP.NET
      • MVC
      • Visual Studio
    • IIS
    • SQL Server
      • SQL Server 2019
      • SQL Server 2017
      • SQL Server 2016
      • SQL Server 2014
      • SQL Server 2012
      • SQL Server 2008
    • Windows OS
  • Web Development
    • Java Script
    • Jquery
    • Python
    • Bootstrap
    • Zurb Foundation
    • Web Security
  • More
    • macOS
    • Reviews
  • Online Tools
    • Fitness Calculators
    • Encoders & Decoders
    • Cryptography
    • Unit Converters
    • Math. Calculators
    • Date & Time Calculators
    • Finance Calculators

Internet & Web Dev.

Articles about Internet, web, web site development, html, java script, etc…

How to make Python program to sleep for milliseconds?

Jul 19, 2019Jul 17, 2019 by Beaulin Twinkle
make Python program to sleep for milliseconds

Here is a simple tip to make Python program to sleep for milliseconds using the regular time.sleep() method.

Categories Python Tags Python 3.7.x, Python Tips Leave a comment

How to find only the files in a directory in Python?

Mar 3, 2023Jul 12, 2019 by Beaulin Twinkle
find only the files in a directory in Python

A simple Python technique to find only the files in a directory. Here I have used pathlib and os.listdir to get the list of files.

Categories Python Tags Python 3.x Leave a comment

How to check if file exists before opening it in Python?

Jul 12, 2019 by Beaulin Twinkle
check if file exists before opening it in Python

Here is a simple Python technique to check if file exists before performing any operation on the file.

Categories Python Tags Python 3.x Leave a comment

Python code to find the version it is running on

Jul 10, 2019 by Beaulin Twinkle
Python code to find the version it is running on

Here is a simple Python code to find the version it is running on. You can get the full version number or the various components like manor, minor,… versions separately.

Categories Python Tags Python 3.x Leave a comment

Upgrading PIP on macOS for Python 3.x

Jul 10, 2019 by Beaulin Twinkle
Check latest released pip version

Here are the simple steps for upgrading “Package installer for Python” abbreviated as PIP to it’s latest version compactable to Python 3.x.

Categories macOS, Python Tags macOS Mojave, Python 3.x Leave a comment

Linting Python Code In Visual Studio Code

Jul 9, 2019 by Beaulin Twinkle
Linting Python Code In Visual Studio Code

In this article we will how to activate, install and use a popular linting tool PyLint on VS Code for linting python source code.

Categories Python Tags macOS Mojave, Python 3.x, Visual Studio Code Leave a comment

Installing Python Packages For Visual Studio Code On macOS

Sep 6, 2019Jul 9, 2019 by Beaulin Twinkle
Using Python Packages

In this article we will see how to create a virtual environment and installing Python packages for Visual Studio Code on macOS.

Categories macOS, Python Tags macOS Mojave, Python 3.x, Visual Studio Code 3 Comments

Setting Up Visual Studio Code For Python On macOS

Jul 9, 2019Jul 4, 2019 by Beaulin Twinkle
Python extension for VS Code

Simple step by step illustration for setting up visual studio code for Python programming and debugging on macOS computer.

Categories macOS, Python Tags macOS Mojave, Python 3.x, Visual Studio Code 2 Comments

How To Upgrade Python On MacOS?

Sep 9, 2020Jul 3, 2019 by Beaulin Twinkle
download the pkg file for macOS 64-bit installer

Here is the step by step instruction tp upgrade Python On maxOS to it’s latest version.

Categories macOS, Python Tags macOS Catalina, Python 3.8.x, Python 3.x Leave a comment

Check If Python Is Pre-installed On Your MacOS

Aug 5, 2021Jul 3, 2019 by Beaulin Twinkle
Check If Python Is Pre-installed On Your MacOS

Follow the steps given here to check if Python is pre-installed on your macOS computer.

Categories macOS, Python Tags macOS Mojave, Python 2.x, Python 3.x Leave a comment

Using Bootstrap Table With GridView In ASP.NET

Jul 31, 2019May 25, 2018 by Beaulin Twinkle
Bootstrap Table With GirdView - Header styling

Trick for using bootstrap table with GridView in ASP.NET web forms. You can use bootstrap table classes in GridView in web form with some additional setting.

Categories .Net, Internet & Web Dev., Microsoft, Twitter Bootstrap Tags ASP.NET, ASP.NET Web Forms, Bootstrap 4, Tips, Visual Studio, Visual Studio 2017 2 Comments

Disabling TLS 1.0 And SSL 3.0 Affects SQL Server 2014/2012

Aug 18, 2018Nov 25, 2017 by Beaulin Twinkle
Disabling TLS 1.0 And SSL 3.0 Affects SQL Server

Solution for SQL Server 2014/2012 won’t start on disabling SSL 3.0 and TLS 1.0 protocols. Fix for disabling TLS 1.0 and SSL 3.0 causes SQL Server issues.

Categories IIS, SQL Server, Web Security Tags Security, SQL Server 2012, SQL Server 2014, SSL, TLS Leave a comment

Redirect HTTP To HTTPS With web.config

Aug 18, 2018Oct 14, 2017 by Beaulin Twinkle
Redirect HTTP To HTTPS With web.config

Redirect HTTP To HTTPS in IIS using web.config. How to redirect the HTTP url requests to it’s equivalent HTTPS url in IIS ASP.NET website?

Categories IIS, Web Security Tags ASP.NET, IIS 7, IIS 7.5, IIS 8, IIS 8.5, IIS10, Web Site 2 Comments

Using Bootstrap In ASP.NET Core MVC

Jul 31, 2019Jun 23, 2017 by Beaulin Twinkle
Bootstrap In ASP.NET Core MVC 03a

Simple illustration for using Bootstrap In ASP.NET Core MVC. Using bower package manager you can install and update Bootstrap 4 in MVC Core application.

Categories .Net, Internet & Web Dev., Twitter Bootstrap Tags .NET Core, ASP.NET Core, ASP.NET Core MVC, Bootstrap 4, Core MVC 1 5 Comments

Using Bootstrap In ASP.NET GridView

Jul 31, 2019Jun 15, 2017 by Beaulin Twinkle
Bootstrap In ASP.NET GirdView 04

Tricks for using bootstrap in ASP.NET GridView in web forms. You can use bootstrap table classes in GridView in web form with some additional setting.

Categories .Net, Internet & Web Dev., Twitter Bootstrap Tags ASP.NET, ASP.NET Web Forms, Bootstrap 3, Visual Studio, Visual Studio 2017 3 Comments

Zurb Foundation 6 with ASP.NET Core MVC – Step by Step

Jan 27, 2021May 20, 2017 by Beaulin Twinkle
Zurb Foundation 6 with ASP.NET Core MVC 18

Step by step instructions for creating Core MVC web application using Zurb Foundation 6 user interface framework. Foundation 6 with ASP.NET Core MVC 1.

Categories .Net, Internet & Web Dev., Zurb Foundation Tags ASP.NET, ASP.NET Core, ASP.NET Core MVC, C# (C Sharp), Core MVC 1, MVC, Visual Studio, Visual Studio 2017 7 Comments

How To Add Bootstrap In ASP.NET (MVC & Web Forms)

Jul 31, 2019Apr 20, 2017 by Beaulin Twinkle
Add Bootstrap In ASP.NET MVC 28

How to add bootstrap in ASP.NET Web Forms and MVC projects? Step by step instruction for adding bootstrap UI framework in ASP.NET web projects.

Categories .Net, Internet & Web Dev., Twitter Bootstrap Tags ASP.NET, ASP.NET Web Forms, Bootstrap 4, MVC, MVC 5, Visual Studio, Visual Studio 2017, Web Site 20 Comments

Setting Up Website Or Blog Using WordPress With GoDaddy (Beginners Guide)

Jan 27, 2021Feb 22, 2017 by Dahlia Sam
WordPress

How to setup a website or blog using Wordpress with GoDaddy? A beginners guide on setting up a website or blog using WordPress CMS on GoDaddy Hosting.

Categories Internet & Web Dev. Tags Web Site, WordPress Leave a comment

Bootstrap 3 With MVC 5 And Entity Framework 6 Database First

Jan 7, 2019Aug 18, 2016 by Beaulin Twinkle
Bootstrap3 with ASP.NET MVC5 and EF6

Bootstrap 3 With MVC 5 And Entity Framework 6: Step by step instruction for creating ASP.NET MVC 5 with EF 6 web application using Bootstrap 3

Categories .Net, Internet & Web Dev., Twitter Bootstrap Tags ASP.NET, C# (C Sharp), Entity Framework, MVC, MVC 5, Visual Studio, Visual Studio 2015, Web Site 9 Comments

Using DNN Visual Studio Project Template

Aug 18, 2018Jul 22, 2016 by Beaulin Twinkle
DNN Visual Studio Project Template 01

Installing and using the DNN visual studio project template for developing web application modules for Dotnetnuke

Categories .Net, DNN, Internet & Web Dev. Tags CMS, Content Management System, DotNetNuke, Visual Studio, Visual Studio 2013, Visual Studio Web Express, Web Site Leave a comment
Older posts
Newer posts
← Previous Page1 … Page4 Page5 Page6 … Page8 Next →

Article Categories

  • Android (2)
  • Apple (22)
    • macOS (22)
  • Internet & Web Dev. (152)
    • DNN (4)
    • Java Script (10)
    • Jquery (8)
    • PHP (7)
    • Python (83)
    • Twitter Bootstrap (25)
    • Web Security (11)
    • Zurb Foundation (6)
  • Linux (4)
  • Microsoft (318)
    • .Net (69)
    • IIS (10)
    • Internet Explorer (3)
    • Office (2)
    • SQL Server (225)
    • Windows (24)
  • Networks And Distributed Systems (2)
  • Oracle (7)
    • Java (2)
    • Oracle Database (5)
  • Others (6)
  • Reviews (10)

Recent Articles

  • Installing .NET SDK in Linux Mint and debugging C# code using VS Code Jun 21, 2024
  • Generating random number in C#  Jun 6, 2024
  • How to calculate running total in SQL Server? Apr 27, 2024
  • How to import XML data into SQL Server using SELECT query? Apr 10, 2024
  • How to prevent VS Code from replacing an already opened preview tab with a subsequently opened one? Mar 13, 2024
  • Separating letters and numbers from strings in SQL Server Mar 6, 2024
  • How to call or run another application from python code? Feb 15, 2024
  • How to store images in SQL Server? Jan 17, 2024
  • Error: A table that has FILESTREAM columns must have a nonnull unique column with the ROWGUIDCOL property. Jan 8, 2024
  • Fix for Error: “FILESTREAM feature is disabled” while adding FILESTREAM Jan 4, 2024

Subscribe MyTecBits.com

Online Tools

  • Fitness Calculators
  • Encoders & Decoders
  • Cryptography
  • Unit Converters
  • Math. Calculators
  • Date & Time Calculators
  • Finance Calculators

Popular Articles

  • Joining Tables from Databases on Different SQL Servers
  • Where is SQL Server Configuration Manager?
  • Upgrade python version in visual studio code python workspace
  • IIS: Changing maxQueryString and maxUrl
  • How to exit from single-user mode in SQL Server database?
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use. Learn more...
  • Home
  • About Us
  • Contact Us
  • Site Map
  • Terms Of Use
  • Privacy Policy
© 2012 - 2025 My Tec Bits. All Rights Reserved.