November 28, 2010
Posted by: admin : Category:
PHP Code
Rounding out season 7 Darren and Shannon meetup to take on iOS 4 jailbreaking, followed by a roundabout way to stream media anywhere online using some open source python scripts. Toss in a little VirtualBox PHP front-ends and Untangle tweaks for good measure. Then Shannon has just the tools to detect network throttling. All that and more on this episode of Hak5!
Duration : 0:30:21
Read more…
November 11, 2010
Posted by: admin : Category:
PHP Code
http://www.TheOnlyBest.com/simple-php
Create PHP Website
The use of PHP allows you to create a site that is more interactive and engaging for your visitors, which enhances their experience and makes them more likely to return. Using PHP also allows you to separate the design aspects of your site from the content, so that you can easily change the look of every page on your site with minimum effort. Unfortunately, PHP can be complicated to learn and often requires computer classes for those who have no prior experience with the scripting language. However, it can be simple to create a PHP-based website even if you do not know how to write PHP code on your own
Step 1
Choose a web host and open an account with that company. Web hosts lease access to their internet servers, which provide you with a place to store, or host, the files that will run your PHP website. Choose a host that offers Linux/Unix servers, since PHP will not work on Windows NT servers. GoDaddy.com and HostGator.com are two popular options, but there are literally thousands of others to choose from. Prices start at around $5 per month and go up, depending on how much server space you need.
Step 2
Select a domain name for your PHP website. The domain name is the dot-com address that visitors will type into their web browser in order to arrive at your website. Try to choose a domain that relates to the topic or theme of your website. Be prepared to try many choices before you find one that has not been taken and is free to register. Your domain may be included for free with your web hosting account, or you may have to purchase it separately. Domains can usually be purchased for less than $10 and come in a variety of domain extensions, such as .com, .net and .org.
http://www.TheOnlyBest.com/simple-php
Duration : 0:1:34
Read more…
Comments Off :
Add Comment
November 11, 2010
Posted by: admin : Category:
PHP Code
From John Morris at http://www.howtomakemywebsite.com. Learn how to create a PHP form that will store data in a MySQL database. In this 4-part series, you’ll learn the exact PHP code you need to connect to, access, and store data in a MySQL database using a simple HTML form. Part 4 of 4
Duration : 0:9:59
Read more…
Comments Off :
Add Comment
November 05, 2010
Posted by: admin : Category:
PHP Code
Introducing nWire for PHP: an Eclipse plugin which enables PHP Code exploration.
Duration : 0:3:52
Read more…
Comments Off :
Add Comment
November 03, 2010
Posted by: admin : Category:
Web Development
Visit http://www.myownserver.info for more information.
This tutorial shows how to install PHP 5.3.0 for your Windows XP/Vista 32-bit/64-bit Apache 2.2.13 HTTP web server.
Duration : 0:9:53
Read more…
October 29, 2010
Posted by: admin : Category:
Web Design
Subscribe to my Channel if you like my tutorials!
Go to my website http://thenewboston.com/ if you need any help or have any questions. I will answer them all there!
Duration : 0:4:14
Read more…
October 22, 2010
Posted by: admin : Category:
PHP Code
How to install phpbb 3.0.1 using the Wampserver software package.
http://www.wampserver.com/
http://www.phpbb.com
Copyright 2008 buildgreennow1112
Duration : 0:9:40
Read more…
October 22, 2010
Posted by: admin : Category:
PHP Code
From John Morris at http://www.howtomakemywebsite.com. Learn how to create a PHP form that will store data in a MySQL database. In this 4-part series, you’ll learn the exact PHP code you need to connect to, access, and store data in a MySQL database using a simple HTML form. Part 1 of 4
Duration : 0:10:0
Read more…
Comments Off :
Add Comment
October 22, 2010
Posted by: admin : Category:
Web Development
CreativeWorks Systems, Inc. is a specialized marketing and technology outsourcing firm. We specialize in three areas:
1. New Media Services including: graphic design, web design, Flash and 3D design and animation.
2. Programming and Web Development including custom development as well as development for iPhone an Android.
3. Internet Marketing and Search Engine Optimization.
This video is a brief introduction to our firm and a sample of our own work as well. We can be reached on the web at http://www.Creative-Works.us
Duration : 0:2:46
Read more…
Comments Off :
Add Comment
October 16, 2010
Posted by: admin : Category:
PHP Code
This video shows the simplicity and quality of my PHP code. By using Doctrine as ORM and my own MVC pattern, i can do pagination in just one line. Adding new object (class Software in video) or editing existing one, takes just 2 lines. parent::add() will show the form, validate inserted data and finally, save object to database.
Admin part is 100% ajax, including image upload. Frontpage generates SEO links and writes all metatags needed for better search engine indexing.
Entire point of this video is that any programmer could easily jump in and upgrade this program. I do not leave ‘artistic’ approach like mixing view and logic, creating JS in PHP or similar.
If you are interested, contact me and i will give you username and password for live demo. You can also subscribe and get notified when i post new video; this one is made in-a-hurry, so it shows just a small part.
Also, this program saves images in google-friendly names. For example; you add new object with name ‘Team Viewer’. When you save it, all images belonging to that object will be renamed to ‘team-viewer.jpg’, ‘team-viewer-2.jpg’, ‘team-viewer-3.jpg’ and no image will be overwritten.
PS:
Annotations would explain things. You can turn them off but due to low quality of this video, you might not see what i want you to show.
Duration : 0:2:35
Read more…