How to Recover a Dropped Git Stash: Complete Recovery Guide

|
| By Manoj Thakur

Accidentally ran git stash drop and thought everything was gone? Let’s go beyond commands and understand what actually happens internally  Theoretical Understanding (How Git Stores Stash) A stash is not just a temporary stack entry Git stores stash as a

Salesforce | Refresh the parent window automatically on closing the child window

| By Webner

On closing child popup window (on click of a button), we wanted to refresh the parent window automatically to check the updates. We can refresh the parent window on closing the popup window by using javascript. Syntax : This is

Issues of UTF-8 Encode Keyword

| By Webner

<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″> <?php echo utf8_decode(“selecciona una categoría”);?> Above two lines are used to decode the special characters properly. We use the meta tag in section of the page to decode the whole page and second line of PHP