Category: Others (General)
6 SEO Strategies for your Website
Latest 6 SEO strategies for your Website The search engine is important for website’s ranking, domain authority and page rank. Google algorithm changes on frequent basis therefore the webmaster needs to change strategies for website. Restraining yourself with basic SEO
Free Online Courses With Personalized Certificate
Free Online Courses With Personalized Certificate I started writing this tutorial targeting MCA students in Himachal Pradesh University, Shimla, India (from where I did MCA back in 99). This is an attempt to help students learn Java by practice. I
Create Post Install Script in SalesForce
How to create Post Install Script in SalesForce Definition A post install script is an Apex class which is executed when a package is installed or upgraded. This class implements the InstallHandler interface. This interface has a method named as
Integrate Laravel web service with custom alexa skill
Steps for integrating Laravel web service with custom alexa skill: Step 1: Your web service should be on secure HTTP connection and should have SSL/TLS. Alexa strictly enforces for this to protect the confidentiality and integrity of your data. Step
What is Visual Studio Code and its advantages
What is Visual Studio Code? What are the advantages of Visual Studio Code. Visual Studio Code is a source code editor developed by Microsoft for Windows, Linux and macOS. It is a super fast and lightweight Source Code Editor which
How to setup custom Domain DNS in AWS with office 365 including skype for business
Steps for setup of custom Domain DNS settings in AWS with office 365 including skype for business Below are the steps involved to get these settings done. Step.1 Open office 365 admin console and click Domains under menu “Setup”. Step.2
Install node.js on Linux and Windows
How to Install node.js on Windows: You can install node.js for windows from Node.js website as they had provided the installer there. You need to run the .msi installer that is downloaded. Then Restart your computer as you won’t be
Bootstrap Alert Types
How to create alerts in Bootstrap: Bootstrap provides an easy way to display the information or create predefined alert messages on the screen. In Bootstrap alert is created using .alert class for example : <div class=”alert alert-success”> </div> Bootstrap alert
WordPress best practices
WordPress is a cms (content management system) which contains different type of content including images, video and text. I think we all need to know about some of the best practices while developing in WordPress. Before development of a website