-

 -

   web_developer

 - e-mail

 

 -

( : 1) _

 -

 LiveInternet.ru:
: 24.10.2007
:
:
: 28

:

.


: CMS(0), (1), CMS(3)
(1)

PHP IBM

, 07 2007 . 20:47 +
IBM php . PHP, Web- , , . PHP , , . , PHP- HTML- .

: PHP PHP MySQL :      


(0)

, web-

, 05 2007 . 00:12 +

. , , , , - , ? , , . ?

, , , :

1 . - , , . , . .

2 . «» , . , .

3 . , . , (800*600 ) !

4 . 95% , . .

5 - , .

6 JavaScript . , . -.

7 FAQ. , , .

8 e-mail . web- e-mail, . .

9 URL 75 , . URL , , . , , .

10 «mail to» . , , e-mail .

, .
10 , , web-, , .



(13)

CSS

, 28 2007 . 21:00 +
CSS (CASCADING STYLE SHEETS) HTML, XHTML, XML. WEB’. - ( ) ,

. , - . , CSS, - . , , . , , . , , «» , — . ? , - , , -. , web-. ... . : « » ! , — . , - - , () W3C, web- , . , , , .


, — , -. HTML. web- , web’ — , . , , .

web’ , . «» web- , HTML , . — , «web-», , .


, CSS . : ) ( ); ) (); ) (, ..) .

CSS :

1 HTML- ;

2 ( );

3 ;

4 , ;

5 ;

6 (, ..).

web- , :

1 ( ), , , :

) .

*.CSS, HTML-. :

<style type="text/css" media="screen">@import url(/styles/screen.css);</style>

) .

CSS HTML-: <style type="text/css" media="screen">.style {font-family: Verdana,sans-serif}</style>

) , STYLE :

<p style="font-weight:bold">

2 .

( OPERA) , CSS- . .

3 .

« », HTML .

. !important, . , , . , -.


CSS- . , (padding) (borders). Internet Explorer ( 6), . IE , . Netscape 4 Opera 7.

CSS3 «box-sizing», , «content-box» , «border-box» — IE. Mozilla, CSS3, «-moz-box-sizing». , ( ) — «padding-box», , , .

(X)HTML- (DOCTYPE). . , « » (quirks-mode) W3C, . web- IE6: XHTML 1.0 Transitional, (<?xml version="1.0"?> ), quirks-mode, , . , .

CSS « », . , , . , , 20%-30%, . , ?

P {
color: #336699;
border-style : solid;
border-width : 1px;
border-color : #ff0000;
font-weight : bold;
line-height : 1.3em;
margin-bottom : .7em;
margin-left : .4em;
margin-right : 1.3em;
margin-top : .7em;
border-color: #c06565;
}

P {
border: 1px solid #f00;
font-weight : bold;
color: #369;
line-height : 1.3em;
margin: .7em 1.3em .7em .4em
}



web- « » , , . : ... CSS. CSS-. , «» , . , .

:

/* */
{ width: 100px; padding: 10px; border:10px; }
/* IE */
* html { width: 140px; padding: 10px; border:10px; }

, , Microsoft, Opera 5 Netscape 4 . , Netscape @import, Opera — . , . , , — , . CSS- www.dithered.com/css_filters/css_only.

Microsoft: . ( — Conditional Comments), «» Internet Explorer 5.x

<!--[if IE 5]>
<link rel="stylesheet" type="text/css" href="css/IE5.css" />
<![endif]-->

, , Javascript . , , .

CSS printer-friendly . , , «none» display;. , , , . , ( -) — . . , , — .

( ), . , Microsoft Office.

. , , , ( /), . . — . , , , .

. — Mozilla ( , Gecko — Firefox, Netscape, Camino .), , float. , . , , . , : float «none» .

, «CSS. Going to Print» A List Apart. : , , URL ( ?). — CSS2. URL . Mozilla Netscape 6.x.

a:link:after, a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}

, , ( ) . , ( !) www.webmacson.com. , , ... , . :). , , WebTV, . , , RGB, — , .


: , : , 67


(0)

php

, 24 2007 . 00:02 +

, PHP-, , . - , - . - - 5-6% - ? :


$ “ ” - 25-40%
$x="test $test";
$x="test"; $x.=$test;
$x="test".$test;
- , - , - (Smarty).

7 - 15%
, , . 32 .

PHP? , . 40%
, , ( , ). 2.5 ! , - .
$test["aa"]=1;$test["bb"]=1;$test["cc"]=1;$test["dd"]=1;$test["ee"]=1;
$test[aa]=1;  $test[bb]=1;  $test[cc]=1;  $test[dd]=1;  $test[ee]=1;
$test[a][b]=1;$test[x][y]=1;$test[d][c]=1;$test[a][s]=1;$test[b][n]=1;

“ ” - 25-30%
- . .

$x="test {$myarray[name][second][1]} test";

: for, foreach, while, count/sizeof() - 15%-30%
- foreach , for while . ( for/while/foreach {..} foreach - 30%). , .. foreach , . foreach for.

file() , fopen+ - 40%
$x 1 (100 000 10 ) : file(), fopen/fgets. , . : file("1Mb_file.txt") 40% , :

$f=fopen("1Mb_file.txt","r") or die(1);
while($x[]=fgets($f,1000));
fclose($f);

$f=fopen("1Mb_file.txt","r") or die(1);
while($s=fgets($f,1000)) $x[]=$s;
fclose($f);

( feof() ). , 15 (100 000 150 ) 50%, file().


, ;) - - . - - . - .


, , . ? , , - . !

:
1. ,
2. ( - )
3. XML
4. HTML
5. - PHP (XCache Zend Optimizer)

- - , - PHP .



:  
(1)

RSS- ?

, 24 2007 . 23:35 +
RSS-.  , RSS-, , , RSS .
RSS-:
  • -, , RSS . , . , .
  • -, , . RSS- .

RSS-?

, RSS-. Opera RSS-

  • .. - .
  • Google Reader. Google : , .

: Eltheriol
: http://eltheriol.com/


:  
(1)

html

, 24 2007 . 21:11 +
html . 20 , , , , 20 , 10.

(<title> </title> )

, , . : " , ". , . , , . , "" (, "") , . , , " ", , .

-

  , -, - - . - , .

<meta name="keywords" content=", , , , , , , , ", , , , , meta, vtnf, hfcrhenrf, jgnbvbpfwbz" /> - , ;/>

<meta name="description" content=", , " /> ;

<meta name="robots" content="index,all" /> - . index , , all, . - all,none, index,noindex, follow,nofollow;

<meta name="resourse-type"content="document" /> - , , , , ;

-, , . . , -, , - . , "" "hfcrhenrf". , . .



, .
title , , title "";
alt- , title, , : ", , , hfcrhenrf...". -.
  , , , , .
  . "" , , () . , "" 14 , - , html 20 . , 20% , . , , "" , . !

:



 : [1]