Archive for iulie, 2009
Solutie pentru problema accesarii localhost in Firefox
Daca dezoltarea de pagini Web are loc pe masina locala si nu pe un server aflat la distanta, atunci testarea acestora nu necesita transferul lor pe server. Pentru a accesa paginiile printr-un browser se utilizeaza URL-ul serverului Web local (IIS, Apache, Tomcat), care este http://localhost.
Daca se utilizeaza Microsoft IE nu există nici o problemă, dar pentru Firefox, din motive de securitate, browser-ul necesită autentificare şi cere un nume de utilizator şi parola la incercarea de a deschide pagini de web locale.
Solution for localhost problem in Firefox
If you develop Web sites on your local machine and not on a remote server then you want to test them. For that, it is used the URL of your local Web server (IIS, Apache, Tomcat) which is http://localhost.
When using Microsoft IE there is no problem but for Firefox, because some security issues, the browser requires authentication and asks for an user name and password when trying to open Web pages from localhost. Read the rest of this entry »
Definire foi de stil – CSS
Foile de stil pentru documente HTML, denumite CSS (Cascading Style Sheets) reprezinta un mecanism prin care dezvoltatorul paginilor Web separa elementele de structura, definite prin tag-uri HTML, de proprietatile si atributele acestora. Toate aceste atribute definesc stilul paginii Web influentand modul in care sunt reprezentate vizual elementele HTML.
Read the rest of this entry »
Definire background pagina Web cu imagini si CSS
O pondere importanta din aspectul vizual al unui site Web este data de imaginea de fundal (background) a paginilor. Aceasta se incadreaza in tema aleasa pentru site si evidentiaza informatia astfel incat imaginea generala a site-ului sa fie placuta. Read the rest of this entry »
How to install IIS on Windows 7 and Vista
Posted by Catalin in ASP.NET, Office, Windows Mobile, Windows Vista on iulie 15, 2009
This solution describes installation of IIS 7 (Internet Information Services) on Windows 7 Ultimate, Vista using the Windows Features Wizard. Read the rest of this entry »
Crearea unei conexiuni ADO.NET si utilizarea DataSet in VB.NET
Databinding reprezinta caracteristica a controalelor de interfata VB.NET de extragere si afisare a datelor dintr-o sursa de date (baza de date) intr-un mod transparent pentru utilizator. Fiecare control de interfata legat de o sursa de date poseda propriile proprietati.
Legarea controalelor de interfata cu surse de date se realizeaza prin clase suport definite in mediul de programare bazat pe .NET Framework. Un exemplu in acest sens este ADO.NET (System.Data) care creeaza o conexiune la o sursa de date (baza de date).
Google Chrome OS
Posted by Catalin in Google Chrome on iulie 10, 2009
Google has officially announced on 7th July 2009, that the next Chrome project will be an Operating System. As Google has stated this project will be “a natural extension of Google Chrome — the Google Chrome Operating System”.
Read the rest of this entry »
Definirea relatiilor intre tabelele unei baze de date in VB.NET
Definirea unei relatii intre tabelele bazei de date presupune existenta a cel putin doua tabele. In baza de date Angajati.sdf, se adauga tabelul AccessAng prin care se defineste tipul de acces la resursele materiale, financiare si informationale ale organizatiei.
Cum sa determini versiunea web server-ului Microsoft IIS
Aceasta solutie este valabila pentru platformele Windows 2K, Windows XP şi Windows 2003 Server. IIS este serverul de web dezvoltat de Microsoft pentru platformele desktop si server. Pentru a determina versiunea IIS (Internet Information Services), trebuie sa deschideti MMC (Microsoft Management Console) . Read the rest of this entry »
How to determine the IIS version
This solution is for Windows 2K, Windows XP and Windows 2003 Server. IIS is the web server developed by Microsoft for all their OS platforms, both desktop and server. In order to determine the IIS (Internet Information Services) you must open the MMC (Microsoft Management Console) for IIS. Read the rest of this entry »

in romanian
in english