Originally posted on Anchialas' Java Blog:
Last week I released a new plugin for the NetBeans IDE called Issue Tracking Project Support. This plugin offers you a better…
Category: Uncategorized
Type cast integer from array index
Originally posted on Easy Objective c:
Wrong :- int value =(int) [arrValues objectAtIndex:i] intValue; Correct :- int value = [[arrValues objectAtIndex:i] intValue];
Handling Differences Between XML and JSP Tags in WebCenter Sites
Originally posted on TEAM Informatics blog:
By: Darek Blankenbuhler – Application Consultant In WebCenter Sites there is a common issue of using JSP tags that function differently than…
[ oracle ] SQL developer opens multiple table tabs
Originally posted on dsin:
Preferences
The WebLogic on ODA Good News: Installation templates for X3-2 available
Originally posted on Developer Community:
The installation templates for WebLogic on the latest ODA hardware, X3-2, now available on OTN. Any questions – please contact frances.zhao@oracle.com oralexandra.huff@oracle.com.…
Building Ultra Microsites
Originally posted on Chegg Engineering:
My name is Ben Wu and I work with the Marketing Services engineering team. The Marketing Services team at Chegg is very…
Most Important Tips for Coding In PHP
Originally posted on phpguidance:
PHP is very nice and lovely programming language, if you work with other people having good code is important. Comment & Document Comments…