Thursday, 27 May 2021

Top blog that should be follow

1. Coding Nepal 

2. freecode camp

3. traversy media on   youtube


toptal resume 

https://www.toptal.com/resume/mirko-marovic#Employment

Overlay dissolve dissapear




.overlayBox {
  1. width: 100%;
  2. padding-top: 100px;
  3. margin-top: -100px;

Monday, 28 September 2020

winscp commands and tricks

 https://superuser.com/questions/239860/how-do-i-send-a-file-with-filezilla-from-the-command-line/787868


"space bar trick"

https://stackoverflow.com/questions/6376113/how-do-i-use-spaces-in-the-command-prompt


https://winscp.net/eng/docs/guide_automation

Tuesday, 18 June 2019

Friday, 24 May 2019

Print_r Beautify

print("<pre>".print_r($id_product_rule_group,true)."</pre>");
exit;