Tech News 

Top Technology Myth’s Debunked

There was a time when development in technology happened at snail’s pace. You blink, and you miss it is the pace at which current development takes place. As someone said, Yesterday’s standard operating procedure is tomorrow’s mistake. And what used to be good advice for avoiding danger might not be relevant anymore. In our daily life, we have heard many technology myths and blindly follow them too, but here are some of them which we would like to debunk. Top Technology Myths: Charging Phones, laptops after 100% charge will reduce battery…

Read More
BackEnd Programming MS SQL Server 

Automatic Blocking of a particular IP Address

Web application security is a branch of Information Security that deals specifically with the security of websites, web applications and web services. At a high level, Web application security draws on the principles of application security but applies them specifically to Internet and Web systems. Websites and any network to which web servers are connected are prone to security risks . With the emergence of the web and app based applications on such a large scale, there arises an issue of security. To overcome such a situation, every application has a role…

Read More
MS SQL Server BackEnd Programming MS SQL Server 

Violation Of 1NF and how to deal with it

What is 1 NF? The first normal form (1NF) is one of the most violated rules while designing and developing a database.The First normal form (1NF) is a property of a relation in a relational database. A relation is in first normal form if and only if the domain of each attribute contains only atomic (indivisible) values, and the value of each attribute contains only a single value from that domain. The benefits of Normalization are: Greater overall database organization Reduction of redundant data Data consistency within the database A much…

Read More
Ajax C#(cSharp) Javascript PHP 

How to create server side session using javascript

It is possible to create a server-side session using javascript for any server-side programming language like PHP, C#, Python etc. by just calling server side function using ajax calls as shown below. To do that, first create a server side application file and write the session variables which you want to set, then in client side javascript just pass the data which you need to set as a session to the server side application function using Ajax call as shown in below examples First, we will take an Example of C#/Asp.net. Javascript…

Read More
MS SQL Server MS SQL Server SQL Windows Server 

How to configure SQL server to access it remotely

How to configure SQL server to access it remotely?, Actually this is not a big issue there are some straightforward steps to configure, but there might be a possibility of giving problem after configure using the same steps also. So go through the below steps carefully. To establish a successful remote connection is to set up ports through the Window Firewall. In SQL Server there are two types of instances. First is a default instance and the second is a named instance. To connect to the default instance of Database…

Read More
CMS wordpress 

how to change the wordpress wp-admin url pathname

why hide/change wp-admin URL in WordPress? Because the hackers will keep on hitting the website and keep on trying to log in with fake login details and more over wp-admin is a default name given by WordPress and it is known to all who know about wordpress, so to secure the website from hackers we have to change the URL and it helps. To change WordPress wp-admin URL path just install ” WPS hide login ” plugin from plugins. WPS Hide Login is a very light plugin that lets you easily and safely change the URL of the…

Read More
Hosting Windows Windows Server 

How to redirect HTTP to HTTPS URL in Windows server

Step1: Goto Windows Server and open IIS(internet information service) and select the site to which you want the HTTP URL to be redirected to HTTPS URL. Step2: Then in Management Section of the Site selected, find “web platform installer” and double click to open, here search for “URL rewrite” keyword after listing that install that to you server IIS. Note: If, after installing URL rewrite didn’t appear under IIS, please close and reopen the IIS, it will list under IIS tab. From here you can implement in to ways, Either you…

Read More
Dual SIM Tech News 

Dual SIM Standby and Dual SIM Active

A well-known fact about smartphones is that they have made their way into our daily lives and in a manner, nobody has ever predicted. With the advent of Dual SIM technology smartphones is an inextricable part of the daily routine of any person; a tech geek or otherwise.                   About six months ago when I was on a searching spree to upgrade my existing ASUS Zenfone 5. A cost effective yet a power packed phone was the need of the hour. After countless…

Read More