BLOG

By admin / May 17, 2017

PHP Virtual Machine – 5

VM macros As can be seen from the previous code listing, the virtual machine implementation makes liberal use of macros....

Read More
By admin / May 17, 2017

PHP Virtual Machine – 4

Smart branches It is very common that comparison instructions are directly followed by condition jumps. For example: L0: T2 =...

Read More
By admin / May 16, 2017

JQuery image Upload & refresh using an ASHX File -3

Scaling an Image An image might be uploaded that’s 3000x4000 or some other ugly size. No one wants to get...

Read More
By admin / May 16, 2017

JQuery image Upload & refresh using an ASHX File -2

For the 2nd part I’ll show you an easy snippet of code that can be used to upload and/or view...

Read More