Jump to content

aniketpunk

Members
  • Posts

    55
  • Joined

  • Last visited

Everything posted by aniketpunk

  1. I was checking javascript on codeacademy and w3school..But the contents were diffrent..Here its like .getdocumentid and there its real codimg stuff..Which one should I follow?
  2. Thank You Brother Davej...
  3. Hey...I was wondering if there is any site or something where we can get website building projects which can be solo or group projects(if possible we earn through it)..The main purpose is that we get a practice and experience of website building and development
  4. OK Bro..I got the code after a few google search..
  5. Oh my!I thought people here are generous :-(
  6. aniketpunk

    Slideshow

    I want to create a slideshow of 4 pictures in my website with bullets to navigate..Can anyone give me the code?
  7. Ok Sir..Thanks for your reply..I guess I still have a long way ahead..
  8. Oh I got it ..just have to use border-radius
  9. But then how do you come to know if the guy is a good Web developer or no??Also what does a Web Developer do? ..I mean like they create a website or they modify by themselves or work in team etc..I mean if I am to work as a Web developer what would be my roles???
  10. Thank You Brother..You are a Professional!!..Can yoi suggest me how can I develop my web development skills..I have learnt HTML5 ,bit of CSS..Also I am learning Bootstrap framework..Is it a good practise??
  11. Can you give a basic code for a pill like tab?!?
  12. Thank you davej ..But is there a way to code a beautiful navigation tabs without frameworks?!?!
  13. Bro..CAn you help me again?..CAN you get me spaces between each box?? <!DOCTYPE html> <html> <head> <style> ul { list-style-type: none; margin: 0; padding: 0; } a:link, a:visited { display: block; font-weight: bold; color: #FFFFFF; background-color: #98bf21; width: 120px; text-align: center; padding: 4px; text-decoration: none; text-transform: uppercase; } a:hover, a:active { background-color: #7A991A; } </style> </head> <body> <ul> <li><a href="#home">Home</a></li> <li><a href="#news">News</a></li> <li><a href="#contact">Contact</a></li> <li><a href="#about">About</a></li> </ul> </body> </html>
  14. Okay..Have you guys created a tutorial or is it under construction???..Please give us the link!
  15. Well..No..They just say Web Developer Post(RUby,Php etc)..But there's got be a certification for a web developer like mcses...
  16. aniketpunk

    Bootstrap

    The question is:-Is the use of Bootstrap a good practice for a learning Web Developer?? The thing is it provides beautiful CSS..
  17. Oh proo!!...Thank You!!!
  18. aniketpunk

    Small Help :)

    Guys..A small help is needed..I need my navigation buttons to be side by side (like using display :inline) with a css design but it isnt coming..The code is given below please tell me a small modification. {Please open an Editor} <!DOCTYPE html> <html> <head> <style> a:link, a:visited { display: block; font-weight: bold; color: #ffffff; background-color: #98bf21; width: 120px; text-align: center; padding: 4px; text-decoration: none; } a:hover, a:active { background-color: #7A991A; } li { font-size :11px; font-weight :bold; padding-top :14px; padding-bottom :14px; padding-left :10px; padding-right :10px; text-transform :uppercase; } </style> </head> <body> <ul> <li><a href="default.asp" target="_blank">This is a link</a></li> <li><a href="default.asp" target="_blank">This is a link</a></li> </ul> </body> </html>
  19. Any certification required for future? ?
  20. Hey Guys... I really dont undertand th use of <div> tag in and meaning of "container" in:- <div id="container" style="width:500px"><div id="header" style="background-color:#FFA500;"> If there is a link to w3schools then plz post..Please HELP!!!!!!
  21. Hey ..I just finished learning HTML,HTML5 and basics of CSS..I am really interested in Web Developing..I really need your advice on how can I improve my skills..Also list me few certifications required.
  22. Hey guys...I have learnt HTML,HTML5 and basic CSS..I just need few basic tips to develop my Web developing/designing skills
×
×
  • Create New...