Question : what is the best linux distro and ide for web programming (PHP) ?

hi there,

what is the best linux disto and free IDE to develop web applications with PHP?

Currently, I am using Ubuntu, should I change to Debian or the others?
I have been use kate and Vi  as an coding processor, could you suggest the others?
I am aware that netbeans and eclipse is good, but I dont know what exactly doing while using IDE like
netbeans and eclipse. Could you provide me video lecture using these IDEs to learn short cuts.

kind regards.

Answer : what is the best linux distro and ide for web programming (PHP) ?

Try this:
Set up splash screen option on project properties to SplashScreen1 and Startup Form to what you want to open after splash screen.
Then paste the code below to your splash screen.

Private Sub SplashScreen1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Application.DoEvents()
        Me.Show()
        Me.Refresh()
        System.Threading.Thread.Sleep(5000)
       
    End Sub
Random Solutions  
 
programming4us programming4us