5 personality of Innovators - Which ones are you?
Brenna Sniderman wrote an article on 5 personality of innovators. In summary, those are:
Movers or Shakers
Experimenters
Star Pupil
Controllers
Hangers On
So which ones are you?
Check out this interesting article at Forbes (Online)
What to do when you are in 'black-out' mode?
Schlesinger,...
Thursday, March 22, 2012
Wednesday, March 21, 2012
IETC-RFC 6561 - Recommendations for the Remediation of Bots in ISP Networks
Dear All,
IETC (Internet Engineering Task Force) has release a recommendation for remediation of Bots in ISP Networks (Release for Comments) number 6561 (ISSN: 2070-1721). Lead by Livingood and shared by ISOC.org.
It can be viewed from ISOC site or view from he...
Latest Conference List - As of 21 March 2012
Computational Fluid Dynamics (CFD) In Medicine and Biology 25 March 2012 Ein Bokek Israel
CSR Data Management 19 April 2012 London United Kingdom
CampaignTech 2012 19 April 2012 Washington DC
Cairo ICT Trade Fair & Forum 26 April 2012 Cairo Egypt
M2M WORLD CONGRESS 2012 26 April 2012 London United...
Monday, March 19, 2012
The cost of delay on Internet
Source: http://www.readwriteweb.com/archives/infographic_how_much_does_a_one-second_page_load_d.p...
Friday, March 16, 2012
Improved Recursive Function that is not improving at all
#include
#include
void printIntegesr(int n);
main()
{
int number;
cout << “\nEnter an integer value :”;
cin << number;
printIntegers(number);
}
void printIntegers (int nom)
{
cout << “\Value : “ << nom;
printIntegers (nom);
}
The above is...
Anonymous is good and Google is dirty word
1. Anonymous is 'good' for security
Exploits of hacktivist group help improve companies' security posture by exposing vulnerabilities, but its threat remains despite key members of the group being arrested, security insiders warn. Read detail at ZDNet Asia
Comments:
The author...
Thursday, March 15, 2012
Using Flex HTTPService to handle RSS with PHP
If you are using HTTPService in flex or using flash actionscript to handle RSS feed, you might found that not all RSS feed is supported by flex. This is due to flex can only access any feeds that have cross-domain.xml in their root directory of the web-server. What happen if the website supplying the feed don't have cross-domain.xml or limited to...
Monday, March 12, 2012
Comparative Analysis on 7 Commercial Anti-Virus
This is a report on comparative analysis done by PassMark Software on seven known commercial anti-virus tools. The comparative analysis is done on:
ESET Smart Security 4 Business Edition
Kaspersky Business Space Security
McAfee Total Protection for Endpoint
Microsoft Forefront Client Security
Symantec Endpoint Protection
Sophos Endpoint Security...
Wednesday, March 7, 2012
Learn HTML5 and CSS3 with Microsoft
Learn how to use Microsoft developer tools Visual Studio 2010, Expression Web, and WebMatrix to leverage the full potential of the new HTML5 APIs such as Canvas, Web Workers, Geolocation, and others. See how your application can realize the full range of HTML5 features...
Monday, March 5, 2012
Fedora Users and Developer's Conference
FUDCon is the Fedora Users and Developer's Conference, an opportunity for all who contribute to or use Fedora to meet, learn, plan, and hack. This event is free and is open to everyone.
For detail, check out the site at https://fedoraproject.org/wiki/FUDCon:KualaLumpur_2012
Come...