Posts Tagged ‘source codes’

How do I protect the source code of my webpage?

I want to hide the source code, the same way Yahoo! Mail is able to hide its source code.

I’ve seen some other attempts on hiding source codes, but they’re not foolproof. Some only hide the source codes from right-clicking, but not from viewing source code from the menu bar (View > Source).
HTML encryption is not enough. It’s very easy to unescape these characters. Thanks anyway. Anything else?

What is the source code of a web bot that sends on my e-mail data submitted from my sites?

Visitors number, when a visitor registers on my site when a visitor signs up for my newsletter the data that the visitor insert in different textboxes and submit on the register button or on the upload button
Source code for web bots like that. Can you give me a site with that source codes or tell me some source codes?

For example what is the source code of a web bot that sends me data containing the e-mail of the users that signed up for my newsletter?

How do I use a make file or compile the source codes for open source software?

I really like using open source software (OSS). However, often times there are no binaries, precompiled installation programs or the executable program itself. Instead the sources, the files that contain the module files or the source codes, are provided with a few files called "make files". How do I use a "make file" or compile the source codes for OSS?

How can I edit open source code and building the application?

I would like to to edit open source codes and building as applications. I’m wishing to edit entire operating system of linux in future. But unfortunately I know only a little bit of C++, and I don’t know how to building applications from source codes. So i wish to move step by step from a simple software. Where can I download open simple source codes? and How can i compiling it as applications?