Skip to Content
  • Blog

InheritX Solutions | Blog

  • Blog
  • Login
  • Registration
  • Blog
  • Login
  • Registration
  • Blog

InheritX Solutions | Blog

Home (Page 15)
Updated on 02/25/202012/22/2017 Leave a Comment on Secure Apache with Let’s Encrypt on Ubuntu 14.04/16.04Linux

Secure Apache with Let’s Encrypt on Ubuntu 14.04/16.04

Introduction This tutorial will show you how to set up a TLS/SSL certificate from Let’s Encrypt on an Ubuntu 14.04 server running Apache as a web server. SSL certificates are used within web servers to encrypt the traffic between the server and client, providing extra security for …

Read More
Updated on 06/04/201911/01/2017 Leave a Comment on Sample code for sending push notificationsPHP Yii 2.x

Sample code for sending push notifications

Please update the code a/c to requirements. Sample Code Please update if any better alternative.

Read More
08/22/201708/22/2017 Leave a Comment on Issue in file upload through PHP – cURLPHP

Issue in file upload through PHP – cURL

Problem File not being uploaded on server through PHP – cURL   Solution The CURLFile interface must be used to upload files. Code <?php $url = ‘http://192.168.1.94:5000/api/v1/upload-picture’; $img = ‘img/placeholder.png’; // Form-data $data_array = array( ‘id’ => 1, ‘picture_type’ => ‘user’, ‘file’ => new CurlFile($img) …

Read More
Updated on 05/24/201705/24/2017 Leave a Comment on Change format of date/string like 5:00 to 05:00iPhone

Change format of date/string like 5:00 to 05:00

-(NSString *)setDateInFormat:(NSString *)strTxt {     NSArray *arr = [strTxt componentsSeparatedByString:@”:”];     NSString *str = [arr objectAtIndex:0];     if ([str length] < 2)     {         if (![str hasPrefix:@”0″])         {           …

Read More
05/17/201705/17/2017 Leave a Comment on Compress image without changing image dimensionsiPhone

Compress image without changing image dimensions

We have to write a single line to compress the image at a time when we are uploading our image to a server. NSData *dataForPNGFile = UIImageJPEGRepresentation(imgPicked, 0.0f); 0.0f is the maximum & 1.0f is the minimum compress ratio we can change based on our …

Read More
04/25/201704/25/2017 Leave a Comment on Preventing Zoom in Phonegap + JQuery MobileHTML JQuery

Preventing Zoom in Phonegap + JQuery Mobile

Use Meta Tag with following property in HTML <meta name=”viewport” content=”width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no” />

Read More
04/25/201704/25/2017 Leave a Comment on Remove text selection from PhoneGap iOS appHTML JQuery

Remove text selection from PhoneGap iOS app

html { -webkit-user-select: none; }

Read More
04/21/201704/21/2017 Leave a Comment on Disable Emoji in inputHTML JQuery

Disable Emoji in input

$(‘input’).on(‘keypress’, function (event) { var regex = new RegExp(“[ -~]”); var key = String.fromCharCode(!event.charCode ? event.which : event.charCode); if (!regex.test(key)) { event.preventDefault(); return false; } });

Read More
04/21/201704/21/2017 Leave a Comment on Stop iOS Mobile from giving input buttons rounded corners and shadeHTML

Stop iOS Mobile from giving input buttons rounded corners and shade

we have to add css for this like as under input, textarea { -webkit-appearance: none; -webkit-border-radius: 0; }

Read More
Updated on 04/19/201704/19/2017 Leave a Comment on Git Server and Client SetupGit Uncategorized

Git Server and Client Setup

Server Setup First, you need to update your system and install necessary packages to your system. To update the system and install the SSH server on the server machine, run the following command: sudo apt-get update sudo apt-get install open ssh-server Second, install Git on …

Read More

Posts navigation

Page 1 … Page 14 Page 15 Page 16 … Page 27

Latest Posts

  • Memory Management & Memory Leaks in Flutter
  • Microsoft Clarity in React & Next.js
  • Understanding React2Shell (CVE-2025-55182) — What It Is & How to Protect Your App
  • Firebase Analytics in React Native
  • Flutter and Android 15: Preparing for 16KB Page Size Requirements

Archives

Knowledge Scopes

Recent News

Memory Management & Memory Leaks in Flutter
01/12/2026
Microsoft Clarity in React & Next.js
01/12/2026
Understanding React2Shell (CVE-2025-55182) — What It Is & How to Protect Your App
12/09/2025
Firebase Analytics in React Native
09/05/2025

Flickr Images

Old Man of Storr In The Company of Mountains Cosmic Cavalry Moon Tower The Golden Road To Samarkand Imprisoned Words Belvedere Palace Wild Horses Japanese Snow Monkey A German Fairy Tale Boathouse Lone Camel
© Copyright 2026 InheritX Solutions | Blog. All Rights Reserved. Vandana Lite | Developed By Blossom Themes. Powered by WordPress.