Skip to main content

Home/ PHP Programming/ Group items tagged Application

Rss Feed Group items tagged

fastidioustec

Fastidious Technologies Pvt. Ltd | ADDS ERA - 0 views

  •  
    Fastidious Technologies is an Outsourcing web development and SEO agency providing web development and design solution to our clients across Canada, UK, USA, Australia, and India. We provides totally web design and development, mobile application development and SEO services.
fastidioustec

Codeigniter Web Development Company - Fastidious Technologies - 0 views

  •  
    Fastidious Technologies is a Codeigniter development Company specialized in custom web applications. We offers a wide range of CodeIgniter custom development services worldwide.
fastidioustec

PHP Application Development Services - Fastidious Technologies | ello - 0 views

  •  
    Fastidious Technologies is the best PHP Development Services. We offering the best Web development Services like PHP Custom application development service in wordpress, magento and Codeigniter Development service around the world.
kunshtech

Kunsh Technologies - Laravel Application Development Services - 0 views

  •  
    As an outstanding & leading Laravel Web Development Company, Kunsh Technologies possesses a skilled team of laravel developers who're perfectly well versed in Laravel web development. With the help of this rapid application development framework, we've helped many small scale & large-scale businesses so far in implementing Laravel web development solutions successfully.
kunshtech

Hybrid Mobile Application Development - 0 views

  •  
    Kunsh Technologies - Mobile Application Development Company developing cross-platform mobile apps for a wide range of mobile devices and platforms that helping clients to get app developed in lesser cost and time-frame.
qualitypoint Tech

Arts Point - Web Application for connecting Artists, Promoters and Viewers of Live Musi... - 1 views

  •  
    This Arts Point script is useful for connecting Promoters, Artists and Viewers of Live Music Events. Promoters can advertise about their Live music events in this application, and Artists can apply for any event of their choice. The promoters can choose suitable Artists for their Events. The viewers can search their favorite live music events easily.
experttalk

Zend Framework - 0 views

  •  
    SSCube is an open source Zend Framework Development Company expertise in Zend Integration & Customization. We have dedicated Zend Framework Developers to provide Zend Application Development services across the globe.
javatpoints

Node.js Tutorial for Beginners and Professionals - JavaTpoint - 0 views

  •  
    Node.js tutorial for beginners and professionals with examples on first application, repl terminal, package manager, callback concept, event loop, buffers, streams, file systems, global objects, web modules and more.
jdr santos

limb3 - Project Hosting on Google Code - 1 views

  •  
    "Limb3 is an OpenSource(LGPL) L ibrary of I nterdependent M odules and B locks mostly aimed for rapid web application prototyping and development with PHP5."
qualitypoint Tech

Completed Admin module for our Arts Point Script - 1 views

  •  
    We have completed development of Admin module for our Arts Point Script (Web application useful for promoting live music events)..
jdr santos

phc -- the open source PHP compiler - 1 views

  •  
    "phc is an open source compiler for PHP with support for plugins. In addition, it can be used to pretty-print or obfuscate PHP code, as a framework for developing applications that process PHP scripts, or to convert PHP into XML and back, enabling processing of PHP scripts using XML tools."
Maggie Wolfe Riley

PHP Top 5 - OWASP - 3 views

  •  
    PHP is a very popular language. Every PHP developer and hoster should understand the primary attack vectors being used by attackers against PHP applications. This article is the underlying research behind the SANS Top 20 2005's PHP section. The methodology used in the preparation of this article is to review all Bugtraq postings containing the word "PHP" and categorize each unique flaw. The author analyzed the most popular flaws / attacks, and researched prevention techniques, resulting in this article.
qualitypoint Tech

Simple application for converting HTML code into Entities to show them in Blogger blog - 1 views

  •  
    Some characters are reserved in HTML. We can not use them in the content of HTML file.\nFor example, < (less than symbol) is used as opening tag for HTML elements. So, we can not show it as it is when we need to show the less than symbol.
jdr santos

Roadsend - 0 views

  •  
    Roadsend PHP Compiler is a free, open source native compiler for the PHP language. It compiles PHP source code to stand alone, native binaries which do not require an interpreter. Roadsend Compiler can build online web applications with Fast/CGI, offline
jdr santos

Spoon Library - 0 views

  •  
    Spoon is a PHP5 library that stands for speed, both in page execution and coding agility. Because of it's clear and logical structure, it offers a very small learning curve for both the experienced and not-so-experienced developer. Spoon provides a well documented library with a large collection of classes that you can use while building the next Web 2.0 application.
jdr santos

atomik framework | micro PHP5 framework for small to medium websites - 0 views

  •  
    Atomik is a free, open-source, micro framework for PHP5. Atomik is built for small web applications that do not need heavy frameworks but still want powerful features. It is build with the KISS principle in mind as well as speed and security. Atomik is also an ideal introduction for beginners to the world of web development frameworks.
jdr santos

Tekuna.org - MVC Microframework for PHP - 0 views

shared by jdr santos on 01 Sep 09 - Cached
  •  
    Tekuna is a compact framework for web-based applications. It provides a stable basis and a generic infrastructure for your projects. Tekuna has a very small footprint and will not pollute your codebase with unnecessary stuff.
Sarah HL

Rasmus Lerdorf: PHP Frameworks? Think Again. - 0 views

  • Rasmus Lerdorf is the creator of PHP and still continues as a core developer to the PHP project.
  • heavy Twitter mashup that he created. This does a lot of database calls and a lot of behind the scenes work. By hand-tuning it he was able to get on the order of 280 req/sec.
  • "Any script based language is simply not fast enough".
  • ...2 more annotations...
  • So, are there any frameworks that don’t suck? Rasmus did mention that he liked CodeIgniter because it is faster, lighter and the least like a framework.
  • It all starts with “I don’t need a framework.” 2. Then you create 7 classes. 3. Now you have a small library of classes. 4. Then you create an application that uses your library. 5. It works and it’s fast, hurray! 6. Then someone asks you to extend the functionality of your application. 7. And they keep asking for more, and more, and more and more… 8. Now you have 43 classes. 9. You’ve learn so much in the last 2 years. Design patterns, security, performance, testing… 10. What once was a small library is now a big, ugly, un-tested, un-documented, scary framework. 11. Then you change jobs. 12. And you create another 7 classes… This has been happening for the last 30 years.
Sarah HL

Les tests unitaires | Crossbow Labs - 0 views

  • Par rapport aux tests manuels évoqués précédemment, la granularité des tests unitaires est extrêmement fine
  • tests de recette, qui valident chaque fonctionnalité de l'application dans son ensemble et permettent ainsi de mesurer l'avancement du projet
  • La mise en place du contexte de test et la vérification du résultat sont le plus souvent très simples, et le coût d'écriture des tests est très réduit. Ils peuvent être exécutés très tôt dans le développement d'une tâche (les tests de recette ne peuvent être lancés que lorsque la fonctionnalité complète est implémentée). Ils peuvent être lancés à chaque compilation de la classe (les tests de recette ne peuvent être lancés que lorsque toute l'application est compilée).
  • ...2 more annotations...
  • Les tests unitaires apportent donc un feedback beaucoup plus rapide que les tests de recette, pour un coût nettement plus réduit.
  • Bien sûr, l'adoption de cette pratique n'est ni gratuite ni immédiate. Il faut d'abord apprendre à utiliser un framework de tests, et surtout ensuite apprendre à organiser son code pour le rendre testable unitairement.
  •  
    Très didactique pour expliquer le rôle des tests unitaires dans une application
Mickle jori

Website Design Company India | Indian Web Designers | Flyers Design India | Brochure De... - 0 views

  •  
    Karmick Solutions is a leading Website Design Company, offering services towards web designs, web application development, E-commerce Solutions, Offshore staffing, Offshore Outsourcing, ERP Softwares, Multimedia and Search Engine Optimization.
« First ‹ Previous 41 - 60 of 98 Next › Last »
Showing 20 items per page