Quantcast
Channel: Ying's Blog » programming
Browsing index pages (3 articles)
↧

Debugging Javascript

You may be able to get away without debugger with Java, but not javascript. As a dynamic web scripting language, javascript creates amazing visual effects on a web page; at the same time it is easy to...

View Article


Calculate the Distance between Two Locations Using Java

This programming question occurred to me when I was preparing the solution for an introductory programming class. I have found this programming problem very interesting and I think it is a starting...

View Article


Pointers in C Programming

Why pointer? We can use the pointer variable to directly access the memory location. Pointers are passed by reference as function’s parameters so the value can be set anywhere. How to define and use a...

View Article
Browsing index pages (3 articles)


Latest Images