Skip to content
Tech Articles Hub

Tech Articles Hub

Technical articles on varied topics.

  • HOME
  • Web Development
    • WordPress
    • Web Design
    • PHP
  • Website Maintainence
  • Software Development
    • Java
    • VB.net
  • OS Specific

Category: Web Development

How to create a mobile responsive web page

May 7, 2023 kay Web Development

A responsive design of a web page is required for a good viewer experience on mobile hand held devices. The web page must look nice on mobile hand held devices. The fonts should be scaled up and other elements of the web page should fit inside the mobile device. To enable this responsive web page Continue Reading …

How to create radio buttons for your website?

May 6, 2023 kay Web Development

Radio buttons enable selection of options. In your website you may like to present options using radio buttons. These are required to enable choice of one option out of multiple options by the user. In your input form write the code as follows The following code inside the radio button is optional, you can remove Continue Reading …

How to capture links clicked by a user on your website?

May 5, 2023 kay Web Development

You may like to know details about the links clicked by the users on your website to know the details of the traffic o your website. This article will describe in detail about capturing the users clicking links on your website. We shall do that using Ajax. Inser the following code in the head section Continue Reading …

How to create a mobile responsive image that shrinks and expands using CSS

May 5, 2023 kay Web Development

You may have images on your website that you would like to view in smaller sizes on hand held mobile devices. Creating a mobile responsive image that shrinks and expands with the size of the viewport is the solution. In this article we shall describe how to create a mobile responsive image using CSS. Add Continue Reading …

How to create a responsive navigation menu

May 5, 2023 kay Configuring Scripts, Web Development

Responsive menus are required for a good viewer experience on mobile devices. This article will enable you to create a responsive top navigation menu for your website using CSS and JavaScript. Add the following code to the head section of your website. This code includes the JavaScript and CSS Also add the following style to Continue Reading …

Change thumbnail size in wordpress

May 4, 2023 kay Web Design, Web Development, Wordpress

We must understand theme thumbnails sizes before I tell you about changing thumbnail sizes without using a plugin.Featured image and thumbnail are just the same in WordPress. The Thumbnails sizes are defined in WordPress Settings->Media . The smallest thumbnail out there is used as thumbnail in the archive pages,search and category post listings.This may be Continue Reading …

Php script to split large files to smaller files

April 30, 2023 kay PHP

This article will describe how you can split large php files line by line to smaller php files. If you have a large php file with content in each line of the file and you would like to convert it to smaller chunks then here you will find the php script code to do that Continue Reading …

Enable syntax highlighter evolved in comments in wordpress

April 30, 2023 kay PHP, Web Design, Web Development, Wordpress

If you would like to enable syntax higlighter evolved by alex gorbatchev wordpress plugin to also do syntax higlighting in the comments then you will have to add enable shortcodes in your comments.Here is how to to enable syntax higlighter in comments.Add the following code to your theme’s function.php Continue Reading …

Posts pagination

1 2 3 … 5 Next Posts»

CONTENTS

  • Android (1)
  • C (2)
  • Configuring Scripts (2)
  • Cpanel (6)
  • General (9)
  • Java (10)
  • linux (2)
  • Operating Systems (1)
  • PHP (10)
  • Software Development (14)
  • Ubuntu (1)
  • Uncategorized (5)
  • VB.net (4)
  • Web Design (20)
  • Web Development (25)
  • Web SEO & Marketing (4)
  • Website Maintainence (11)
  • Windows 10 (1)
  • Windows 7 (1)
  • Wordpress (18)
  • Xampp (1)


Automatically update jLabel from values in jTextfield in java

May 3, 2023

Java run code before exit of the application

May 2, 2023

Execute a command and get its output in vb.net

May 2, 2023

Open windows help file on button click in java application

April 30, 2023

Encrypt and Decrypt a file in java

April 29, 2023

How to get windows firewall status programmatically in vb.net

April 28, 2023
Copyrights © 2026 Techarticleshub.in. All rights reserved.    Contact Us    Sitemap

By using this website you consent to agree with our Terms Of Use  and Privacy Policy