Jump to content

rahultailwal

Members
  • Posts

    70
  • Joined

  • Last visited

About rahultailwal

  • Birthday 08/29/1987

rahultailwal's Achievements

Newbie

Newbie (1/7)

8

Reputation

  1. All is coming from database right. Can you put the below data how it is stored in database. Like the same as below or looking different. NRJ:n tomituksen työharjoittelija Simo kuulostaa aivan Kotiteollisuuden Jouni Hynyseltä. Mahtoiko homma mennä läpi kun \'Jouni\' soitti Jone Nikulalle ja ehdotti tälle uutta \'Ämmät\' -TV-formaattia..
  2. The problem is because of Antivirus. If i disable it, then it shows me the captcha image in chrome. Hope this will help to others.
  3. Put this as a string and assign to an array and encode via json and send.
  4. But why showing in Mozilla and not in chrome. I checked in my firebug network. The images is failed in chrome. Captcha Image is jpeg. maybe jpeg MIME type is not written in server configuration. That should be the cause.
  5. Its really frustrating. Don't know but its happening. Same captcha image is showing in one server and not showing in other server. Specially in Chrome browser. I am using the following captcha script.http://www.4shared.c...gle_capcha.html I think server or the browser is creating problem. More could be server as same file is working on chrome with different server. Actually the image loads once and then suddenly destroyed in chrome.
  6. Sorry its not my website. Its a general question. i have seen this. I tried different captcha files with this but never work.
  7. Hi, I have seen this problem of not showing of captcha in one website and not showing in others. I have tried to use different captcha scripts but its loads only once. if we refresh the code it don't show. And different behavior in different browsers. Thanks,
  8. Code is fine. We need to see the code before the line no 5. Can u write 4 lines before that.
  9. Whats inside your websites. its dynamic or static? Clear all the points.
  10. You are not specific in your question. Your customer will fill an inquiry form and employee will get notification. Where will he see that notification. Employee needs to be login to his dashboard and a popup will generate each time on his dashboard. If this then make a function, an ajax call in every 1 min which will see the inquiry in database and will pop up a box which will show all the latest inquiries if exist in database and automatically hides after 10 seconds.
  11. On data changes you can send an email to relative employee or you can send SMS to employee phone. You need to use SMS service for that. That will be best for you.
  12. My javascript code just makes the video player styles and other action listeners events for player. The video loading is from server side. is this right?
  13. rahultailwal

    filling a form

    Make two string of html. one for first option selected and second for second options. When first radio checked then load first string in a div and if second checked then remove the inner html of that div and replace with second string.
  14. Could it be my coding problem? I am using video.js. When i saw network in firebug then i can see that video is streaming in partial content 206. And its taking time to receive data. So its my fault or network fault. Also partial content is good for caching so it cant be problem i think. Please suggest. Thanks
  15. Hi, I have got an issue with videos. Sometimes all the videos play very fast and no problem with loading. But sometimes video takes time to load even it does not play at all. It could be internet problem. But sometimes if internet is not bad then could it be server problem? I want to know why this is happening. Could it be the problem that many people are watching same video at a time.? As different videos formats with different browsers. So sometimes video don't play in firefox and played in chrome but very slowly. chrome has format mp4 and firefox has webm. I am using html5 video tag. Thanks
×
×
  • Create New...