Hi
I Hope all java guys are familiar with Netbeans 6..?..its great and user friendly right ?
http://www.sun.com/featured-articles/2007-1212/feature/index.jsp
And finally the PHP module is ready and live for netbeans.
Includes
1) All the documentation, functions references, syntax hi lighting etc
2) Configure Apache and other PHP enabled servers in Netbeans.
3) Integrate PHP project with a server.
http://wiki.netbeans.org/wiki/view/PHP
Just edit your pages and press [...]
Archive for the ‘Technical Area’ Category
Netbeans and PHP
Posted in Java, Technical Area, tagged Netbeans 6, Netbeans adons, netbeans PHP, PHP download, PHP in netbeans, PHP plugin for netbeans 6 on January 6, 2008 | 1 Comment »
Interfaces and Multiple Inheritance
Posted in Java, Technical Area, tagged Interfaces and Multiple Inheritance on January 6, 2008 | 2 Comments »
interface HisInterface {
}
interface HerInterface {
}
public interface MyInterface extends HisInterface, HerInterface {
}
just say it will work or not
PHP Post request
Posted in PHP, Technical Area on January 5, 2008 | No Comments »
Hey got another one.
solve a situation to post a couple of data to a php resultfile without using any HTML codes..means I need the resulted data by clicking a hyperlink etc, but could not use any HTML forms or parameter passing methods..just try
Anyone can tell what this keywords does
Posted in Java, Technical Area, tagged java keywords, more keywords to know, see of java on January 5, 2008 | No Comments »
Hi
even you might be a puli in java coding..but its not your fault to get all those details from the sea..
here are few..
Keywords: volatile, transient, strictfp, assert, native…just answer the perfect functions without any search or reading..just have a try

