Singsys blog: Technologies

Use BaseAdapter to maintain the state of the checkbox in list-view when scrolling it in android

The getView() method of the class extending the BaseAdapter holds the state of the currently displayed view which is invalidated when scrolling the listview. So, in order to avoid this problem, proceed in the following manner. (more…)

How to define minimum width for a page in IE (Internet Explorer)

Using min-width CSS command, you can specify a minimum width for any element. This can be very handy and useful for specifying a minimum width for a page or any element. (more…)

Apple fixes lock screen Bug with iOS 7.0.2

Soon after the release of latest iOS 7.0.1 , a major lock screen bug was discovered by several users that could allow someone to bypass the lock screen passcode and give anyone direct access to applications and user data including social accounts access, chats, emails, photos, add, edit and delete photos etc. (more…)

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…)

CSS tips for Beginners

Here are some simple yet effective CSS tips for beginners.

(more…)