Email PHP 

How to enable domain to send mail through PHP mail() script in CPanel

Yes! we faced this problem many times because previously in CPanel through PHP mail() function you could send mail within a domain. for example, using mail() script you could have sent mail from abc@getcodify.com to xyz@getcodify.com but now if your hosting company has enabled third-party mail delivery through PHP mail() script then you have to follow one simple step to send emails from your PHP mail script to third-party mail services like Gmail, Yahoo or outlook. After creating your email with your domain name you have to register the email which…

Read More
MS SQL Server 

How to Auto Restart SQL SERVER when its crashed?

The possible reasons for SQL server crash are listed below 1 . What to do if the operating system crashed? For this, the solution is very simple. i. In PC start -> open Run,  type “services.msc“.       ii. In this find the SQL Services name (ex: SQL Server (MSSQLSERVER)) of the instance and then click Properties. iii. In properties window, select start type to Automatic as shown below 2. There could be situations where SQLServer is shutting down automatically due to a crash or an unexpected behaviour with SQL…

Read More
MS SQL Server MS SQL Server 

How to Fix SQL Server Error – Restore Operation Failed for Database Due to Insufficient Memory in the Resource Pool ‘Default’

one fine day when working with SQL server we faced this error. the error states like below ************************************************************************************************* Msg 41379, Level 16, State 0, Line 0 Restore operation failed for database ‘InMemoryDB’ due to insufficient memory in the resource pool ‘default’. Close other applications to increase the available memory, ensure that both SQL Server memory configuration and resource pool memory limits are correct and try again. See ‘http://go.microsoft.com/fwlink/?LinkID=507574’ for more information. Msg 3167, Level 16, State 1, Line 2 RESTORE could not start database ‘InMemoryDB’. Msg 3013, Level 16, State…

Read More
Ajax ASP.net C#(cSharp) Javascript 

How to upload file to ftp using C#(C-Sharp) – aspx,ashx and ajax

In this article, we are going to explain how to upload the file to FTP using C# Generic handler(.ashx), HTML and Ajax. Please follow the steps below In visual studio create a solution with empty web app with aspx project solution. Create a file called index.aspx by adding a new item to the solution, in aspx page add the below code Add jquery plugin to <head> tag section Add HTML form fields to upload a file At bottom add the ajax file upload ajax script. After this create a File…

Read More
News Tech News 

Kaspersky store that only accepts personal data as currency

Kaspersky Lab has setup an unusual pop-up shop in London, called  The Data Dollar Store. Tech companies try to track your every move. Your Google searches. The videos you watch on YouTube. They’re all monitored by algorithms that want to serve you highly targeted ads. We don’t realise it, but the breadcrumb trail we leave online has value. Real, monetary value. To emphasise that point, cybersecurity firm Kaspersky Lab is running a pop-up shop in London called The Data Dollar Store this week. Inside, you’ll find exclusive t-shirts, mugs and screen prints by…

Read More
IT Healthcare News 

Non-Invasive Data Acquisition and Measurement- A Paradigm Shift

Non-invasive medical measurements have expanded into several types of diagnostic and monitoring activities in health care delivery. They are being used in handling a number of non-infectious diseases such as diabetes, asthma, hypertension, congestive heart failure, cardiac arrhythmia, etc., as well as infectious diseases such as cholera, malaria, etc.. Non-Invasive Medical Devices (NIMDs) are naturally preferred over invasive methods considering patient convenience, reduced patient risk, increased speed, and operational simplicity. Over the last decade, technological advances and mathematical techniques have improved greatly, challenging this perception across the board, from complex…

Read More
News Tech News 

New Device Which Turns Your Smartphone Into a Medical Lab

“SWISS ARMY” TECH The advent of the smart phone was a key development in the technological evolution of our species. What used to be relegated to entire rooms and even buildings can now fit snugly in our pockets giving each person the potential to access massive amounts of information from the palm of their hand. This evolution has not reached its apex, however, as continuing innovations are allowing for more and more capabilities for the technology. With the help of some researchers at the University of Illinois at Urbana-Champaign, we can…

Read More
MS SQL Server MS SQL Server SQL 

How Start/Stop MS SQL Server Using .bat file in windows

If you are a stack developer who works on multiple platform for coding, might face this proble of starting and stoping the Sql Server, because if you want work in default port 80 for apache in php of any other, you have to stop the iis and SQL server to run apache in port 80 only, so while doing this to start/stop we use eather SQL Configuration manager/ windows services. so here we will tell you how to create a .bat file to start and stop all the sql services…

Read More
NodeJS BackEnd Programming Node JS 

Getting Started With NodeJS

The world of Web development is segregated as Front-End and the Back-End. Server-side scripting, a technique used in web development that employs scripts on a web server producing a response customized for each user’s (client’s) request to the website. There are a number of server-side scripting languages available – ASP.NET, Java, Python, Perl, PHP, NodeJS, etc. In fact, Node is one of the most popular server side scripting languages in recent times with large scale companies implementing it. Node.js Node JS is an open-source, cross-platform JavaScript run-time environment for executing JavaScript code server-side.…

Read More
News Tech News 

Difference between NFC and MST-samsung pay

Near Field Communication (NFC) It allows two devices placed within a few inches of each other to exchange information by tapping one device to other. If merchants want to use NFC for communication they have to upgrade their current Magnetic Secure Transmission (MST) It sends a magnetic signal from a compatible device to the payment terminal’s card reader. MST payments do not require the merchant to upgrade the payment terminal, making Samsung Pay available for use at nearly all payment terminals with a card reader. Some payment terminals may require…

Read More