Programming

Arrays Usage Tips

‘Return zero-length arrays, not nulls’   Some APIs intentionally return a null reference to indicate that instances are unavailable. This practice can lead to denial-of-service vulnerabilities when the client code fails to explicitly handle the null return value case.   For methods that return a set of values using an Read more…

By whatsq, ago
Programming

Programming tips for Performance Improvement

  a. Always try to avoid generating garbage, because this will reduce the need to run a garbage collection. Just think about three things:         1.Reuse existing objects       2.Avoid creating unnecessary objects       3.Create object pools (Use Object Pool only when object creation is very expensive like threads Read more…

By whatsq, ago
Newsletter

30 quick conversion tips

30 Quick Conversion Tips Every Marketer You have thousands of visitors coming to your site, but no conversions. So what do you do? Should you change your marketing campaigns?… Maybe redo your targeting? Or even worse, pause your SEO and content marketing efforts? Probably not. Before you modify your marketing Read more…

By whatsq, ago
Information Technology

SkyDrive

SkyDrive is a file hosting service that allows users to upload and sync files to a cloud storage and then access them from a Web browser or their local device. You've got access to everything on your SkyDrive wherever you are: Your photos, documents, and other important files are available on your phone, tablet, PC, or Mac. In short, your files and info aren't stuck on any single PC or device. (more…)

By whatsq, ago
Information Technology

Cloud Computing

  • Cloud computing is the use of computing resources (hardware and software) that are delivered as a service over a network (typically the Internet). Cloud Computing is a general term used to describe a new class of network based computing that takes place over the Internet:

    (more…)

By whatsq, ago
Information Technology

What is a Protocol?

I know english, you can read english, your browser understands  english so you can read it without seeing any junk. What is all this, how come every thing is going good without giving any surpises to us, the answer is Protocol. continue reading here ...

(more…)

By whatsq, ago