Jump to content

silvercover

Members
  • Posts

    48
  • Joined

  • Last visited

Everything posted by silvercover

  1. Hi, I'm looking for a proper way to have an effect highlighted in below picture at the bottom of my box.
  2. I am a plug-in author and need to have a simple CSS editor in my plug-in options page. what is the best way to do this? At now my plug-in just show a simple textarea, but I need to make it highlighted. Thanks.
  3. I've used bootstrap 3 in my design to make it responsive. but why does desktop version shown rather than responsive version in mobile/tablet browsers? Here is my page: https://payment24.ir/order-physical-visa-master-card/ Is it because of <meta name="viewport" content="width=device-width; initial-scale=0;user-scalable=1;"> or not? what's wrong?
  4. I have a MySQL query that returns rows containing date_add column like below: DATE(date_add) 2014-01-07 2014-01-07 2014-01-07 2014-01-07 2014-01-08 2014-01-15 2014-01-20 2014-01-20 2014-01-20 2014-01-26 2014-01-28 2014-02-16 2014-02-16 2014-02-16 2014-02-16 2014-02-16 2014-02-16 2014-02-16 2014-02-18 2014-02-18 2014-03-08 2014-03-08 How can I have pagination based on dates and show rows with the same date in a page and not just based on predefined limit number?
  5. I have wizard that asks several predefined questions to find-out user needs. at the end it must offer some items based on user answers. all of available items have some properties in common and one or two specific properties. what is the best way or algorithm to do this in JavaScript? e.g: Item 1 Properties: Name Weight Color Size Item 2 Properties: Name Size Weight Item 3 Properties: Name Color Size Thanks.
  6. Hi, Assume that I have 50 RGB color values and I want to mix all of them and reach to a final single value which is mixture of all. how can I do that in PHP. Thanks.
  7. How can I make a CSS3 menu like the menu placed in below website? Welcome :: Bardia Textile Co. I mean top menu that has fancy effect. please at least tell me the name of these kinds of menu in the way I could find some more examples.
  8. I have a long unordered list that must be cut down and each time 10 items must be visible in visible area and by clicking one arrow button the next 10 items show up. something like below image: each column HTML code is like this: <li class="linkcat"><h2>Main Title</h2> <ul class="xoxo blogroll"> <li><a href="#">Title 1</a></li> <li><a href="#">Title 2</a></li> <li><a href="#">Title 3</a></li> ... <li><a href="#">Title 4</a></li> </ul> </li> What should I do?
  9. Hi, Unfortunately FeedBurner shutdown its API access and I need to get email subscribers list from FeedBurner. Is there any workround or way to do that? Thanks.
  10. No, I'm trying to convert this PSD to HTML and that design is mine.
  11. Does anybody know where can I find a html list-box like to one shown in the below screenshot?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.