Posts Tagged Web

How to make a Web 2.0 button or badge in Photoshop

Recent years evolution in graphics and images for Web pages has led to the definition of Web 2.0 style. It is used to make a cool logo or other visual elements (buttons, menus, badges) for the Web site.  The style is characterized by:
- using intense and vivid colors that attract attention to a particular element or visual symbol
- applying glow, emphasizing, reflection, glossy or mirroring effects to add visual details
This example is for a Web 2.0 button or badge and it is made in Adobe Photoshop CS4 or CS3. Read the rest of this entry »

,

No Comments

Cum sa faci un buton Web 2.0 in Photoshop

Evolutia grafica a aspectului si a imaginilor din paginilor Web din ultimii ani, a condus la definirea stilului Web 2.0. Acesta este caracterizat de:
- tonuri intense pentru culori, ce atrag atentia asupra simbolului  sau elementului respectiv;
- aplicarea efectelor de stralucire, reliefare, reflectie sau oglindire pentru a adauga detalii vizuale .
si este utilizat pentru a crea o imagine “cool” pentru logo-ul site-ului sau diferite elemente (butoane, meniuri, badge-uri) din acesta.
Exemplul pentru butonul Web 2.0 prezentat este realizat in Adobe Photoshop CS4  sau CS3. Read the rest of this entry »

,

No Comments

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.

Read the rest of this entry »

, ,

No Comments

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 »

, ,

1 Comment

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 »

, , ,

No Comments

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 »

, , ,

No Comments

How to install IIS on Windows 7 and Vista

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 »

, , , ,

No Comments

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 »

,

No Comments

Solutie pentru “A potentially dangerous Request.Form value was detected from the client…”

Aceasta eroare este intalnita in cazul aplicatiilor Web, dezvoltate cu tehnologie ASP.NET. In momentul in care pagina revine la server pentru a fi prelucrata este generata o exceptie de tipul Read the rest of this entry »

,

1 Comment

Solution for “A potentially dangerous Request.Form value was detected from the client…”

This error is encountered in the case of Web applications which are developed with ASP.NET technology. When the page returns to the server to be processed it is generated an exception like this one Read the rest of this entry »

,

No Comments