Jump to content

Yatendra

Members
  • Posts

    4
  • Joined

  • Last visited

About Yatendra

  • Birthday 08/16/1995

Previous Fields

  • Languages
    HTML, CSS

Contact Methods

  • Website URL
    https://www.facebook.com/inSearchBystark/

Profile Information

  • Location
    India
  • Interests
    Web Development
    Vedio Games
    Music-(Big Black Eyed Peas Fan)
    Reviewing(Android-Smartphones)

Yatendra's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Thnkx for the refrence, 'justsomeguy'. Solved the issue though.
  2. I don't know how to use "mysqli_result()" function, with general arguments. In "mysql_result()" function, it was like this :- "mysql_result($query, 'row', 'feild')". Here First argument is the "query", Second argument is the specific "row" in the database, Third argument is the "field name" of the row. I don't know if the arguments are same for "mysqli_result()" or not, or maybe more arguments are included or excluded!!!! Hey, I noticed the same question has been asked by so many different members!! in the Forum. Focusing to different use. But one more thing I noticed that the actual implementation is not here, Like "mysqli_result('argument1', 'argument2', 'argument3');". Basically the implementation is quite simple, but heres the confusion thing, and thats the correct arguments, as I've show in most upper example!!?
  3. Hey, Thanks for the review. Now I know what I have to fix. I'm a bit confused about different units for various purposes. I mean the specific use of units for positioning or making blocks to be aside. Plz help me out with this. And on w3schools they recommend "em" unit instead of "px", I'm very confused with the use of "em" unit. Can you plz explain the "em" use, and as well as the exact conversion(HOW TO) of it, according to the font-size taken for different blocks or text. And what will be the perfect unit for setting "width"??? And did you referred my second problem with your Last statement..!??? (About the "Header & Footer"). Thank you.
  4. I designed many Web Page Layouts, but in all Web Pages there are some issues. One is the "Aside", Web Pages are misbehaving with Aside, when I check the Web Pages with Mobile Browser, they mess up totally!! Need help here. Second, My Web Pages are not totally Mobile friendly, such as the "Header" and "Footer" also misbehaves. When the Web Pages are open with Mobile Browser, the Header and Footer both don't come up with full width, but the web pages are PC friendly!! I attached the code files, have a look. Basically I need to know "How to Aside" properly, and as well as I want a review for my code. Layout _4 and Layout_4-Copy.html are same, but with one difference :- I removed "Aside" from Layout_4-Copy.html. Plz refer Layout_4-Copy.html for Second Problem, specifically. Thank you. layout_3-3.html layout_4.html layout_4 - Copy.html
×
×
  • Create New...