Skip to main content

Home/ PHP Programming/ Group items tagged basics

Rss Feed Group items tagged

Sarah HL

Building semantic Web CRUD operations using PHP - 0 views

  • When developing a Web application, it's standard practice to create a database structure on which server-side code is placed for the logic and UI layers. To connect to the database, the server-side code needs to do some basic creating, updating, deleting, and — most importantly — reading of records.
    • Sarah HL
       
      Interet du CRUD
  • SPARQL — Simple Protocol and RDF Query Language
    • Sarah HL
       
      PHP works with SPARQK to implement CRUD
  • Why move from SQL to SPARQL? There are many reasons why you would want to move from SQL to SPARQL. The details extend beyond the scope of this article, but you could be motivated by the following points: You want a more distributed data solution. You want to expose your data on the Web for people to use and link to. You may find Node-Arc-Node relationships (triple) easier to understand than relational database models. You may want to understand your data in a pure object-oriented fashion to work with an OOP paradigm (PHP V5 and later supports OOP). You want to build generic agents that can connect to data sources on the Web.
    • Sarah HL
       
      Interest of SPARQL
  •  
    "When developing a Web application, it's standard practice to create a database structure on which server-side code is placed for the logic and UI layers. To connect to the database, the server-side code needs to do some basic creating, updating, deleting
itstucorner

Dot Net Training Institute In Delhi - 0 views

  •  
    Stucorner is the name of trust and it's rated as no. 1 reputed training institute in Delhi, NCR INDIA. We provide the .net training and assured job in the desired post in free of cost. To become a certified ASP.NET professional, Join Stucorner DOT NET training in Delhi, NCR. Basically, DOT NET Core is a free and open-source, cross platform implementation of the DOT NET Framework
  •  
    Stucorner is the name of trust and it's rated as no. 1 reputed training institute in Delhi, NCR INDIA. We provide the .net training and assured job in the desired post in free of cost. To become a certified ASP.NET professional, Join Stucorner DOT NET training in Delhi, NCR. Basically, DOT NET Core is a free and open-source, cross platform implementation of the DOT NET Framework
javatpoints

PostgreSQL Tutorial for Beginners and Professionals - javaTpoint - 0 views

  •  
    JavaTpoint Provides a PostgreSQL Tutorial for Beginners and Professionals. our postgresql Tutorial covers a basic and Advance Concept of PostgreSQL with Interview Questions.
Richard Boss

Basics of WordPress Transients API - 0 views

  •  
    The Transients API is one of the fundamental WordPress APIs. Transients API is pretty similar to options API, but with an added feature of expiration time. To know more more read this article!
Hostforlife Hosting

Creating a Basic Chat System on a Website using AJAX - - 1 views

  •  
    Chat application is very common in web today. In this post, we will explain you how to create a simple chat application using PHP, AJAX and MySql.
qualitypoint Tech

Launching our Affiliate Program - Hurry to get 90% affiliate commission - 0 views

  •  
    Affiliate - This word gives some negative impression to most of us.But basically Affiliate program is an excellent marketing tool. Especially it will be very helpful for marketing digital products.\nhttp://qualitypointtech.net/affiliate/index.php\n
Maggie Wolfe Riley

PHP Resources - 0 views

  •  
    Lots of beginning PHP resources and tutorials
  •  
    My PHP Resources Bookmark List on Diigo. I am a beginner at PHP, so right now, most of these are targeting to a very basic level, most useful for other beginners.
jdr santos

osFileManager - PHP open source file management - 0 views

  •  
    osFileManager is an open source file management script written in PHP. Includes User CP, Admin CP, and many basic file creation/modifying tools. File Functions include: List, Open, View, Edit, Create, Upload, Rename and Move. User Functions include: Change password, and Change color scheme. Admin Functions include: New user, Edit user, Delete user.
qualitypoint Tech

Basics of Session and Cookies - 1 views

  •  
    We know that Webpages are getting displayed using stateless Protocol. So there should be someway for keeping the session of...
javatpoints

Computer Fundamentals Tutorial - javatpoint - 0 views

  •  
    Computer Fundamentals tutorial for beginners and professionals with explanation of input device, output device, memory, CPU, motherboard, computer network, virus, software, hardware etc.
Sarah HL

Dr. Dobb's | Extreme Testing | juin 1, 2003 - 0 views

shared by Sarah HL on 29 Jun 09 - Cached
  • First, you quickly add a test
  • TDD employs five basic steps
  • The second step involves running your tests
  • ...15 more annotations...
  • Third, you make a little change to your functional code
  • Next, you run the tests
  • In the optional fifth step, you refactor your code to remove any duplication.
  • two simple rules. First, you should write new business code only when an automated test has failed. Second, you should eliminate any duplication that you find.
  • Your designs must consist of highly cohesive
  • You write your own tests because you can’t wait
  • the running code providing feedback between decisions
  • Test-Driven Development (Addison-Wesley 2003)
  • a Smalltalk system with a completely test-driven approach that took four years and 40 person-years of effort
  • there’s far more to testing than unit tests, so you’ll still need other testing techniques such as functional testing, user acceptance testing, system integration testing and so on.
  • you have a clear measure of success
  • most programmers don’t read the written documentation for a system; instead, they prefer to dig right into the code.
    • Sarah HL
       
      Follow the "natural" tendance of the developers, a pro TDD
  • Your acceptance tests define exactly what your stakeholders expect of your system; therefore, they truly do determine a good portion of your requirements.
  • Bob Martin says it best: “The act of writing a unit test is more an act of design than of verification. It’s also more an act of documentation than of verification.
  • Side by Side: Comparing TDD and AMDD TDD shortens the programming feedback loop; AMDD abridges the modeling feedback loop. TDD provides detailed specification (tests), while AMDD provides traditional specifications (agile documents). TDD promotes the development of high-quality code; AMDD encourages high-quality communication between your stakeholders and other developers. TDD provides concrete evidence that your software works, whereas AMDD supports your entire team, including stakeholders, in working toward a common understanding. TDD provides finely grained, concrete feedback in minutes. However, concrete feedback requires developers to follow the practice Prove It With Code, and they may become dependent on non-AM techniques; AMDD lets you get verbal feedback in minutes. TDD ensures that your design is clean by focusing on creation of callable and testable operations; AMDD lets you think through larger design and architectural issues before you code. TDD isn’t visually oriented; AMDD is. Both techniques are new and therefore may be threatening to traditional developers. Both techniques support evolutionary development. —S. W. Ambler
Sarah HL

Top 10 Traits of a Rockstar Software Engineer - 1 views

  • Loves To Code Gets Things Done Continuously Refactors Code Uses Design Patterns Writes Tests Leverages Existing Code Focuses on Usability Writes Maintainable Code Can Code in Any Language Knows Basic Computer Science
1 - 14 of 14
Showing 20 items per page