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?
  12. I have two seperate web app both written in php. one is a simple online store that needs users to be logged in and place their orders and the other one is a ticketing system that needs users to be logged in too. So how can I share a logged in session between these two apps to prevent users from multiple sign in process? what is the best way to do this? Thanks.
  13. Since Webmin is written in Perl, I want to ask if someone know some books, articles or blog that have Theme development tutorial in it? I already did search google. Thanks.
  14. Is there a reason on why some Linux VPS host companies restrict access to time/date settings? Is that just me or someone else have same problem? I had two VPS hosts running on CentOS from two different companies and both were restricted an I had two contact to support department and ask them to change date/time.
  15. Hi, I need to write some info in a file with UCS-2 Little Endian in which when I open up that file in my editor encoding was set to UCS-2 Little Endian as shown in attached picture. What should I do?
  16. I have two VPS servers. one of them is running Linux and the other is Windows one. I've uploaded same file to their public_html folders and could see them in my browser via static IP address of each one like http://178.63.165.178/getorder/file.xml and http://178.63.165.178/getorder/file.xml On the other side there is a device called SMSPrinter that configured to read those XML files using GPRS and need static IP address to reach destination server. unfortunately this device can only read file from windows server and could not reach the file on Linux server. There is no note in this device manual suggesting Windows server or specific OS! I've also set file permission on Linux server to 777 to have no limitation. what could be the cause of our problem? Thanks.
  17. I have a Linux VPS, DirectAdmin as web panel and already set a domain to it. everything is OK and I can see my website in my browser using domain name. Now I need to have access to my site using its IP address. something like http://86.57.88.29, but when I try to load my site in a browser using its IP I get below message and I have to post-fix my IP with /~admin (http://86.57.88.29/~admin) to get it work. So how can I configure my IP to point to my public_html folder without and ~admin like phrase? Thanks.
  18. I know that we can pass parameters to API functions in three types of Passing by Value, Passing Indirectly and Passing by Reference. My question is about Indirect mode; can we change address of allocated memory space on demand or that's done by windows in some restricted area which is owned by windows core? In other words can we tell windows upon structure creation time to make and store needed structure in a memory area that we specified? How about passing by Reference? if we call the API function which is accept parameters by reference, does windows places and keeps structures in the same memory area on each call or not?
  19. Thank you guys. Do those sites you've ordered to, have some kind of special verification or confirmation upon user sign ups?
  20. Hi, In your opinion, what is the advantages of online food ordering vs ordering by phone or vice versa? What would user expect to be the easiest and convenient way to order food from Restaurants, Fastfoods and Take-Aways? Thanks.
  21. I have a table like this: and date field format is in epoch. I have to group every row that belongs to same day and show them in a separate group. How can I do that in MySQL? Thanks.
  22. Hi, I have a website and part of my website needs to read/write a plain text file on server. most of the time we have between 50 to 100 concurrent online users and their actions on our site result to read/write certain file in which that is a temporary place holder for some other pages. So I want to know about concurrent read/write conflicts and what's the best practice to avoid that if that happened. How does my server manage these requests? Thanks.
  23. Hi, I have a table called order_list with the following fields - order_id - user_id - item_id - count - date - order_status every time users place order, this table used to save order details. so how can I write my SQL query to find top 10 items based on the sum of ordered count?
  24. I have a news table for 3 levels of users and there is a field called type in news table that holds corresponding level values. When users log into their panel, if there was news for their level, system shows it and they can read it. The problem arises when users read news and sign out of system and then return back and see read news again! How can I design my system to solve this problem and let individual user mark posted news read randomly and he/she doesn't see them again on next log-in?
×
×
  • 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.