Category: Others (Technical)
Generate Pdf with Atalasoft that opens in Print Mode in the Browser
How to Generate Pdf with Atalasoft that opens in Print Mode in the Browser? Atalasoft is a tool for providing Image and Pdf Management related operations for managing and modifying image and image files. We can modify the image and
Understanding WordPress Shortcodes
Introduction To WordPress Shortcodes and How to Use them What is a shortcode? A shortcode is a WordPress-specific code that lets you do effective things with a very little effort. We can embed the files or can create objects that
Wifi device not showing in ubuntu OS and keeps on disconnecting frequently
How to solve the problem when Wifi device is not showing in ubuntu OS and keeps on disconnecting frequently? Solution: Follow below steps:- Step.1 Run below command to update the OS resource list sudo apt-get update Step.2 Run below command
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
Eclipse Tricks and shortcuts
Eclipse Tricks and shortcuts for developers 1. All shortcut keys To get the list of all shortcuts for Eclipse Press Ctrl + Shift + L. It will open a list of all short key 2. Check where a class or
Laravel Log storage in S3 bucket
How to Save Logs of Laravel in Amazon S3 Bucket? Problem – We are working on a laravel project in which logs are saved in the storage folder of laravel and it is using a lot of space. We need
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