Development
HTTP the very basics
posted byphpdevsamiinDevelopment
What the heck is HTTP? Well first off, it is a protocol, you ask what’s a protocol, protocol is set of rules, that something must follow! What if you it doesn’t follow it? Well it doesn’t work properly. HTTP is Hypertext Transfer Protocol. Whenever you wanna transfer something on web, you must follow the protocol/rules! And that essentially what HTTP is. Visit site for whole tutorial.
Reviews0
PriceFree
Views546
Oculus Rift Development Tutorial
posted byDMichael11inDevelopment
Learn developing apps for Oculus Rift With this powerful Oculus rift development tutorial. You learn everything about the Oculus rift with a practical approach of developing an app in real time.
Reviews0
PriceUSD 49.00
Views479
Yelp Website Source Code/ Clone Script
posted byOliviaavainDevelopment
This unique tutorial is the first of its kind ! It is a step by step tutorial for creating a hot & happening site like YELP. Executing the steps inside will instantly make you a PRO PHP - LARAVEL developer.
Reviews0
PriceUSD 49.00
Views694
PHP SMS from website
posted byszurcsiiinDevelopment
You can use the SMS to send service alerts (send message to your registered customers about blackFriday, cyberMonday sales), verifications (security codes for log-in), reminders (about the closing deadline for your colleauges, last minute promotions). If you have a webshop, you can send receipts or if you are a retailer you can surprise your visiting consumers with an SMS what hides a coupon for a personalised daily sale not to mention about the graphic messages.
To integrate an SMS functionality to your website,all you have to do is to follow 4 easy and quick steps.
• Step 1 –Install Ozeki NG SMS Gateway to your computer.
You can download and try the trial version for free.
• Step 2 – Create a HTML form for sending text messages.
To get this solution working you have to follow the guide in the website and save the sendsms.html file to your webserver.
• Step 3 – Create your PHP SMS Script
Reviews0
PriceEUR 590.00
Views835
Web Dev Power
posted bypoemiusinDevelopment
with tons of of tips on various topics related to php web development, web dev power has tons of tips on subjects such as php, drupal, linux and seo
Reviews0
PriceFree
Views505
Making Unlimited Dynamic Sub-Categories
posted bymoustafa_xinDevelopment
how to make unlimited dynamic sub-categories in multiple forms
Reviews0
PriceFree
Views587
Using GPS modul in iPhone with iPFaces
posted byedhouseinDevelopment
iPfaces is the framework for simple creation of native, form-oriented network applications for mobile devices. The aim of the solution is to screen the programmer completely out from the mobile platform itself, and transfer the entire application logic to central application server level.
This tutorial shows how it is really easy.
Reviews0
PriceFree
Views664
Using a PHP Class to Store Configuration
posted byStevoTVRinDevelopment
Shows how to store all your configuration variables within a class. This removes them from the global namespace to avoid potential collisions, and it prevents errors caused by typos.
Reviews0
PriceFree
Views625
Debugging PHP with Xdebug
posted bybetacoderinDevelopment
The Xdebug is the extension for PHP that helps debugging PHP scripts by providing a lot of valuable debug information. Using the Xdebug you can debug your scripts in the Notepad++ and other PHP IDEs.
Reviews0
PriceFree
Views546
Maintain a Single Database Object in PHP 5 Using the Singleton Pattern
posted byStevoTVRinDevelopment
When creating a PHP application, it is usually necessary to connect to a database to perform certain tasks. In some cases you only want to open a connection when necessary, but limit it to a single connection. This way you don't waste resources on unnecessary database connections. For these situations I use the Singleton Pattern, which is perfect for this.
Reviews0
PriceFree
Views764
5 Tips for Writing Cleaner PHP Code
posted byStevoTVRinDevelopment
There are many benefits to writing clean code for any project, no matter how small. The importance of clean code becomes most apparent when you need to find an error, especially a syntax error. In the end, cleaner code means less time reading and more time coding!
Reviews0
PriceFree
Views831
Macronimous - Codeigniter for PHP application development
posted byseo.macronimousinDevelopment
With many software frameworks available online nowadays, with many pros and cons on their side, it has become very important to check out complete details of these frameworks before applying them. Amongst the various kinds of software frameworks, the PHP Framework is more popular nowadays.
Reviews0
PriceFree
Views722
Macronimous - Writing clean, secure and easy to maintain PHP code
posted byseo.macronimousinDevelopment
Any code when written in a clean, easy to understand and formatted way is readily accepted and
acclaimed by one and all. It is essential that the codes we write should be able to be understood by all, because the same programmers need not necessarily work on the same set of codes always.
Reviews0
PriceFree
Views548
Accessing the Command Line From PHP
posted byStevoTVRinDevelopment
This tutorial will explain the different methods of accessing the system command line from a PHP script. Being able to run external programs can come in handy, and fortunately there are multiple functions that will do this. We will explain the differences betweeen these so you can choose the best one for your purpose. The functions covered are exec(), system(), passthru(), and shell_exec(), as well as escapeshellcmd() and escapeshellarg().
Reviews0
PriceFree
Views893
Learn PHP With JWRmedia's FREE Online PHP Lessons
posted byjwrmediainDevelopment
JWRmedia's free online PHP lessons explains in detail all the popular functions, statements and operators so that you can easily and quickly learn PHP.
Reviews0
PriceFree
Views924
TechCuBeTalk-Validating correct email id format using PHP
posted bysuvorajinDevelopment
This article shows how to use regular expression and PHP to validate correct email id format. Sample code snippet is attched.
Reviews0
PriceFree
Views1029
Coding With Style
posted byisraelidannyinDevelopment
An article from a series of articles that I'm writing. This one is about the importance of proper coding style.
Reviews1
PriceFree
Views925
Plugins - Do It Yourself
posted byisraelidannyinDevelopment
In this article, you will learn to write a dynamic plugin engine for your own project.
Reviews0
PriceFree
Views1331
Object Dynamic Generation
posted byiroy2000inDevelopment
This package can be used to add model classes dynamically.
A base abstract class provides the default implementation of property setter and getter functions.
Concrete model classes are derived from the base abstract class.
Objects of a model class can be created either directly instantiating the class or calling a factory class that takes care of automatically loading the class from a directory where model class files reside.
Reviews0
PriceFree
Views647
PHP - The Basics - Tags, echo and if/else
posted bypapafaceinDevelopment
This edition of the PHP walk through talks about the basics of PHP coding, including the PHP tags, echo and if/else.
Reviews0
PriceFree
Views799