Forbes: How to Get Hired

23 12 2011

Quote:
hiring is a confidence game If I’m the hiring manager, the best way you can mitigate my risk aversion is by showing me how comfortably confident you are: that you have the skills, experience, interpersonal acumen and other traits required to handle a difficult position in my organization. Said another way: the best available evidence indicates to me that you are targeting the right job.

See the whole article:
How to Get Hired: Insights from the Other Side of the Desk
at Forbes.com





The Subway $3mio Hack

23 12 2011

Quote:

some of the franchisees “directly and blatantly disregarded” Subway’s security and POS configuration standards. “It’s not like they had to install something and they didn’t,” Schuman told Ars. “They did it proactively,” he said, downloading low-cost remote desktop software from the Internet and refusing to use point-to-point encryption as Subway dictated.

Read the full article here:
How hackers gave Subway a $3 million lesson in point-of-sale security





DroidDevelop

23 12 2011

DroidDevelop
https://market.android.com/details?id=com.assoft.DroidDevelop

Description
This is a tool for onboard android programming. For this tool works you should install JavaIDEDroid program for compile your Java program and OI FileManager for choose program files.
JavaIDEDroid use bsh scripts for programs compilation. On the DroidDevelop you can choose bsh script for compilation by “Open Project…” command. For compile you should press compile button.
You also can install and your run programm without exit from DroidDevelop. For this purpose you can press “Run…” button.
You also can edit your java or another project files without exit from DroidDevelop.





JavaIDEDroid

23 12 2011

JavaIDEDroid
https://market.android.com/details?id=com.t_arn.JavaIDEdroid

Description
JavaIDEdroid is an integrated development environment which runs on Android and allows to create native Android applications without the need to use the Android SDK on Windows or Linux.

Following development tools are integrated in JavaIDEdroid:

* aapt tool
* Eclipse compiler for Java
* dx tool
* ApkBuilder (only unsigned APKs)
* zipsigner-lib (this library also does the zipalign)
* BeanShell Interpreter

You can write your own BeanShell scripts, store them on your SDCard and automate the build process with them.

Aapt is integrated as native shared library (arm). It uses external libraries which require Android 2.3 or later and therefore, the aapt shared library has been built for Android 2.3. Despite this fact, it also seems to work an older Android versions (it ran ok on my Android 2.2.1).

The software is free under the GNU GPL v2 license.
Check the project web site for more information and support:
http://code.google.com/p/java-ide-droid/
In the Wiki you’ll find a HowToGetStarted tutorial.

Please check the support forum before rating this app badly – it might need some configuration changes to fit your environment.

History: http://code.google.com/p/java-ide-droid/wiki/History

If you like this app, please check also JavaIDEdroidPRO!





Intel #LightPeak is now Thunderbolt

24 02 2011

Intel press release named #LightPeak as Thunderbolt! The fastest data transfer technology. And Intel offers it first to Apple MBP line.

Source: intel website
http://j.mp/gahn2N
—bb@setyadi.com





Qt for Android

23 02 2011

http://www.h-online.com/open/news/item/Qt-implementation-for-Android-introduced-1194815.html





Microsoft All-In-One Code Framework

22 02 2011

Check it here:
http://1code.codeplex.com/





Is Bing Simply Copying Google’s Result?

2 02 2011

Google-blog stated that Microsoft’s Bing uses Google search results and denies it. A Google fellow there, explain it on how Google experimented to prove their suspicion.

You can read the whole story here:
http://googleblog.blogspot.com/2011/02/microsofts-bing-uses-google-search.html

What do you think?





VT-x supported Processors

25 11 2010

check for yourself right here:

http://ark.intel.com/VTList.aspx





VB6 ScaleLeft ScaleTop to VB.NET conversion

20 05 2010

Whenever you find .Scale(x) dimensions

TextBox1.ScaleTop
TextBox1.ScaleLeft
TextBox1.ScaleHeight
TextBox1.ScaleWidth

simply change it into .ClientRectangle.(x) form

TextBox1.ClientRectangle.Top
TextBox1.ClientRectangle.Left
TextBox1.ClientRectangle.Height
TextBox1.ClientRectangle.Width

Hope it helps.








Follow

Get every new post delivered to your Inbox.

Join 65 other followers