Singsys blog

Email “Spoofing” and “Phishing” – How it is done and how to identify spoofing Emails

E-Mail Spoofing is the biggest threat now-a-days because anybody can send you an e-mail saying “You have won millions of dollars” or “You are hired by MICROSOFT, GOOGLE, or FACEBOOK, etc”. It is also used in phishing as attacker can send you an e-mail saying that anybody sends you a friend request and you just click on it and it asks for login-id and password and instantaneously obtaining your confidential information. It could be serious issue if scammer does this with an intention of hacking your accounts. (more…)

Link with Quickoffice to get extra 10 GB space on your Google Drive

Users who needs to work with Microsoft Office Documents in their mobile phones are fully aware of Quickoffice, a shareware application for working with Microsoft Office documents. It gives users the facility to access their documents using mobile phones with ease. This week big news is, Google made Quickoffice free for Android and iOS, a big perk from Google for

all !!

(more…)

CSS tips for Beginners

Here are some simple yet effective CSS tips for beginners.

(more…)

Apple’s iOS 7 update is live to users with new look and features

Apple’s iOS 7 update is now live to users. Users can update it free of cost. If you have an iPhone 4 or higher, iPad 2 or above, iPad mini or 5th generation iPod touch, you can now enjoy the cool features of new OS and can start updating and downloading new apps in iOS 7.

(more…)

Performing Simple Animations using NSTimer class

Here is a simple tip on how we can perform simple animation on objects in Xcode using the NSTimer class to create timers that call methods at regular intervals.

 

Using the NSTimer class –

 

There are many ways to perform simple animations. One of the easiest ways to perform animation is to use the NSTimer class. The NSTimer class creates timer objects, which enable you to call a method at a regular time interval. It also allows you to update the position of an image at regular time intervals. (more…)