Programator PHP | WEB | SEO

30 Jun
0 comentarii

Euniversum.com

Autor: byVasilescu in Programator PHP, Web Designer
euniversum


Consilierii eUniversum se numara printre cei mai buni prezicatori, clarvazatori, astrologi, numerologi, psihologi, psihoterapeuti si nutritionisti, fiind pregatiti sa va asiste si sa va ofere solutii…

Va punem in legatura cu zeci de consilieri din diferite domenii.
Euniversum.com

Continuare
20 Dec
0 comentarii

Electrician Bucuresti

Autor: byVasilescu in Programator PHP



Vasilescu Ion: 0751.024.005 (zilnic intre 7.00 – 22:00) 

Email: office@electricianbucuresti.biz


Electrician Bucuresti cu o experienta de peste 35 de ani, execut urmatoarele lucrari electrice:
- montaj tablouri electrice,
- montaj corpuri iluminat,
- remedierea defectelor aparute in instalatia electrica,
- montare de protectii impotriva electrocutarii (protectie diferentiala),
- circuite suplimentare pentru aer conditionat, masini de spalat, plite electrice, hote, ventilatoare

Asigur interventii non stop asupra instalatiilor electrice de pentru case, vile, apartamente, spatii comerciale, pe raza municipiului Bucuresti si a judetului Ilfov

ELECTRICIAN BUCURESTI NON-STOP la instalatii electrice in orice cartier din Bucuresti sector 4, 5, 3, 6, 2, 1.
OFER: seriozitate, promptitudine, garantia lucrarii ,o prestatie de calitate si in general lucrez mai ieftin decat prietenii dvs, avand in vedere ca nu mai trebuie sa va creati obligatii.

electrician Interventii electrice rapide in orice zona a Mun. Bucuresti si judetul Ilfov.

electrician Lucrez numai cu preturi fixe si garantie extinsa.

electrician Montare de protectii impotriva electrocutarii ,supratensiunilor aparute accidental.

electricianDefectiunile se pot rezolva doar cu un simplu telefon , evitand astfel sfatul prietenilor priceputi la toate .

electrician Folosesc numai materiale electrice de calitate si tocmai de aceea pot sa ofer garantie indelungata.

Continuare
20 Jul
0 comentarii

Programator PHP – Back-up Mysql

Autor: byVasilescu in Programator PHP


Acest script a fost preluat de pe internet. Insa numai dupa multe incercari am reusit sa il fac functional. Motivul: puteti folosi % numai cu un \ inainte.date=`date +\%y-\%m-\%d-\%H-\%M-\%S`; mysqldump -u USERNAME -pPASSWORD --databases DATABASE > /home/CAPNELUSER/backups-mysql/xbackup_$date.sql; gzip /home/CPANELUSER/backups-mysql/xbackup_$date.sql

Programator PHP servicii de back-up si intretinere baze de date.

Continuare
29 May
2 comentarii

Programator PHP – Yahoo Pingbox

Autor: byVasilescu in Programator PHP


Prin acest script puteti verifica daca doi sau mai multi utilizatori sunt online. Daca unul principal este online se afiseaza un yahoo pingbox, daca nu afiseaza alternativ alt/alti useri.
(more…)

Continuare
28 May
0 comentarii

Programator PHP – Magento extract categories informations

Autor: byVasilescu in Programator PHP


I needed a way to extract category informations from a magento store, and after spending more than 12 hours I came with this.

The best part of this script is that you can directly get all the information needed from the $cat array by calling the array element (name, url, image). You can obtain all the array values with a simple print_r($cat);
(more…)

Continuare
30 Apr
0 comentarii

Programator PHP – Google Translate script

Autor: byVasilescu in Programator PHP


Google Translate is probably one of the best online translators around. Here’s how to integrate it into your scripts.

AJAX API… What about PHP?

Google offers an AJAX API for translating, but (sadly enough) they don’t offer any options for PHP. We can get around that, though.

Since Google isn’t providing you with their whole language database and algorithms, you know that somewhere in their AJAX script they are requesting data from their server. Using the location that the script requests the data, we can request the data ourselves.

Translation Function

Here’s a function that will translate from one language to another. I’ll explain everything after.

<?php

function translate( $text, $destLang = 'es', $srcLang = 'en' ) {

$text = urlencode( $text );
$destLang = urlencode( $destLang );
$srcLang = urlencode( $srcLang );

$trans = @file_get_contents( "http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q={$text}&langpair={$srcLang}|{$destLang}" );
$json = json_decode( $trans, true );

if( $json['responseStatus'] != '200' ) return false; else return $json['responseData']['translatedText'];

}
?>

The function is pretty straight forward. It just downloads the translation and then parses it. It will return false if the request fails.

I’m not sure if Google has any API limits on this – I doubt it. The API is designed for websites that want to have their content available in multiple languages. I don’t think that Google would limit the API and potentially hurt anyone who depends on them for translations.

You can find a list of all of the supported languages here. To use any language, you would have to convert the language name (such as ‘English’) to the language code (such as ‘en’). You can use this list to do so. Google uses the ISO 639-1 code.Google Translate is probably one of the best online translators around. Here’s how to integrate it into your scripts.

AJAX API… What about PHP?

Google offers an AJAX API for translating, but (sadly enough) they don’t offer any options for PHP. We can get around that, though.
(more…)

Continuare
21 Mar
6 comentarii

Programator PHP – Lista orase pe judete

Autor: byVasilescu in Programator PHP


Am avut nevoie pentru un proiect de un tabel cu toate localitatile din Romania. Ideala ar fi fost o lista in care sa existe si codul postal.
Totusi, daca fiecarei localitati i se asigneaza automat un cod unic, lista poate fi folosita ca atare.
Cei interesati de cele mai importante 9600 localitati din Romania, impartite pe judete sa ma contacteze.
Mai jos este un extras cu o parte din acestea, pentru a observa gradul de acoperire.

AB Abrud
AB Abrud Sat
AB Aiud
AB Aiudul De Sus
AB Alba Iulia
AB Albac
AB Almasu De Mijloc
AB Almasu Mare
AB Ampoita
Am avut nevoie pentru un proiect de un tabel cu toate localitatile din Romania. Ideala ar fi fost o lista in care sa existe si codul postal.
Totusi, daca fiecarei localitati i se asigneaza automat un cod unic, lista poate fi folosita ca atare.
Cei interesati de cele mai importante 9600 localitati din Romania, impartite pe judete sa ma contacteze.
Mai jos este un extras cu o parte din acestea, pentru a observa gradul de acoperire.
Programator PHP .
AB Abrud
AB Abrud Sat
AB Aiud
AB Aiudul De Sus
AB Alba Iulia
AB Albac
AB Almasu De Mijloc
AB Almasu Mare
AB Ampoita
(more…)

Continuare
14 Mar
0 comentarii

Programator PHP – Unelete pentru un SEO eficient

Autor: byVasilescu in Programator PHP


Am primit acest newsletter de curand. Am testat site-ul si mi se pare foarte reusit. Ofera gratuit toate uneltele necesare pentru optimizarea unui website. Nu am mai vazut o aplicatie similara atat de completa si gratuita.
Exista cateva probleme cu incarcarea paginilor, dar sunt pe drumul cel bun.
Succes!

NOU de la Gazduire.Com.Ro
DespreTrafic.Ro – Statistici online pentru site-ul tau:
In data de 1 Martie 2010 Grupul Media Pagini Europene a lansat un nou proiect pe piata online din Romania. DespreTrafic.Ro aduce cel mai bun script de statistici online impreuna cu toate uneltele necesare masurarii si estimarii tenditelor de vizitare si cautare a vizitatorilor site-ului tau.
(more…)

Continuare
03 Mar
0 comentarii

Programator PHP – Async pt google analytics

Autor: byVasilescu in Programator PHP


Google Analytics goes async

December 1, 2009 4:36 PM

Today’s announcement that Google Analytics Launches Asynchronous Tracking is music to my ears. Not only does it make web sites faster, switching over to this async pattern improves uptime and increases the amount of analytics data gathered. I’ll touch on each of these three benefits, and wrap-up with an overview of the new code snippet.
Faster
(more…)

Continuare
03 Mar
0 comentarii

Programator PHP – Nota Intrare-Receptie

Autor: byVasilescu in Programator PHP


Am avut nevoie de un model de NIR pentru o aplicatie de evidenta.
Acesta ar fi cel mai bun pe care l-am gasit.
Este in Excell, se poate utiliza pentru a tine evidenta , are formulele create.

http://www.contacafe.ro/download/file.php?id=71

Continuare
Page 1