Archive for the 'général' Category

04
Jul

css : header et footer fixes sans utiliser Frames

 

@charset "utf-8″;
/* CSS Document */
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#content {

    overflow:auto;
    position:absolute;
    top:100px;
    bottom:100px;
    width:100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    }

#header {
    position:absolute;
    top:0;
    width:100%;
    height:100px;
    font-size:16px;
    background-color:#D4D0C8;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    }

#footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:100px;
    background-color:#D4D0C8;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    }

20
Jun

query to XML

Voici une fonction du site ADOBE qui donne un document XML basé sur un recordset et les nom des colonnes MYSQL

<?php
$hostname_conn = “localhost”;
$database_conn = “image_gallery”;
$username_conn = “root”;
$password_conn = “password”;
$conn = mysql_pconnect($hostname_conn, $username_conn, $password_conn) or trigger_error(mysql_error(),E_USER_ERROR);
?>
<?php
// Query the database and get all the records from the Images table 
mysql_select_db($database_conn, $conn);
$query_rsAll = “SELECT * FROM images”;
$rsAll = mysql_query($query_rsAll, $conn) or die(mysql_error());
$row_rsAll = mysql_fetch_assoc($rsAll);
$totalRows_rsAll = mysql_num_rows($rsAll);

// Send the headers
header(‘Content-type: text/xml’);
header(‘Pragma: public’);
header(‘Cache-control: private’);
header(‘Expires: -1′);
?><?php echo(‘<?xml version=”1.0″ encoding=”utf-8″?>’); ?>
<root>
  <?php if ($totalRows_rsAll > 0) { // Show if recordset not empty ?>
  <?php do { ?>
    <row>
        <?php foreach ($row_rsAll as $column=>$value) { ?>
        <<?php echo $column; ?>><![CDATA[<?php echo $row_rsAll[$column]; ?>]]></<?php echo $column; ?>>
        <?php } ?>
    </row>
    <?php } while ($row_rsAll = mysql_fetch_assoc($rsAll)); ?>
    <?php } // Show if recordset not empty ?>
</root>
<?php
mysql_free_result($rsAll);
?>

17
Jun

creation de mascottes et de caricatures

 

Nouveau site de création et dessin des mascottes et de caricatures:

Dessins des mascottes: une méthode simple et efficace de communication..
Service de dessin pour créer des mascottes et des caricatures pour illustrer un site web ou bien un blog.

www.dessin-mascotte.com

 

11
Jun

FFMpeg: lien de telechargement defintif

 

FFmpeg est la référence absolue dans la conversion des fichiers notamment au format FLV.

malheureusement il est très difficile de trouver le lien de téléchargement direct (et non la source SVN)

Voici donc le lien direct:

http://ffdshow.faireal.net/mirror/ffmpeg/

31
May

Principales commandes Linux

alias    Create an alias
apropos  Search Help manual pages (man -k)
awk      Find and Replace text, database sort/validate/indexbreak    Exit from a loop
builtin  Run a shell builtin
bzip2    Compress or decompress named file(s)

cal      Display a calendar
case     Conditionally perform a commandcat      Display the contents of a file
cd       Change Directory
cfdisk   Partition table manipulator for Linuxchgrp    Change group ownershipchmod    Change access permissionschown    Change file owner and group
chroot   Run a command with a different root directorycksum    Print CRC checksum and byte counts
clear    Clear terminal screen
cmp      Compare two files
comm     Compare two sorted files line by line
command  Run a command - ignoring shell functions
continue Resume the next iteration of a loopcp       Copy one or more files to another locationcron     Daemon to execute scheduled commands
crontab  Schedule a command to run at a later timecsplit   Split a file into context-determined pieces
cut      Divide a file into several parts

date     Display or change the date & time
dc       Desk Calculator
dd       Data Dump - Convert and copy a file
ddrescue Data recovery tool
declare  Declare variables and give them attributesdf       Display free disk spacediff     Display the differences between two filesdiff3    Show differences among three files
dig      DNS lookup
dir      Briefly list directory contents
dircolors Colour setup for `ls’dirname  Convert a full pathname to just a path
dirs     Display list of remembered directories
du       Estimate file space usage

echo     Display message on screen
egrep    Search file(s) for lines that match an extended expression
eject    Eject removable media
enable   Enable and disable builtin shell commands
env      Environment variables
ethtool  Ethernet card settings
eval     Evaluate several commands/arguments
exec     Execute a command
exit     Exit the shell
expand   Convert tabs to spaces
export   Set an environment variable
expr     Evaluate expressions

false    Do nothing, unsuccessfully
fdformat Low-level format a floppy disk
fdisk    Partition table manipulator for Linux
fgrep    Search file(s) for lines that match a fixed string
file     Determine file type
find     Search for files that meet a desired criteria
fmt      Reformat paragraph text
fold     Wrap text to fit a specified width.
for      Expand words, and execute commands
format   Format disks or tapes
free     Display memory usage
fsck     File system consistency check and repair
ftp      File Transfer Protocol
function Define Function Macros

gawk     Find and Replace text within file(s)
getopts  Parse positional parameters
grep     Search file(s) for lines that match a given pattern
groups   Print group names a user is in
gzip     Compress or decompress named file(s)

hash     Remember the full pathname of a name argument
head     Output the first part of file(s)history  Command History
hostname Print or set system name

id       Print user and group id’s
if       Conditionally perform a command
ifconfig Configure a network interface
import   Capture an X server screen and save the image to file
install  Copy files and set attributes

join     Join lines on a common field

kill     Stop a process from running

less     Display output one screen at a time
let      Perform arithmetic on shell variables
ln       Make links between files
local    Create variables
locate   Find files
logname  Print current login name
logout   Exit a login shell
look     Display lines beginning with a given string
lpc      Line printer control program
lpr      Off line print
lprint   Print a file
lprintd  Abort a print job
lprintq  List the print queue
lprm     Remove jobs from the print queue
ls       List information about file(s)
lsof     List open files

make     Recompile a group of programs
man      Help manual
mkdir    Create new folder(s)
mkfifo   Make FIFOs (named pipes)
mkisofs  Create an hybrid ISO9660/JOLIET/HFS filesystem
mknod    Make block or character special files
more     Display output one screen at a time
mount    Mount a file system
mtools   Manipulate MS-DOS files
mv       Move or rename files or directories

netstat  Networking information
nice     Set the priority of a command or job
nl       Number lines and write files
nohup    Run a command immune to hangups
nslookup Query Internet name servers interactively

passwd   Modify a user password
paste    Merge lines of files
pathchk  Check file name portability
ping     Test a network connection
popd     Restore the previous value of the current directory
pr       Prepare files for printing
printcap Printer capability database
printenv Print environment variables
printf   Format and print data
ps       Process status
pushd    Save and then change the current directory
pwd      Print Working Directory

quota    Display disk usage and limits
quotacheck Scan a file system for disk usage
quotactl Set disk quotas

ram      ram disk device
rcp      Copy files between two machines.
read     read a line from standard input
readonly Mark variables/functions as readonly
remsync  Synchronize remote files via email
return   Exit a shell function
rm       Remove files
rmdir    Remove folder(s)
rsync    Remote file copy (Synchronize file trees)

screen   Terminal window manager
scp      Secure copy (remote file copy)
sdiff    Merge two files interactively
sed      Stream Editor
select   Accept keyboard input
seq      Print numeric sequences
set      Manipulate shell variables and functions
sftp     Secure File Transfer Program
shift    Shift positional parameters
shopt    Shell Options
shutdown Shutdown or restart linux
sleep    Delay for a specified time
sort     Sort text files
source   Run commands from a file `.’
split    Split a file into fixed-size pieces
ssh      Secure Shell client (remote login program)
strace   Trace system calls and signals
su       Substitute user identity
sum      Print a checksum for a file
symlink  Make a new name for a file
sync     Synchronize data on disk with memory

tail     Output the last part of files
tar      Tape ARchiver
tee      Redirect output to multiple files
test     Evaluate a conditional expression
time     Measure Program running time
times    User and system times
touch    Change file timestamps
top      List processes running on the system
traceroute Trace Route to Host
trap     Run a command when a signal is set(bourne)
tr       Translate, squeeze, and/or delete characters
true     Do nothing, successfully
tsort    Topological sort
tty      Print filename of terminal on stdin
type     Describe a command

ulimit   Limit user resources
umask    Users file creation mask
umount   Unmount a device
unalias  Remove an alias
uname    Print system information
unexpand Convert spaces to tabs
uniq     Uniquify files
units    Convert units from one scale to another
unset    Remove variable or function names
unshar   Unpack shell archive scripts
until    Execute commands (until error)
useradd  Create new user account
usermod  Modify user account
users    List users currently logged in
uuencode Encode a binary file uudecode Decode a file created by uuencode

v        Verbosely list directory contents (`ls -l -b’)
vdir     Verbosely list directory contents (`ls -l -b’)
vi       Text Editor

watch    Execute/display a program periodically
wc       Print byte, word, and line counts
whereis  Report all known instances of a command   
which    Locate a program file in the user’s path.
while    Execute commands
who      Print all usernames currently logged in
whoami   Print the current user id and name (`id -un’)
wget     Retrieve web pages or files via HTTP, HTTPS or FTP

xargs    Execute utility, passing constructed argument list(s)
yes      Print a string until interrupted

.        Run a command script in the current shell

27
May

red5 invokeOnAllConnections : scope global

Mots clés Technorati : ,

 

RED5 Pour faire un appel global sur le scope de inapplication sous RED5, il suffit d’obtenir le scope de l’ applications lors de l’ événement onAppStart

 

public boolean appStart(IScope app) {
    appScope = app;
    return true;
}    

Il ne reste plus qu’à appeler sur le scope global:

 

ServiceUtils.invokeOnAllConnections(appScope, “joinNewUser”,new Object[] {id,pseudo,room,sex,webcam,Integer.parseInt(coins),isModel});

30
Apr

aspiration site: comment obtenir les variables POST et GET ?

Pour automatiser une aspiration avec AUTOMATEBUILDER, il est parfois nécessaire de connaître les imagevariables POST et GET échangées entre le navigateur et le site pour pouvoir les ré-utiliser. La façon la plus facile de scanner les données échangées est un petit PLUGIN pour FireFox appelé livehhtpheaders.

On peut le télécharger gratuitement à partir du site : http://livehttpheaders.mozdev.org/

25
Apr

ffmpeg : simple pour transformer un avi en flv

voici la commande la plus simple pour transfomer en fichier AVI en flv

 

ffmpeg -i movie1.avi -ar 22050 -ab 32 -f flv -s 320×240 movie1.flv

22
Apr

système de reservation online

http://www.resaclick.fr/

Utilisant de l’AJAX et du HTML, basé sur PHP et mySQLimage

Spécialisé pour la gestion complète de club de squash:

  • réservations
  • gestion des abonnements
  • créneaux horaires
  • gestion des cours
  • gestion de vacances
  • Caisse
  • dettes et paiements
  • recherche des partenaires
  • Gestion des tournois
  • stocks etc..

 

18
Apr

visioVOD: payperView chat avec Red et Flex

Mots clés Technorati : ,,,

 

Nouveau vidéo chat sous Flex/Red5 et amfPHP: www.visioVod.com

Videochat pour experts, vidéo chat pour site de voyance, vidéo chat pour sites de charme, chat pour site coaching.

Le chat “pay per view” est un chat video audio qui permet à un membre privilégié d’ avoir une conversation privée avec un(e) modèl(e) en audio vidéo. Il est basé sur le principe PAYperView: “payer pour voir”, soit payer pour bénéficier de cette conversation vidéo. il permet par exemple à des experts de vendre leur talent en ligne par minute de connexion. Voir schéma de fonctionnement.

Video chat pay per view, payperview: C’ est une solution idéale pour:

  • video chat pour site d’ experts
  • video chat pour site de voyance
  • video chat pour sites de charme
  • video chat pour site de coaching

 

image

1 Vidéo/Audio du modèle ou de l’expert en LIVE. un user VIP peut voir 4 webcams simultanément.

2 Bouton permettant de demander un chat privé à un modèle ou expert.

3 Bouton permettant de démarrer me propre webcam

4 Description du modèle/expert.

5 Entrée de chat pour envoyer un texte à un user .

6 Entrée de chat pour envoyer un texte à un modèle/expert.

7 Liste de modèles/experts online. Les boutons 1-4 permettent de choisir une webcam. Le bouton “+fav” permet d’ ajouter l’ expert à la liste des modèles favorites

8 Liste de modèles/experts favorites.