Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/24/21 in all areas

  1. Da, probabil s-a lasat de ruleta. A descoperit curvele :))))) Nu-i mai ajung banii si dincolo
    2 points
  2. Comparatia nu e tocmai ideala. Wordpress e un CMS, Python/Flask sunt un lmbaj de programare si un framework in care trebuie facut un CMS. La Wordpress nu trebuie sa scrii nicio linie de cod, in Python/Flask, ei bine, trebuie sa incepi de la 0. Avantaje Wordpress: ai totul de-a gata, inclusiv plugin-uri. Dezavantaje Wordpress: plugin-urile pot avea probleme de securitate. Si in core, in Wordpress, mai apar, dar destul de rar si greu de exploatat.
    1 point
  3. Multumesc, acum am dat comanda.
    1 point
  4. Web Application Hacker's Handbook 2nd Edition
    1 point
  5. Aici voi da un simplu exemplu de o baza,de la care poate porni oricine pentru a face un site reusti de prezentare: <!DOCTYPE html> <html lang="en"> <head> <title>Page Title</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> * { box-sizing: border-box; } /* Style the body */ body { font-family: Arial, Helvetica, sans-serif; margin: 0; } /* Header/logo Title */ .header { padding: 80px; text-align: center; background: #1abc9c; color: white; } /* Increase the font size of the heading */ .header h1 { font-size: 40px; } /* Sticky navbar - toggles between relative and fixed, depending on the scroll position. It is positioned relative until a given offset position is met in the viewport - then it "sticks" in place (like position:fixed). The sticky value is not supported in IE or Edge 15 and earlier versions. However, for these versions the navbar will inherit default position */ .navbar { overflow: hidden; background-color: #333; position: sticky; position: -webkit-sticky; top: 0; } /* Style the navigation bar links */ .navbar a { float: left; display: block; color: white; text-align: center; padding: 14px 20px; text-decoration: none; } /* Right-aligned link */ .navbar a.right { float: right; } /* Change color on hover */ .navbar a:hover { background-color: #ddd; color: black; } /* Active/current link */ .navbar a.active { background-color: #666; color: white; } /* Column container */ .row { display: -ms-flexbox; /* IE10 */ display: flex; -ms-flex-wrap: wrap; /* IE10 */ flex-wrap: wrap; } /* Create two unequal columns that sits next to each other */ /* Sidebar/left column */ .side { -ms-flex: 30%; /* IE10 */ flex: 30%; background-color: #f1f1f1; padding: 20px; } /* Main column */ .main { -ms-flex: 70%; /* IE10 */ flex: 70%; background-color: white; padding: 20px; } /* Fake image, just for this example */ .fakeimg { background-color: #aaa; width: 100%; padding: 20px; } /* Footer */ .footer { padding: 20px; text-align: center; background: #ddd; } /* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */ @media screen and (max-width: 700px) { .row { flex-direction: column; } } /* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */ @media screen and (max-width: 400px) { .navbar a { float: none; width: 100%; } } </style> </head> <body> <div class="header"> <h1>My Website</h1> <p>A <b>responsive</b> website created by me.</p> </div> <div class="navbar"> <a href="#" class="active">Home</a> <a href="#">Link</a> <a href="#">Link</a> <a href="#" class="right">Link</a> </div> <div class="row"> <div class="side"> <h2>About Me</h2> <h5>Photo of me:</h5> <div class="fakeimg" style="height:200px;">Image</div> <p>Some text about me in culpa qui officia deserunt mollit anim..</p> <h3>More Text</h3> <p>Lorem ipsum dolor sit ame.</p> <div class="fakeimg" style="height:60px;">Image</div><br> <div class="fakeimg" style="height:60px;">Image</div><br> <div class="fakeimg" style="height:60px;">Image</div> </div> <div class="main"> <h2>TITLE HEADING</h2> <h5>Title description, Dec 7, 2017</h5> <div class="fakeimg" style="height:200px;">Image</div> <p>Some text..</p> <p>Sunt in culpa qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.</p> <br> <h2>TITLE HEADING</h2> <h5>Title description, Sep 2, 2017</h5> <div class="fakeimg" style="height:200px;">Image</div> <p>Some text..</p> <p>Sunt in culpa qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.</p> </div> </div> <div class="footer"> <h2>Footer</h2> </div> </body> </html> !!!NU ESTE UN EXEMPLU FACUT DE MINE!!! Toti trebuie sa plecam de la o baza,ceva deja scris,e mult mai usor din toate punctele de vedere,desigur noi trebuie pe acesta baza,sa ii adaugam ceea ce consideram.De exemplu sa mai lucram la CSS sau sa editam paragrafe sau imagini.Exemplul acesta este unul responsiv,deci chiar este un inceput bun pentru orice site de prezentare.
    1 point
  6. Mumbai Null Bazar, Maharashtra - Hahaha, blestemele lui Bill Gates. Stai linistit ca nu ti-a deschis nimeni "leptopul". Nu poate determina Milogsoft locatia. Poti sa ai si mama certificarilor. In tara lu peste prajit in ulei de motor, trebuie sa fii agreat de ministerul justitiei. Adica un fel de strungar, recalificat la locul de munca, sa ai istoric de betiv si sa te certifice un grup de basinosi care habar nu au cu ce se mananca domeniul.
    1 point
  7. Ar fi interesant de aflat un update al tipului dependent.. poate s-a lasat, totusi au trecut 6 ani
    1 point
This leaderboard is set to Bucharest/GMT+02:00
×
×
  • Create New...