CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: PeejAvery

Page 1 of 80 1 2 3 4

Search: Search took 0.39 seconds.

  1. Replies
    1
    Views
    6,372

    JavaScript Re: Screen.width property discrepancy.

    Cell phones use variations of images depending on the resolution. You're device is registered as 360 @3x. You'll need to calculate the actual pixels by using screen.width * window.devicePixelRatio.
  2. Replies
    1
    Views
    2,266

    Re: Javascript to change web hyperlinks

    Well, if they made code changes, you would have to know exactly what changes they made. Did they implement JavaScript that is loading after your scripting? If so, that limits you without creating...
  3. JavaScript Re: Save images from bing wihout internet connection (using bing api)

    That's a question for MSDN community forums. And you'll want to provide some of your working code or else they may not even be willing to help. Also, make sure that saving images is within the...
  4. JavaScript Re: How to avoid the error ' No 'Access-Control-Allow-Origin' header' on an Ajax call

    The issue is a server security setting that does not allow AJAX requests from other domains. Since the script running is not locationed on the same host/domain as the query page, it will not work....
  5. Replies
    1
    Views
    4,255

    PHP Re: Send key to API-address

    Best way is to just use CURL.

    https://davidwalsh.name/curl-post
  6. JavaScript Re: Javascript website animation slow on some machines and browsers??

    If you're having graphics performance issues, then either (1) you're using WebGL which would render poorly with non-dedicated graphics cards or (2) you're calling way too many for loops causing lower...
  7. PHP Re: how to calculate the time of the open ticket with regard to working hours

    Make sure date('N') is > 1 and < 7. That will get you week days. Then just count the max hours/minutes involved.
  8. Replies
    3
    Views
    7,204

    PHP Re: Sort of new to PHP, email question

    Are you sure you have configured your local web server to point to a correct SMTP server?
  9. Replies
    3
    Views
    7,204

    PHP Re: Sort of new to PHP, email question

    First off, are you receiving any PHP errors?

    Second, is this code run on a hosted site or your own local web server? If it's on a host, have you confirmed that PHP's mail sending is configured?
    ...
  10. JavaScript Re: NodeJs and Express: is there any risk my source code can be seen?

    JavaScript is a client-side language. It is interpreted by the web browser viewing it. If you're concerned about writing code that cannot be seen by anyone, you cannot make your application in...
  11. JavaScript Re: NodeJs and Express: is there any risk my source code can be seen?

    [ moved thread ]
  12. Replies
    2
    Views
    3,306

    JavaScript Re: Snippets don't work

    Best that you start here...

    http://www.w3schools.com/js/
  13. PHP Re: Are these interview questions too difficult?

    Quite simply, I've never had nor heard of a job interview that didn't directly deal with the expectations of the person being interviewed. If it's expected that the new senior developer know said...
  14. Replies
    8
    Views
    14,936

    xHTML Re: Social Media Link Creation...

    You should contact the creator of the share plugin since they wrote the code.
  15. Replies
    1
    Views
    8,282

    PHP Re: Problem with embedding JS code in PHP

    Why do you say you can't do single quotes inside a PHP string?
  16. Thread: JS Puzzle

    by PeejAvery
    Replies
    2
    Views
    7,128

    JavaScript Re: JS Puzzle

    Can't really help since that page goes right to an error page. No puzzle shown.
  17. Replies
    1
    Views
    11,202

    PHP Re: A good book on PHP

    Book suggestions, I have none. But in today's world, everything you need for PHP isn't in a book, it's on the web.

    http://www.w3schools.com/php/default.asp
    http://php.net/docs.php
  18. Replies
    1
    Views
    7,255

    PHP Re: Change logo based on incoming domain

    Is all of this on the same host? Or are the .com/.co.uk on separate hosts? If they are on the same host, then perhaps changing your 301 redirect parameters to mask instead of full redirect might...
  19. Replies
    1
    Views
    3,648

    PHP Re: Composer Nightmare

    Is Composer for everyone? Of course not! However, there are developers with hundreds of clients per month all requiring specialized development. Such specialized development is handled much quicker...
  20. Thread: Html Css

    by PeejAvery
    Replies
    1
    Views
    168,946

    CSS Re: Html Css

    First off, your table format is incorrect. You have no <td>'s for proper formatting.

    Second, according to that HTML, you've set the 2 images to set at the bottom. Where did you mean to place them?
  21. Replies
    7
    Views
    5,587

    Re: php ajax a different way?

    Welcome to the forums zhoubin. :wave:

    Please don't revive 7 year old threads. it just clutters the forum with old info.
  22. Re: Html that uses ESRI widgets to create a map with a couple processes

    No. Bumping threads will get you removed for spam.
  23. Re: Html that uses ESRI widgets to create a map with a couple processes

    Everyone can see it. However, due to the large project size and since you are interested in others doing the job and paying them, this goes under paid jobs, not the solve it yourself standard forums.
  24. Replies
    1
    Views
    3,601

    CSS Re: Background Image Of Element

    They are all blurry due to the CSS3 transitions applied to them. Just changing the image won't remove the CSS3 transition.
  25. Re: Html that uses ESRI widgets to create a map with a couple processes

    [ moved thread ]
Results 1 to 25 of 2000
Page 1 of 80 1 2 3 4





Click Here to Expand Forum to Full Width

Featured