Archive for August, 2008

How do I view the source code for a web page?

source code
positodd asked:


Usually I can right click on a page then click on View Source, but for some reason it doesn’t automatically open the notepad anymore. Does anyone know how I can fix this or recommend an alternative way to do this?

Kathy

Tags: , , ,

Saturday, August 30th, 2008 Code Questions 4 Comments

Where can I find a good resource for open source code on the internet?

source code
mahalo1984 asked:


I am interested in something that is a kind of communal repository for code, where anyone can add code they have written or improve code that is already written on the site. Specifically I am looking to work with artificial intelligence and simulation code. And also video games. I’m ideally looking for something that uses profiles and wikis and also something that may have guided to tutorials and lesson plans.

Yolanda

Tags: , , ,

Thursday, August 28th, 2008 Code Questions Comments Off

where can I get source code for Airline Ticket Reservation System only written in c for my project?

source code
Mostafizur R asked:


which is not designed for web page. This source code is needed to submit my term project to my adviser.

Dale

Tags: , , ,

Wednesday, August 27th, 2008 Code Questions 4 Comments

What is the php regular expression to get everything before a certain character?

php
John C asked:

For instance, I have the following string:

table:column

I need to get table as the result of the php regular expression.

So, I need everything before the : symbol

After that regular expression is performed, I would also like to get everything after the : symbol, or column as well.

Douglas

Tags: , ,

Monday, August 25th, 2008 PHP Code 4 Comments

What is Php Hosting

php
Mer Amer asked:


PHP hosting is a server-side scripting environment that is used to create dynamic web pages. PHP is an abbreviation for Hypertext Preprocessor, an open source language widely used by programmers and web developers. The fact that it is open source gives it a lot of advantages over proprietary programming languages. Due to this reason, PHP has been the most famous server-side scripting language and almost all hosting providers offer PHP hosting services nowadays.

PHP is an object oriented language. The way PHP hosting works is that the web server would filter a request document using PHP and generates the output from PHP to the web browser. These documents are usually in HTML format with PHP tags inside. The tags can be run on both Windows and UNIX servers. In terms of output text, PHP is capable to generate any format such as XHTML and XML.

With PHP, web developers would be able to perform any CGI tasks, such as generate dynamic contents or send and receive cookies. PHP is also capable of outputting PDF files, Flash videos and images on the fly at high speed. This is possible due to its ability to save the required files in its file system and forming a server-side cache.

There are a host of advantages of using a PHP hosting. For beginners, it is a relatively easy language to learn and work on. While for seasoned developers, there are a lot of advanced applications and features that comes with PHP hosting. In terms of cost, it is one of the cheapest hosting solutions as it is an open-source technology. There are also programming tools that come free with PHP hosting, contributed by programmers worldwide.

PHP is especially strong in relational databases, which are used for dynamic contents, product catalogs and e-commerce applications. The relational database application that comes with PHP is called MySQL, which is also open-source. It is known for its high reliability, precision and flexibility. These advantages have made it the more preferred alternative compared to proprietary databases systems.

Overall, PHP hosting is one of the most complete hosting packages available in the industry. It is perfect both for beginners who require easy-to-use hosting services and for advanced users who require powerful web applications. The value that it offers is even more significant due to its inexpensive pricing, especially compared to proprietary hosting services.



Nicholas

Tags: , , , ,

Monday, August 25th, 2008 Uncategorized No Comments

I have retrieved the source code for a webpage and edited how can I open it with the changes visible?

source code
asked:


I want to modify a page so I cna view it as though the source code came that way orginally. How can I view the pages with the changes Ive made to the source code? Like I said its a webpage so notepad or something like that wont work

Harold

Tags: , , ,

Saturday, August 23rd, 2008 Code Questions 4 Comments

How do I view my source code?

source code
dawn w asked:


I’m using IE6 WINXP. I created the webpage just fine. But I’m supposed to look at the source code from there. I click view then go to source and nothing happens.

Pedro

Tags: , , ,

Saturday, August 23rd, 2008 Code Questions 2 Comments

How do I find out a source code?

source code
333 asked:


If someone sent me a message and then i clicked view source from the top of the browser page, how do i see where the souce is from all the code

Marion

Tags: , , ,

Friday, August 22nd, 2008 Code Questions 1 Comment

How can I find a job as PHP programmer if my experience is in other language?

php
Mejai asked:

Hi, I have programmed for years in a couple of languages (providex and bbx) now I want to work on PHP, Have you any suggestions on how to find a job as PHP programmer? Thank you in advance

Judy

Tags: , , , ,

Thursday, August 21st, 2008 PHP Code 5 Comments

How do I allow single quotes in a php script?

php
Kizzeith asked:

I’m using php scripting to send text data to a MySql database. Everything is working great but I am unable to use single quote’s in the text boxes. What statement needs to be made in my script?

I think I have to do something like this:
$string_escaped = addslashes(“string”);
How do I add this to my script?

Edna

Tags: , , , ,

Wednesday, August 20th, 2008 PHP Code 2 Comments