Jump to content

dauruk0512

Members
  • Posts

    125
  • Joined

  • Last visited

Everything posted by dauruk0512

  1. i suggest to you using div cause div can customize what we what but you should understand CSS selector TAG HTML Then if you are getting progress let's move html5 like moderator above said using tag header, article, footer it standar for designer
  2. Hi i have some issue about my projects, let me declare first ! i have done create dummy html and css for front end it final template while developing back end almost 70% i have problem after insert article to table using summornote that all css also insert to table all i need how can i only get the content, i'm using strip_tags cannot working, any suggest to insert the content or show the content cause my css crash with it, Thanks Freddy Sidauruk
  3. Hey dear, happy IED MUBAROK i hope not to late to said well i have problem about my carosel, i follow the tuorial from herehttp://bootsnipp.com/snippets/featured/carousel-side-caption Then i trying to customize it to my dummy and here is the results IN CODEPEN http://codepen.io/anon/pen/MwZaPZ in my localhost carosel running well but my questions not about that, my questions is How can i make the arrow in the left and right not blocking the article here is the images How can i make push the bullet to the bottom Here is my dummy template https://www.dropbox.com/search/personal?is_advanced=false&query_unnormalized=slide&query=slide&last_fq_path=&preview=slide.jpg
  4. img src=“Images/otters.png” src means source where is file located images/otters.png <--it direct you to spesific file,
  5. http://www.w3schools.com/ is the best palce learn for new bie Sidauruk Freddy
  6. Just asking Why you put table name inside variable ? if $tab doesnt have a value <--what this mean ?
  7. i guess he wrong to running his projects !
  8. Am i wrong to give comments ?i juts trying to be members who contribute, i guess he will make simple login so i post about trick bassic in php,
  9. First what you have done, if you already have simple demo like you want please create at codepen.io so we can debug it together in this forum !
  10. Hi can i give you suggest if you start as new bie Please start using pure PHP learn from hello world, bassic php Start using database create simple program CRUD (Create, Read, Update, Delete) Then learn javascript, jquery and for user interface you need CSS, CSS3 Freddy Sidauruk
  11. Hi thanks for reply, oke i understand use class hidden-sm ! Can i discussion responsive another issue not above topic! Is it good for users when small device hidden the tag such as h1, h2, h3, h4, h5 for article may be, the impact for users are they know what this title or what part of this article ? as programmers it big issue in others hand some users doesn't care the title article, they just focus on the article ? do i wrong to hidden Sub menu Title not tittle article in navbar ? you are seniors developer right ! My question is what a common tag need to hidden in small device, sometime i'm trying to resize it but not ggood looking when i small device and also not good position, such as force margin-top:-10px <----is it allow in css using - ? Thanks for respon, Hope God Bless You Freddy Sidauruk
  12. http://codepen.io/anon/pen/pJaXGa <!--Solved But need expanation for this
  13. Hi do you use bootsrap or not ! If use bootsrap here is my simple modal http://codepen.io/anon/pen/oXEKNg You click the launched demo then pop up coming up then scroll the content Note :Scroll depend how long the pargraph Freddy Sidauruk
  14. Hi again, i don't mean to ask every time i face bugs i'm trying by my self but sometime i success remove line when small device, Please resize it. Here is my simple demo http://codepen.io/anon/pen/pJaXGa i want to remove line white when small device here is image http://imgur.com/l0mUcnC I want to remove three line white between tooglle button and search form, only remove it in small device, Will big thanks for debuging or suggest where is the code should remove it
  15. ${EntryCategoryLink}">${EntryTitle I DON'T MUCH HTML AND CSS but every day work on it never know it html and css, what kind of languange is that ! Please kindly use this codepen.io to tell your need Freddy Sidauruk
  16. dauruk0512

    math symbol

    I'm still don't get it what you want ! Freddy Sidauruk
  17. FROM produk as p, kategori_produk as kp, produk as p, jenis_material as jm, produk as p, Did you see to much Ayou metion table as P, you need make alias table diffrent with each table her eis i give simple Select * from product a, kategori b, merk c where a.id_kategori=b.id_kategori and a.id_merk=c.id_merk Look above i make alias each table with diffrent table hope you understand query above, here is give trick You need to alias each table with diffrent name, just use abjad make you understand fast ! when you trying join please remember where is came from field then use alias If you don't get it please provide us your name table and what you want so we can guide you, Freddy Sidauruk
  18. What do you mean wrong ! Please make right question so we can help you understand, this group really nice support everyone learn Freddy Sidauruk
  19. Really thanks dsonesuk for your support, Hope your family fine ! but there is problem after final this issue, my big issue is making this navbar ! i know bassic about responsive then here is your css i implement to my css responsive /* TABLET LANDSCAPE / DESKTOP */@media only screen and (min-width: 1024px) {.container { }.subMenu {z-index: 100; left: 0; right: 0}.container, .subMenu .container-fluid{ width: 1024px; box-shadow: 0 0 30px grey;}} just answer me yes or no and explanation if you don't mind, is it true to make width navbar same with screen as above mention in media query ? @media only screen and (min-width: 300px) {/*.container, .subMenu .container-fluid has width same as screen media query above*/}@media only screen and (min-width: 480px) {/*.container, .subMenu .container-fluid has width same as screen media query above*/}@media (min-width: 1200px) {/*.container, .subMenu .container-fluid has width same as screen media query above*/} Bye the way i use your old way to make my nav bar working well, i don't know it working after this morning testing Freddy Sidauruk
  20. Sorry for late testing dsonesuk after testing in my real project it give me little errors ! here is images http://imgur.com/YI2Y0sy Then i move your whole example to my local also give me errors also ! Well after debuging and follow your codepen i found little things need disscus Your codepen use real js smint but in my local i use js sminth which modify by my self cause js smint has css left:0px so remove the filejs sminth change the original like your examples but give me errors too ! Why there is diffrent results with your codepen with real file, i dont how to debug css might be css struktur but i dont know, bellow my strukture css <link rel="stylesheet" href="<?php echo base_url()?>asset/css/bootstrap.min.css"><link rel="stylesheet" href="<?php echo base_url()?>asset/css/style_luar.css"> then i trying to change the position css like this <link rel="stylesheet" href="<?php echo base_url()?>asset/css/style_luar.css"><link rel="stylesheet" href="<?php echo base_url()?>asset/css/bootstrap.min.css"> The navbar not shrink when scroll but the navbar to be default here is images http://imgur.com/ogU8zZw Sorry for stupid question, Really thanks helpfull ! Freddy Sidauruk
  21. Thanks a lot dsonesuk, bye the way every time i feel bug i make post in my blog here use english even my original languange is not english please take look here teacher, even not much posting but i will try post as much as i can http://sidaurukfreddy.blogspot.com Thanks you Freddy
  22. Yes you can add up function like such as facebook ? Used PHP to store database how many people liking then you need to modify jquery eventk click and ajax to send data ! But there is my question how can you prevent users like over and over! do you have form to prevent user, then oke ! Then this is my feed back to you as users for examples 1. How can you manage user came to your site then he / she fill in the form then liking, do you think it make them comfort for that ! 2. As users i will not spend more time to liking might be i just look your portofolio So the point you should'nt put function like Freddy
  23. Wow you are really master of CSS, JQUERY PHP hire me to be your student ! Bye the way 1.how can you add up js sminth in code pen ? 2. How to debug it in bootsrap and i know what is wrong ! 3. subMenu has setting style css in js script with fixed:0px; left:0px after i debug use firebug is it no problem when you add up style in css like this .subMenu {z-index: 100; left: 0; right: 0}{ width: auto;} and again what is width:auto <-----it's useless or not cause i didn't see any selector ?Really feel helpfull dsonesuk Freddy Sidauruk
  24. Can you tell by images what do you want !
  25. Hi, i have been searching about why my navbar shrink when scrolling ! So here is my codepen http://codepen.io/anon/pen/OVzGyz but not working cause i don't know how to load it from domain people here is script need to load http://www.outyear.co.uk/smint/js/jquery.smint-v2.js Honestly i want to make one scroll page in my template yesterday i solve with same issue but diffrent width so here is my template http://imgur.com/1e1wKl2 but when i click then automaticlly scroll my navbar become shrink like this http://imgur.com/vyBb8th How can i prevent that shrink my navbar, Thanks !
×
×
  • Create New...