Skip to main content

Home/ Coders/ Group items tagged php it

Rss Feed Group items tagged

iwebservices7

Top 5 PHP Frameworks to Consider for Your Next Project - 0 views

  •  
    PHP is a widely-used programming language for building websites and web applications due to its stable and secure nature. With time, website and app development is turning into a complex task where developers write thousands of lines of code to build these apps and websites. And they have to write every code from the start. The PHP frameworks solve this problem. PHP frameworks provide developers with reusable and well-organized code to build highly scalable applications. Whether you are looking to hire a PHP developer for your project or you are a developer, utilizing the proper framework will ensure the efficient and swift completion of your project. This article intends to provide an overview of the top 5 PHP frameworks for web apps in 2021. But before we dive into it, let's understand how to choose the right PHP framework for your project.
anonymous

PHP/Java Bridge - 1 views

  •  
    The PHP/Java Bridge is an implementation of a streaming, XML-based network protocol, which can be used to connect a native script engine, for example PHP, Scheme or Python, with a Java or ECMA 335 virtual machine. It is up to 50 times faster than local RPC via SOAP, requires less resources on the web-server side. It is faster and more reliable than direct communication via the Java Native Interface, and it requires no additional components to invoke Java procedures from PHP or PHP procedures from Java.
David McCart

PHP-Freelancers.com is an freelance reverse auction site with PHP Projects available fo... - 0 views

  •  
    haven't looked at it for a while
Jungle Jar

JungleJar | Featured Web Application: PHPanywhere.net - 0 views

  •  
    This is an extremely cool and useful web application, and if it hasn't been thought of before, I'm absolutely shocked, because it makes so much sense. Essentially, PHPanywhere is a web based free Integrated Development Environment or IDE for the PHP language. In other words it is a web based application that provides PHP developers a PHP code editor that mocks a desktop application, and it does so very well.
Biztech Consultancy

CodeIgniter - A Powerful Php Framework - 0 views

  •  
    CodeIgniter is Php based framework which requires zero configuration. It is built for PHP coders who need a simple and elegant toolkit to create full-featured web applications.
srceducation

Core Php Training Classes Institute in Laxmi Nagar Noida - 0 views

  •  
    SRI RAAM COMPUTER EDUCATION offers the best PHP training in Noida. With experienced PHP Professionals/trainers, who will help students to learn PHP by making it a lightweight to the corporate standards that will help students to be prepare for the goal.
Joel Bennett

MSDN Virtual Lab: Building Windows Azure Services with PHP - 0 views

  •  
    learn to enable FastCGI support in IIS 7.0, use FastCGI to host PHP applications on IIS 7.0, and use Windows Azure to host PHP applications...
  •  
    I still can't get over Microsoft not only offering to host PHP apps in their cloud, but offering training for it ...
Eitworld :education at one click

PHP - 0 views

PHP is a server side scripting language basically known for its use in web development..Increase your knowledge in PHP along with other web developing languages. PHP is very beneficial in increasin...

development

started by Eitworld :education at one click on 30 Jul 14 no follow-up yet
helloravijangid

PHP Training | PHP development training institute in Jaipur | SAG Academy - 0 views

  •  
    We provide best in industry PHP course training from the top industry experts which contains theory classes, practical classes and working on live projects as well. Join it for your bright future.
yc c

YOURLS: Your Own URL Shortener - 1 views

shared by yc c on 23 Oct 09 - Cached
  •  
    YOURLS is a small set of PHP scripts that will allow you to run your own URL shortening service (a la TinyURL). You can make it private or public, you can pick custom keyword URLs, it comes with its own API. You will love it.
adenise1728

No Install PHP and MySQL on Windows 10 - DenRic Denise - 0 views

  •  
    No Install PHP and MySQL on Windows 10 using application called USBWebserver. As of this moment the current version of USBWebserver is 8.6. USBWebserver is a free lightweight application that can be used to run an Apache server and MySql server without installing it.
Jackie Fields

IT Management Conference & Expo in NYC Oct.14-16 - 0 views

  •  
    http://www.manageit.me ---The greatest minds in IT in 50+ presentations : top industry-leaders: Creator of MySQL Michael "Monty" Widenius, Internet Celebrity Gary Vaynerchuk, Co-Creator of PHP & Zend CTO Zeev Suraski, Richard Sheridan, CEO of Menlo Innovations & Pioneer of Agile eXtreme Programmi...
htmlslicemate.com

Whoops! PHP Errors for Cool Kids - 0 views

  •  
    Whoops is a small library, available as a Composer package, that helps you handle errors and exceptions across your PHP projects. Out of the box, you get a sleek, intuitive and informative error page each time something goes pants-up in your application. Even better, under all that is a very straight-forward, but flexible, toolset for dealing with errors in a way that makes sense for whatever it is that you're doing. The library's main features are: Detailed and intuitive page for errors and exceptions Code view for all frames Focus on error/exception analysis through the use of custom, simple middle-ware/handlers Support for JSON and AJAX requests Included providers for Silex and Zend projects through the bundled providers, and included as part of the Laravel 4 core Clean, compact, and tested code-base, with no extra dependencies
Biztech Consultancy

Some Steps of Convert HTML to WordPress - 0 views

  •  
    Static Web Site and .html web page on the site and we want to move it to WordPress. Less the number of static pages, less the effort is required to convert. WordPress websites are referred as dynamic and the pages have different ending like .PHP .WordPress. It just takes couple of hours when it comes to changing website content and working with a blog.
Fabien Cadet

HTML Purifier - Filter your HTML the standards-compliant way! - 5 views

  •  
    HTML Purifier is a standards-compliant HTML filter library written in PHP. HTML Purifier will not only remove all malicious code (better known as XSS) with a thoroughly audited, secure yet permissive whitelist, it will also make sure your documents are standards compliant, something only achievable with a comprehensive knowledge of W3C's specifications. Tired of using BBCode due to the current landscape of deficient or insecure HTML filters? Have a WYSIWYG editor but never been able to use it? Looking for high-quality, standards-compliant, open-source components for that application you're building? HTML Purifier is for you!
anonymous

dbscript php framework - 0 views

  •  
    dbscript is a web development framework, it helps php programmers take advantage of efficient design patterns and idioms from other dynamic languages and frameworks. for example, the Mapper and Route classes work together to map actions and records to distinct urls. among the many advantages of routes are the automatic named routes: url_for( resource ). restful urls, http-style controllers, atompub/html introspection documents and content-negotiation are among the sophisticated features of this programmer-centric development tool. the framework is a database abstraction layer, with built-in adapters for PostgreSQL and MySQL.
Jungle Jar

Wordpress Tutorial: Make Your Page Titles SEO Friendly - 0 views

  •  
    If you're a Wordpress Content Management System user, and you would like to make your page titles SEO friendly without installing any plug-ins or modifying your website too much, then this article might be for you. All it requires is a few lines of PHP in your header.php file.
Fabien Cadet

Doctrine - PHP Object Relational Mapper - 2 views

  •  
    Doctrine is an object relational mapper (ORM) for PHP 5.2.3+ that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernates HQL. This provides developers with a powerful alternative to SQL that maintains flexibility without requiring unnecessary code duplication.
1 - 20 of 69 Next › Last »
Showing 20 items per page