Click here to Skip to main content
15,884,472 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
AnswerRe: Gridview (caution, long answer) Pin
enhzflep15-Sep-09 14:56
enhzflep15-Sep-09 14:56 
GeneralRe: Gridview (caution, long answer) Pin
fly90423-Sep-09 2:21
fly90423-Sep-09 2:21 
QuestionUnable to start yahoo messenger Pin
Vishal Kumar Soni14-Sep-09 10:24
Vishal Kumar Soni14-Sep-09 10:24 
QuestionProblem with PHP IDE Pin
sarang_k11-Sep-09 0:59
sarang_k11-Sep-09 0:59 
AnswerRe: Problem with PHP IDE Pin
Marc Firth11-Sep-09 5:40
Marc Firth11-Sep-09 5:40 
QuestionCURL Post Error [modified] Pin
LazyDragonfist7-Sep-09 4:08
LazyDragonfist7-Sep-09 4:08 
QuestionCreating visual content Pin
Sahir Shah2-Sep-09 23:02
Sahir Shah2-Sep-09 23:02 
AnswerRe: Creating visual content Pin
Marc Firth2-Sep-09 23:32
Marc Firth2-Sep-09 23:32 
Visual development tools can help - but the problem is if you know your code then writing it by hand is a lot quicker - also there isn't a program that can write good php code for you. Aptana Studio can help you write class getter and setters in code and a few other programs have similar useful features but that's about it. DW does have a useful quick css properties editor.

If you have a good coloured coded IDE with good intellisense (code helper) then it will always be quicker to code by hand.

The good thing with php is you can reuse your code by using includes, functions and classes. So you can make a header and footer for your website once and just reference it in the other files (much the same as calling functions in windows programmed classes). You can process and validate form data and work with cookies and session variables. And that's just the start, PHP also has a multitude of other functions.

You should try to build yourself a php code library from the start and keep upgrading the different elements.

Personally, I create everything except images in DW. Once you know the keyboard shortcuts it's a breeze. I use FileZilla FTP instead of DW FTP.

I also install a copy of notepad++ on all my clients servers - small footprint but has code colouring for a range of file types.


AnswerRe: Creating visual content Pin
tagyurit13-Sep-09 10:50
tagyurit13-Sep-09 10:50 
QuestionNumeric value only Pin
udch2-Sep-09 22:03
udch2-Sep-09 22:03 
AnswerRe: Numeric value only Pin
Marc Firth2-Sep-09 23:17
Marc Firth2-Sep-09 23:17 
QuestionKubuntu updates [SOLVED] Pin
rastaVnuce2-Sep-09 4:35
rastaVnuce2-Sep-09 4:35 
Questionappache xampp server Pin
choudhari akash30-Aug-09 23:41
choudhari akash30-Aug-09 23:41 
AnswerRe: appache xampp server Pin
Marc Firth4-Sep-09 3:09
Marc Firth4-Sep-09 3:09 
AnswerRe: appache xampp server Pin
Jayapal Chandran26-Jul-10 8:04
Jayapal Chandran26-Jul-10 8:04 
QuestionErr: This is a marker file generated by the precompilation tool, and should not be deleted! Pin
lakshmichawala26-Aug-09 21:03
lakshmichawala26-Aug-09 21:03 
Questioni need to create a form with different userd id and names and then link it to the my sql database and lot more ------------------ need urgent help Pin
sean_198226-Aug-09 1:05
sean_198226-Aug-09 1:05 
AnswerRe: i need to create a form with different userd id and names and then link it to the my sql database and lot more ------------------ need urgent help Pin
kabirbdboy28-Aug-09 6:09
kabirbdboy28-Aug-09 6:09 
GeneralRe: i need to create a form with different userd id and names and then link it to the my sql database and lot more ------------------ need urgent help Pin
fly90431-Aug-09 12:49
fly90431-Aug-09 12:49 
QuestionRefresh iframe Pin
udch24-Aug-09 7:27
udch24-Aug-09 7:27 
AnswerRe: Refresh iframe Pin
fly90424-Aug-09 9:01
fly90424-Aug-09 9:01 
GeneralRe: Refresh iframe Pin
udch25-Aug-09 2:57
udch25-Aug-09 2:57 
GeneralRe: Refresh iframe Pin
fly90425-Aug-09 3:47
fly90425-Aug-09 3:47 
GeneralRe: Refresh iframe Pin
udch25-Aug-09 2:58
udch25-Aug-09 2:58 
GeneralRe: Refresh iframe Pin
fly90425-Aug-09 3:48
fly90425-Aug-09 3:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.