0 0

?

 -

, , ,
   __

 - e-mail

 
.

 -

 LiveInternet.ru:
: 08.10.2008
: 4
: 1
: 5
:

__

->
   __
: [1] RSS -  __

(2)

(, )

, 08 2008 . 23:19 () +
, , , , .

, , , , . , , .

-, -, , MS Excel, .

, ( , ), .

1. . , . ( 5) . , . , .

H1 . , , (!), .

2. (title). , , _ _ _ _+_.

: ( header.php). .. ( , ), . /wp-includes/general-template.php 2 : 160 228 ( 2.2.2).

160 :
function wp_title($sep = , $display = true) {
function wp_title($sep = | , $display = true) {

228 :
$title = $prefix . $title;
$title = $title . $prefix;

3. ( ). , : .

- , .. , . , , : , , , ( ).

4. . ( , .. 2 ) , . , ( ) , -, :
- .
, . .
Shift, , , ( ).
.
( ).
MS Excel , Link, Link Google Link ( , ). , 50 , .
, 50 . ,

, .
: , , .
( ).

, , , , , .

, , ( ) . , .

5. . , , , (title) (H1, H2, ), ( ), ( , .. ) ( ), Alt .

6. , . . Sape . :
, ;
, ;
(< 1$);
, ( ) , .

7. , ( ) .

(0)

25 PHP

, 08 2008 . 23:17 () +
25,
PHP 2002 - , PHP 5. - . , . - ISBN:5-93286-083-9,
web-, (Denwer ) - ,
- IDE, IDE , , .
php.ini register_globals - , , -
index.php : - , PHP - .
, - : SELECT * FROM users WHERE login=.$_GET['login']. AND password=.$_GET['password'] - SQL ( SQL )
POST GET? - ,
AJAX , AJAX - - AJAX
- PHP Backdoor
: -
PHP - manualy
- 0 - manual
windows, linux - index.php, Index.php, INDEX.php .. linux ,
- - error_reporting(E_ALL) , Notic
- - -
PHP ( .inc .php) - ,
short_tags, -
magic_quotes,
-
-
http://php.spb.ru/php/speed.html , / - PHP3
PHP - array_search WHERE, SQL
-
- - - 6
Smarty, ,

-

(0)

html Delphi

, 08 2008 . 23:12 () +
? , , .

? , , , .

? html : , , .


, . , , , .

, , .

, 1 memo. Html , .

, , - ///



unit Unit1;



interface


uses

Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,

Dialogs, StdCtrls;


type

TForm1 = class(TForm)

Button7: TButton;

Button13: TButton;

Memo1: TMemo;

Memo2: TMemo;

procedure Button7Click(Sender: TObject);

procedure Button13Click(Sender: TObject);

private

{ Private declarations }

public

{ Public declarations }

end;


var

Form1: TForm1;


implementation


{$R *.dfm}


procedure TForm1.Button7Click(Sender: TObject);

label 1;

var

i,j,k,g:integer;

bol:boolean;

position:integer;

str:string;

begin

//chdir(edit1.Text); ///

//poiskpapki; /// .


memo2.Clear;


///


for i:= 0 to memo1.Lines.Count - 1 do

begin

str:= memo1.Lines;


1:

position := AnsiPos(>', str);


if position<>0 then

begin


memo2.Lines.Add(copy(str,1,position));

delete(str,1,position);

goto 1;

end;

if position=0 then memo2.Lines.Add(str);


end;

memo1.Text:=memo2.Text;


///


//

button13.Click;

end;


procedure TForm1.Button13Click(Sender: TObject);

label 1;

var

i,j,k,g:integer;

bol:boolean;

position:integer;

str:string;

begin

//chdir(edit1.Text); ///

//poiskpapki; /// .


memo2.Clear;

///

for i:= 0 to memo1.Lines.Count - 1 do

begin

str:= memo1.Lines;


1:

position := AnsiPos(<', str);


if position>1 then

begin


memo2.Lines.Add(copy(str,1,position-1));

delete(str,1,position-1);

goto 1;

end;

memo2.Lines.Add(str);


/// .


end;


//


// .

end;


end.




.

? , , . , .

:  
(0)

__

, 08 2008 . 23:09 () +
seo- ))


   __
: [1]