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

Author: kay

Moving a wordpress site from one server to another

February 23, 2017 kay Web Design, Wordpress

If you have changed your hosting provider and you want to move your WordPress site from one server to another then this article will describe exactly how to do it.There are two scenarios, first moving from one server to another with to the same domain name and second changing the domain name while you move Continue Reading …

WordPress insert page break into post

February 19, 2017 kay PHP, Web Design, Web Development, Wordpress

You must have seen long wordpress posts spanning multiple pages.The bottom of the posts will contain the page numbers.Numbering the page breaks contained in your posts is the feature of your theme and almost all modern themes have this feature,However you will have to insert the page break manually inside your wordpress post at the Continue Reading …

Running java program from command line

February 19, 2017 kay Java

To run a java program from the command line you basically have to execute the compiled jar file. If you have compiled the .jar file then to run the .jar file containing your java program from the command line at the command prompt simply type the arguments are optional Continue Reading …

Change The Excerpt Length In WordPress

February 19, 2017 kay Web Design

If you want to change the excerpt length in wordpress from the default length of 55 words to custom excerpt length,then there is a simple way to do it.Here is the code that you must add to your theme’s function.php file in order to change the excerpt length and customize it as per your requirement Continue Reading …

Add Google Analytics to WordPress Website

February 16, 2017 kay PHP, Web Design, Web Development, Wordpress

Adding google analytics code to your wordpress website is easy. This article will describe how to accomplish that without any plugin, manually in a simple manner. Step 1 : Creating the widget area. We shall first create a widget area to which you can add the google analytics code using a text widget from the Continue Reading …

Enable Hotlink Protection in Cpanel

February 16, 2017 kay Cpanel, Website Maintainence

Hotlink protection does not allow other websites on the internet to directly link to the files on your website. For example, if another site on the internet uses a <img> tag to display an image from your site, then the image data is being transferred from the server where the image is located (your web Continue Reading …

Backup your website in Cpanel

February 16, 2017 kay Cpanel, Web Design, Website Maintainence

Cpanel provides a automatic backup tool for your website by means of “Backup” and “Backup Wizard” Links in the files section of the Cpanel.But I do not recommend them as they provide a full home directory backup and that is what you may not need most of the time.The easy way is to do a Continue Reading …

Catch all email address in Cpanel

February 15, 2017 kay Cpanel, Website Maintainence

A catch all email address is specified for a domain name.It is also referred to as the default email address for the domain name.All email addressed as somename@yourdomain.com where somename is a email account that does not exist, is automatically routed to the catch all email address or the default email address for the domain Continue Reading …

Posts pagination

«Previous Posts 1 … 4 5 6 7 8 9 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