PHP application development with NetBeans beginner's guide:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK
Packt Pub.
©2012
|
Schriftenreihe: | Learn by doing : less theory, more results
Community experience distilled |
Schlagworte: | |
Online-Zugang: | FAW01 FAW02 Volltext |
Beschreibung: | "Boost your PHP development skills with this step-by-step practical guide.". - "Learn by doing: less theory, more results." A Beginner's Guide The book is aimed at PHP developers who wish to develop PHP applications while taking advantage of NetBeans functionality to ease their software development efforts and utilize the powerful features of the IDE. Familiarity with NetBeans is not assumed. However, a little familiarity with PHP development is expected Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1:Setting up your Development Environment; Why NetBeans for PHP application development?; Recommended system requirements; Downloading the NetBeans IDE; Time for action -- downloading the NetBeans IDE; Installing NetBeans; Time for action -- installing NetBeans step by step; Setting up your development environment in Windows; Time for action -- installing XAMPP in Windows; Setting your development environment in the Ubuntu desktop Time for action -- installing LAMP on the Ubuntu desktopSetting up your development environment in MAC OS X; Time for action -- installing MAMP in MAC OS X; Creating a NetBeans PHP project; Time for action -- creating a NetBeans PHP project; Summary; Chapter 2:Boosting Your Coding Productivity with the PHP Editor; Familiarizing with the base IDE features; Exploring the editor for PHP; Exploring more with the editor; Using rename refactoring and instant rename; Using code completion; Using the code generator; Summary; Chapter 3:Building a Facebook-like Status Poster using NetBeans Planning the projectUnderstanding JSON -- JavaScript Object Notation; Introducing jQuery -- the definitive JavaScript library; Understanding AJAX -- asynchronous JavaScript and XML; Introducing jQuery.ajax(); Introducing PHP Data Objects (PDO); Creating the NetBeans PHP project; Creating the status stream display list; Setting up the database server; Time for action -- connecting with MySQL database server; Creating the database and table; Time for action -- creating MySQL database and table; Inserting sample rows into the table; Adding sample user image files; Creating the StatusPoster PHP class Time for action -- creating a class, adding a constructor, and creating methodsFiring the user interface for displaying the status list; Time for action -- adding CSS support to the document; Time for action -- adding jQuery support and custom JS library; Time for action -- showing the status list; Hatching out the status poster using PHP-AJAX; Time for action -- adding the status input box to the interface; Adding new status post template to index.php; Creating the AJAX status poster; Time for action -- creating status poster using JQuery AJAX; Working with StatusPoster.php again Adding AJAX responder code to index.phpTesting the usability of the status poster; Summary; Chapter 4:Debugging and Testing using NetBeans; Debugging -- the ancient art of programming; Debugging PHP source code with XDebug; Configuring XDebug; Time for action -- installing XDebug on Windows; Enabling XDebug on Ubuntu; Time for action -- installing XDebug on Ubuntu; Enabling XDebug on Mac OS X; Debugging the PHP source with NetBeans; The debugger windows; Basic debugging workflow; Time for action -- running a debugging session; Adding Watches; Time for action -- adding the expression to watch |
Beschreibung: | 1 Online-Ressource (1 volume) |
ISBN: | 1283593912 1849515808 1849515816 9781283593915 9781849515801 9781849515818 |
Internformat
MARC
LEADER | 00000nmm a2200000zc 4500 | ||
---|---|---|---|
001 | BV043043905 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | cr|uuu---uuuuu | ||
008 | 151123s2012 |||| o||u| ||||||eng d | ||
020 | |a 1283593912 |9 1-283-59391-2 | ||
020 | |a 1849515808 |9 1-84951-580-8 | ||
020 | |a 1849515816 |c electronic bk. |9 1-84951-581-6 | ||
020 | |a 9781283593915 |9 978-1-283-59391-5 | ||
020 | |a 9781849515801 |9 978-1-84951-580-1 | ||
020 | |a 9781849515818 |c electronic bk. |9 978-1-84951-581-8 | ||
035 | |a (OCoLC)827796711 | ||
035 | |a (DE-599)BVBBV043043905 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
049 | |a DE-1046 |a DE-1047 | ||
082 | 0 | |a 006.76 | |
100 | 1 | |a Tonu, M. A. Hossain |e Verfasser |4 aut | |
245 | 1 | 0 | |a PHP application development with NetBeans beginner's guide |c M A Hossain Tonu |
264 | 1 | |a Birmingham, UK |b Packt Pub. |c ©2012 | |
300 | |a 1 Online-Ressource (1 volume) | ||
336 | |b txt |2 rdacontent | ||
337 | |b c |2 rdamedia | ||
338 | |b cr |2 rdacarrier | ||
490 | 0 | |a Learn by doing : less theory, more results | |
490 | 0 | |a Community experience distilled | |
500 | |a "Boost your PHP development skills with this step-by-step practical guide.". - "Learn by doing: less theory, more results." | ||
500 | |a A Beginner's Guide The book is aimed at PHP developers who wish to develop PHP applications while taking advantage of NetBeans functionality to ease their software development efforts and utilize the powerful features of the IDE. Familiarity with NetBeans is not assumed. However, a little familiarity with PHP development is expected | ||
500 | |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1:Setting up your Development Environment; Why NetBeans for PHP application development?; Recommended system requirements; Downloading the NetBeans IDE; Time for action -- downloading the NetBeans IDE; Installing NetBeans; Time for action -- installing NetBeans step by step; Setting up your development environment in Windows; Time for action -- installing XAMPP in Windows; Setting your development environment in the Ubuntu desktop | ||
500 | |a Time for action -- installing LAMP on the Ubuntu desktopSetting up your development environment in MAC OS X; Time for action -- installing MAMP in MAC OS X; Creating a NetBeans PHP project; Time for action -- creating a NetBeans PHP project; Summary; Chapter 2:Boosting Your Coding Productivity with the PHP Editor; Familiarizing with the base IDE features; Exploring the editor for PHP; Exploring more with the editor; Using rename refactoring and instant rename; Using code completion; Using the code generator; Summary; Chapter 3:Building a Facebook-like Status Poster using NetBeans | ||
500 | |a Planning the projectUnderstanding JSON -- JavaScript Object Notation; Introducing jQuery -- the definitive JavaScript library; Understanding AJAX -- asynchronous JavaScript and XML; Introducing jQuery.ajax(); Introducing PHP Data Objects (PDO); Creating the NetBeans PHP project; Creating the status stream display list; Setting up the database server; Time for action -- connecting with MySQL database server; Creating the database and table; Time for action -- creating MySQL database and table; Inserting sample rows into the table; Adding sample user image files; Creating the StatusPoster PHP class | ||
500 | |a Time for action -- creating a class, adding a constructor, and creating methodsFiring the user interface for displaying the status list; Time for action -- adding CSS support to the document; Time for action -- adding jQuery support and custom JS library; Time for action -- showing the status list; Hatching out the status poster using PHP-AJAX; Time for action -- adding the status input box to the interface; Adding new status post template to index.php; Creating the AJAX status poster; Time for action -- creating status poster using JQuery AJAX; Working with StatusPoster.php again | ||
500 | |a Adding AJAX responder code to index.phpTesting the usability of the status poster; Summary; Chapter 4:Debugging and Testing using NetBeans; Debugging -- the ancient art of programming; Debugging PHP source code with XDebug; Configuring XDebug; Time for action -- installing XDebug on Windows; Enabling XDebug on Ubuntu; Time for action -- installing XDebug on Ubuntu; Enabling XDebug on Mac OS X; Debugging the PHP source with NetBeans; The debugger windows; Basic debugging workflow; Time for action -- running a debugging session; Adding Watches; Time for action -- adding the expression to watch | ||
650 | 4 | |a PHP (Computer program language) | |
650 | 4 | |a Open source software | |
650 | 4 | |a Application software | |
650 | 7 | |a COMPUTERS / Programming Languages / JavaScript |2 bisacsh | |
650 | 7 | |a COMPUTERS / Programming Languages / VBScript |2 bisacsh | |
650 | 7 | |a Application software |2 fast | |
650 | 7 | |a Open source software |2 fast | |
650 | 7 | |a PHP (Computer program language) |2 fast | |
650 | 4 | |a PHP (Computer program language) | |
650 | 4 | |a Open source software | |
650 | 4 | |a Application software | |
856 | 4 | 0 | |u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=481273 |x Aggregator |3 Volltext |
912 | |a ZDB-4-EBA | ||
999 | |a oai:aleph.bib-bvb.de:BVB01-028468443 | ||
966 | e | |u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=481273 |l FAW01 |p ZDB-4-EBA |q FAW_PDA_EBA |x Aggregator |3 Volltext | |
966 | e | |u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=481273 |l FAW02 |p ZDB-4-EBA |q FAW_PDA_EBA |x Aggregator |3 Volltext |
Datensatz im Suchindex
_version_ | 1804175409147805696 |
---|---|
any_adam_object | |
author | Tonu, M. A. Hossain |
author_facet | Tonu, M. A. Hossain |
author_role | aut |
author_sort | Tonu, M. A. Hossain |
author_variant | m a h t mah maht |
building | Verbundindex |
bvnumber | BV043043905 |
collection | ZDB-4-EBA |
ctrlnum | (OCoLC)827796711 (DE-599)BVBBV043043905 |
dewey-full | 006.76 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods |
dewey-raw | 006.76 |
dewey-search | 006.76 |
dewey-sort | 16.76 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>05659nmm a2200613zc 4500</leader><controlfield tag="001">BV043043905</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">cr|uuu---uuuuu</controlfield><controlfield tag="008">151123s2012 |||| o||u| ||||||eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1283593912</subfield><subfield code="9">1-283-59391-2</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1849515808</subfield><subfield code="9">1-84951-580-8</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1849515816</subfield><subfield code="c">electronic bk.</subfield><subfield code="9">1-84951-581-6</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781283593915</subfield><subfield code="9">978-1-283-59391-5</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781849515801</subfield><subfield code="9">978-1-84951-580-1</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781849515818</subfield><subfield code="c">electronic bk.</subfield><subfield code="9">978-1-84951-581-8</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)827796711</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV043043905</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">aacr</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-1046</subfield><subfield code="a">DE-1047</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">006.76</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Tonu, M. A. Hossain</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">PHP application development with NetBeans beginner's guide</subfield><subfield code="c">M A Hossain Tonu</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK</subfield><subfield code="b">Packt Pub.</subfield><subfield code="c">©2012</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 Online-Ressource (1 volume)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Learn by doing : less theory, more results</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Community experience distilled</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">"Boost your PHP development skills with this step-by-step practical guide.". - "Learn by doing: less theory, more results."</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">A Beginner's Guide The book is aimed at PHP developers who wish to develop PHP applications while taking advantage of NetBeans functionality to ease their software development efforts and utilize the powerful features of the IDE. Familiarity with NetBeans is not assumed. However, a little familiarity with PHP development is expected</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1:Setting up your Development Environment; Why NetBeans for PHP application development?; Recommended system requirements; Downloading the NetBeans IDE; Time for action -- downloading the NetBeans IDE; Installing NetBeans; Time for action -- installing NetBeans step by step; Setting up your development environment in Windows; Time for action -- installing XAMPP in Windows; Setting your development environment in the Ubuntu desktop</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Time for action -- installing LAMP on the Ubuntu desktopSetting up your development environment in MAC OS X; Time for action -- installing MAMP in MAC OS X; Creating a NetBeans PHP project; Time for action -- creating a NetBeans PHP project; Summary; Chapter 2:Boosting Your Coding Productivity with the PHP Editor; Familiarizing with the base IDE features; Exploring the editor for PHP; Exploring more with the editor; Using rename refactoring and instant rename; Using code completion; Using the code generator; Summary; Chapter 3:Building a Facebook-like Status Poster using NetBeans</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Planning the projectUnderstanding JSON -- JavaScript Object Notation; Introducing jQuery -- the definitive JavaScript library; Understanding AJAX -- asynchronous JavaScript and XML; Introducing jQuery.ajax(); Introducing PHP Data Objects (PDO); Creating the NetBeans PHP project; Creating the status stream display list; Setting up the database server; Time for action -- connecting with MySQL database server; Creating the database and table; Time for action -- creating MySQL database and table; Inserting sample rows into the table; Adding sample user image files; Creating the StatusPoster PHP class</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Time for action -- creating a class, adding a constructor, and creating methodsFiring the user interface for displaying the status list; Time for action -- adding CSS support to the document; Time for action -- adding jQuery support and custom JS library; Time for action -- showing the status list; Hatching out the status poster using PHP-AJAX; Time for action -- adding the status input box to the interface; Adding new status post template to index.php; Creating the AJAX status poster; Time for action -- creating status poster using JQuery AJAX; Working with StatusPoster.php again</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Adding AJAX responder code to index.phpTesting the usability of the status poster; Summary; Chapter 4:Debugging and Testing using NetBeans; Debugging -- the ancient art of programming; Debugging PHP source code with XDebug; Configuring XDebug; Time for action -- installing XDebug on Windows; Enabling XDebug on Ubuntu; Time for action -- installing XDebug on Ubuntu; Enabling XDebug on Mac OS X; Debugging the PHP source with NetBeans; The debugger windows; Basic debugging workflow; Time for action -- running a debugging session; Adding Watches; Time for action -- adding the expression to watch</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">PHP (Computer program language)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Open source software</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Application software</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Programming Languages / JavaScript</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Programming Languages / VBScript</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Application software</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Open source software</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">PHP (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">PHP (Computer program language)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Open source software</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Application software</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="u">http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=481273</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-028468443</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=481273</subfield><subfield code="l">FAW01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FAW_PDA_EBA</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=481273</subfield><subfield code="l">FAW02</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FAW_PDA_EBA</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield></record></collection> |
id | DE-604.BV043043905 |
illustrated | Not Illustrated |
indexdate | 2024-07-10T07:15:49Z |
institution | BVB |
isbn | 1283593912 1849515808 1849515816 9781283593915 9781849515801 9781849515818 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-028468443 |
oclc_num | 827796711 |
open_access_boolean | |
owner | DE-1046 DE-1047 |
owner_facet | DE-1046 DE-1047 |
physical | 1 Online-Ressource (1 volume) |
psigel | ZDB-4-EBA ZDB-4-EBA FAW_PDA_EBA |
publishDate | 2012 |
publishDateSearch | 2012 |
publishDateSort | 2012 |
publisher | Packt Pub. |
record_format | marc |
series2 | Learn by doing : less theory, more results Community experience distilled |
spelling | Tonu, M. A. Hossain Verfasser aut PHP application development with NetBeans beginner's guide M A Hossain Tonu Birmingham, UK Packt Pub. ©2012 1 Online-Ressource (1 volume) txt rdacontent c rdamedia cr rdacarrier Learn by doing : less theory, more results Community experience distilled "Boost your PHP development skills with this step-by-step practical guide.". - "Learn by doing: less theory, more results." A Beginner's Guide The book is aimed at PHP developers who wish to develop PHP applications while taking advantage of NetBeans functionality to ease their software development efforts and utilize the powerful features of the IDE. Familiarity with NetBeans is not assumed. However, a little familiarity with PHP development is expected Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1:Setting up your Development Environment; Why NetBeans for PHP application development?; Recommended system requirements; Downloading the NetBeans IDE; Time for action -- downloading the NetBeans IDE; Installing NetBeans; Time for action -- installing NetBeans step by step; Setting up your development environment in Windows; Time for action -- installing XAMPP in Windows; Setting your development environment in the Ubuntu desktop Time for action -- installing LAMP on the Ubuntu desktopSetting up your development environment in MAC OS X; Time for action -- installing MAMP in MAC OS X; Creating a NetBeans PHP project; Time for action -- creating a NetBeans PHP project; Summary; Chapter 2:Boosting Your Coding Productivity with the PHP Editor; Familiarizing with the base IDE features; Exploring the editor for PHP; Exploring more with the editor; Using rename refactoring and instant rename; Using code completion; Using the code generator; Summary; Chapter 3:Building a Facebook-like Status Poster using NetBeans Planning the projectUnderstanding JSON -- JavaScript Object Notation; Introducing jQuery -- the definitive JavaScript library; Understanding AJAX -- asynchronous JavaScript and XML; Introducing jQuery.ajax(); Introducing PHP Data Objects (PDO); Creating the NetBeans PHP project; Creating the status stream display list; Setting up the database server; Time for action -- connecting with MySQL database server; Creating the database and table; Time for action -- creating MySQL database and table; Inserting sample rows into the table; Adding sample user image files; Creating the StatusPoster PHP class Time for action -- creating a class, adding a constructor, and creating methodsFiring the user interface for displaying the status list; Time for action -- adding CSS support to the document; Time for action -- adding jQuery support and custom JS library; Time for action -- showing the status list; Hatching out the status poster using PHP-AJAX; Time for action -- adding the status input box to the interface; Adding new status post template to index.php; Creating the AJAX status poster; Time for action -- creating status poster using JQuery AJAX; Working with StatusPoster.php again Adding AJAX responder code to index.phpTesting the usability of the status poster; Summary; Chapter 4:Debugging and Testing using NetBeans; Debugging -- the ancient art of programming; Debugging PHP source code with XDebug; Configuring XDebug; Time for action -- installing XDebug on Windows; Enabling XDebug on Ubuntu; Time for action -- installing XDebug on Ubuntu; Enabling XDebug on Mac OS X; Debugging the PHP source with NetBeans; The debugger windows; Basic debugging workflow; Time for action -- running a debugging session; Adding Watches; Time for action -- adding the expression to watch PHP (Computer program language) Open source software Application software COMPUTERS / Programming Languages / JavaScript bisacsh COMPUTERS / Programming Languages / VBScript bisacsh Application software fast Open source software fast PHP (Computer program language) fast http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=481273 Aggregator Volltext |
spellingShingle | Tonu, M. A. Hossain PHP application development with NetBeans beginner's guide PHP (Computer program language) Open source software Application software COMPUTERS / Programming Languages / JavaScript bisacsh COMPUTERS / Programming Languages / VBScript bisacsh Application software fast Open source software fast PHP (Computer program language) fast |
title | PHP application development with NetBeans beginner's guide |
title_auth | PHP application development with NetBeans beginner's guide |
title_exact_search | PHP application development with NetBeans beginner's guide |
title_full | PHP application development with NetBeans beginner's guide M A Hossain Tonu |
title_fullStr | PHP application development with NetBeans beginner's guide M A Hossain Tonu |
title_full_unstemmed | PHP application development with NetBeans beginner's guide M A Hossain Tonu |
title_short | PHP application development with NetBeans beginner's guide |
title_sort | php application development with netbeans beginner s guide |
topic | PHP (Computer program language) Open source software Application software COMPUTERS / Programming Languages / JavaScript bisacsh COMPUTERS / Programming Languages / VBScript bisacsh Application software fast Open source software fast PHP (Computer program language) fast |
topic_facet | PHP (Computer program language) Open source software Application software COMPUTERS / Programming Languages / JavaScript COMPUTERS / Programming Languages / VBScript |
url | http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=481273 |
work_keys_str_mv | AT tonumahossain phpapplicationdevelopmentwithnetbeansbeginnersguide |