Posted by Calciu Cosmin on june 05, 2011
HTML means HyperText Markup Language. This is used by web browsers to display pages visually. HTML is based on the idea of tags, enclosed in the '<' and '>' characters. For eg: <html>.

Usually, all the HTML tags come in pairs - for eg, <body> and </body>. The first tag is the opening tag, while the second, the end tag. Inside these tags, web developers can add images, text, flash objects or other such informations.

Also, web browsers can use the informations for CSS files to show informations and modify the structure of the page.

The W3C organization maintains HTML and CSS development and encourages using CSS over HTML presentational tags.

HTMLs first aparition was in a document called HTML Tags in 1991, mentioned by Tim Berners-Lee. He describes 20 elements from the simple structure of the HTML from then. Besides the anchor link, these 20 elements are very influenced by the SMGLguid language, a SGML documentation used at CERN (European Center for Nuclear Research).

HTML is currently at version 4.01, a new version, HTML5 being in development.

XHTML means eXtensible HyperText Markup Language and is a part of a big family of...
Read more
Posted by Calciu Cosmin on june 03, 2011
Hello.

Between June 2, 2011 and July 13, 2011 Pixelfind is hiring a Web developer of Junor or Mid-level.

What should be the ideal candidate?
» HTML and CSS knowledge;
» Some PHP knowledge - what it's about, maybe he can show us some projects he has worked on;
» SQL knowledge;
» Some Object oriented programming knowledge;
» Basic JavaScript knowledge.

The employment process will be carried out by the following schedule:
› June 2, 2011 - June 24, 2011 > Acceptance of resumes;
› June 24, 2011 - June 30, 2011 > Sorting of resumes, possibly accepting some last minute applications;
› July 4, 2011 - July 8, 2011 > Interviews
› July 11, 2011 - July 13, 2011 > Final interviews.

We will be waiting for your CVs on our site or on two of the websites we have posted the announcement!

Cosmin | Pixelfind
Read more
Posted by Calciu Cosmin on june 01, 2011
Filed Under Fun | No comments
I found a website some time ago in which you are asked to guess from a picture, if the person is a serial killer or a programmer.

What I can say is that you may be surprised by the similarities.

http://www.malevole.com/mv/misc/killerquiz/

Cosmin | Pixelfind
Read more
Posted by Calciu Cosmin on may 27, 2011
Filed Under Education | No comments
Hello folks,

I'm attaching a few (10) Fireworks tutorials You should already know them, so.. enjoy.

1. Circular Shadows & Highlights

2. Pixelate Effect Tutorial

3. Dot Matrix Effect

4. Sticky Notes

5. Light Effects

6. Vista Like Wallpapers

7. Creating Fading Light Vectors

8. Rapid Fire #1: Photo Realistic

9. Read more
Posted by Calciu Cosmin on may 26, 2011
First of all, what is a protocol? A protocol is a set of rules used by computers to communicate. A protocol may include signals, authentication methods and possibilities of detection and correction of errors. A protocol describes the syntax, semantics, and synchronization of messages. As a broader definition, we can say that a protocol is used as a set of procedures (or rules) used to communicate.

HTTP means HyperText Transfer Protocol. It is the protocol used throughout the 'World Wide Web' and it is a cornerstone in its use. HTTP is a protocol used in request-response client-server model. Thus, a customer (eg a browser) sends an HTTP request to server. The server is used to store data, and resources (for example, a Web page or an image are considered resources) but also other functions for the client, returns a message to the Client.

The answer provided by the server contains information about completing the application and can contain any content requested by clients.

A client may be not only a Web browser. Let's think, for example, of web-crawlers that search engines use to crawl the web.
HTTP protocol is used mainly on the structure of another protocol, TCP / IP. TCP / IP is the protocol used to actually...
Read more
First ...4 5 6 78