RSS

Posts in 2021

  • Most votes on ios questions 2

    May 01, 2021 in FAQ

    Most votes on ios questions 2. #11 Xcode - How to fix 'NSUnknownKeyException', reason: … this class is not key value coding-compliant for the key X" error? #12 How can I disable the UITableView selection? #13 How can I develop for iPhone using a Windows development machine? #14 How to change the name of an iOS app? #15 How to change Status Bar text color in iOS #16 Constants in Objective-C #17 How do I animate constraint changes? #18 How do I convert an NSString value to NSData? #19 Xcode error "Could not find Developer Disk Image" #20 How to check iOS version?

    Read all the top votes questions and answers in a single page. #11: Xcode - How to fix 'NSUnknownKeyException', reason: … this class is not key value coding-compliant for the key X" error? (Score: 1230) Created: 2010-06-21 Last updated: …

    Read more

  • Most votes on ios questions 10

    May 01, 2021 in FAQ

    Most votes on ios questions 10. #91 How do you disable viewport zooming on Mobile Safari? #92 How can I change image tintColor in iOS and WatchKit #93 Xcode 12, building for iOS Simulator, but linking in object file built for iOS, for architecture arm64 #94 Code signing is required for product type 'Application' in SDK 'iOS 10.0' - StickerPackExtension requires a development team error #95 dyld: Library not loaded: @rpath/libswiftCore.dylib #96 iOS9 Untrusted Enterprise Developer with no option to trust #97 Text inset for UITextField? #98 Error Running React Native App From Terminal (iOS) #99 Fixing Xcode 9 issue: "iPhone is busy: Preparing debugger support for iPhone" #100 UIView with rounded corners and drop shadow?

    Read all the top votes questions and answers in a single page. #91: How do you disable viewport zooming on Mobile Safari? (Score: 431) Created: 2010-12-08 Last updated: 2021-02-07 Tags: html, ios, mobile-safari, viewport, zoom-sdk I’ve tried …

    Read more

  • Most votes on ios questions 1

    May 01, 2021 in FAQ

    Most votes on ios questions 1. #1 Vertically align text to top within a UILabel #2 What's the difference between the atomic and nonatomic attributes? #3 How can I make a UITextField move up when the keyboard is present - on starting to edit? #4 Using Auto Layout in UITableView for dynamic cell layouts & variable row heights #5 Transport security has blocked a cleartext HTTP #6 Passing data between view controllers #7 How to check for an active Internet connection on iOS or macOS? #8 How do I sort an NSMutableArray with custom objects in it? #9 performSelector may cause a leak because its selector is unknown #10 How do I check if a string contains another string in Objective-C?

    Read all the top votes questions and answers in a single page. #1: Vertically align text to top within a UILabel (Score: 2250) Created: 2009-06-28 Last updated: 2020-01-03 Tags: ios, cocoa-touch, uikit, uilabel, text-alignment I have a UILabel with …

    Read more

  • Most votes on http questions 9

    May 01, 2021 in FAQ

    Most votes on http questions 9. #81 What is the fastest way to send 100,000 HTTP requests in Python? #82 Sending HTTP POST Request In Java #83 How to redirect all HTTP requests to HTTPS #84 How to post data in PHP using file_get_contents? #85 What are all the possible values for HTTP "Content-Type" header? #86 Should I use PATCH or PUT in my REST API? #87 Getting Http Status code number (200, 301, 404, etc.) from HttpWebRequest and HttpWebResponse #88 How to send a GET request from PHP? #89 How to pass url arguments (query string) to a HTTP request on Angular? #90 How to log out user from web site using BASIC authentication?

    Read all the top votes questions and answers in a single page. #81: What is the fastest way to send 100,000 HTTP requests in Python? (Score: 322) Created: 2010-04-13 Last updated: 2019-02-06 Tags: python, http, concurrency I am opening a file which …

    Read more

  • Most votes on http questions 8

    May 01, 2021 in FAQ

    Most votes on http questions 8. #71 simple HTTP server in Java using only Java SE API #72 400 BAD request HTTP error code meaning? #73 Download File to server from URL #74 What is the difference between HTTP and REST? #75 Response Content type as CSV #76 Maximum on http header values? #77 Can PHP cURL retrieve response headers AND body in a single request? #78 What is the difference between PUT, POST and PATCH? #79 What is the "realm" in basic authentication #80 Java - sending HTTP parameters via POST method easily

    Read all the top votes questions and answers in a single page. #71: simple HTTP server in Java using only Java SE API (Score: 358) Created: 2010-09-17 Last updated: 2020-12-02 Tags: java, http, httpserver Is there a way to create a very basic HTTP …

    Read more

  • Most votes on http questions 7

    May 01, 2021 in FAQ

    Most votes on http questions 7. #61 What is the difference between POST and GET? #62 What requests do browsers' "F5" and "Ctrl + F5" refreshes generate? #63 What is the proper REST response code for a valid request but an empty data? #64 Are HTTP cookies port specific? #65 Disabled form inputs do not appear in the request #66 WebSockets protocol vs HTTP #67 HTTP vs HTTPS performance #68 HTTP URL Address Encoding in Java #69 Why am I suddenly getting a "Blocked loading mixed active content" issue in Firefox? #70 ETag vs Header Expires

    Read all the top votes questions and answers in a single page. #61: What is the difference between POST and GET? (Score: 405) Created: 2010-08-13 Last updated: 2017-07-25 Tags: http, post, get, http-method I’ve only recently been getting …

    Read more

  • Most votes on http questions 6

    May 01, 2021 in FAQ

    Most votes on http questions 6. #51 How long do browsers cache HTTP 301s? #52 Accessing the web page's HTTP Headers in JavaScript #53 What HTTP status response code should I use if the request is missing a required parameter? #54 How do browser cookie domains work? #55 "CAUTION: provisional headers are shown" in Chrome debugger #56 How do multiple clients connect simultaneously to one port, say 80, on a server? #57 How to send HTTP request in java? #58 What is the motivation behind the introduction of preflight CORS requests? #59 How to use Chrome's network debugger with redirects #60 HTTP redirect: 301 (permanent) vs. 302 (temporary)

    Read all the top votes questions and answers in a single page. #51: How long do browsers cache HTTP 301s? (Score: 432) Created: 2012-02-03 Last updated: 2013-02-27 Tags: http, http-status-code-301 I am debugging a problem with a HTTP 301 Permanent …

    Read more

  • Most votes on http questions 5

    May 01, 2021 in FAQ

    Most votes on http questions 5. #41 HTTP test server accepting GET/POST requests #42 Max parallel http connections in a browser? #43 How to redirect to a 404 in Rails? #44 HTTP POST with URL query parameters – good idea or not? #45 Do I need Content-Type: application/octet-stream for file download? #46 Why is an OPTIONS request sent and can I disable it? #47 Is it valid to replace http:// with // in a <script src="http://…">? #48 How to do a PUT request with cURL? #49 What is the boundary in multipart/form-data? #50 What does status=canceled for a resource mean in Chrome Developer Tools?

    Read all the top votes questions and answers in a single page. #41: HTTP test server accepting GET/POST requests (Score: 507) Created: 2011-04-20 Last updated: 2018-08-29 Tags: http, post I need a live test server that accepts my requests for basic …

    Read more

  • Most votes on http questions 4

    May 01, 2021 in FAQ

    Most votes on http questions 4. #31 What is the quickest way to HTTP GET in Python? #32 REST API error return good practices #33 Are the PUT, DELETE, HEAD, etc methods available in most web browsers? #34 How does HTTP file upload work? #35 Error: request entity too large #36 Response to preflight request doesn't pass access control check #37 PHP + curl, HTTP POST sample code? #38 Maximum length of HTTP GET request #39 Detect when browser receives file download #40 Share cookie between subdomain and domain

    Read all the top votes questions and answers in a single page. #31: What is the quickest way to HTTP GET in Python? (Score: 644) Created: 2009-03-14 Last updated: 2018-10-23 Tags: python, http, networking What is the quickest way to HTTP GET in …

    Read more

  • Most votes on http questions 3

    May 01, 2021 in FAQ

    Most votes on http questions 3. #21 REST HTTP status codes for failed validation or invalid duplicate #22 "Cross origin requests are only supported for HTTP." error when loading a local file #23 Is an entity body allowed for an HTTP DELETE request? #24 Are HTTP headers case-sensitive? #25 Use of PUT vs PATCH methods in REST API real life scenarios #26 How do I implement basic "Long Polling"? #27 Java URL encoding of query string parameters #28 Node.js quick file server (static files over HTTP) #29 How do I send a POST request with PHP? #30 What's the difference between Cache-Control: max-age=0 and no-cache?

    Read all the top votes questions and answers in a single page. #21: REST HTTP status codes for failed validation or invalid duplicate (Score: 888) Created: 2010-07-20 Last updated: 2020-11-12 Tags: http, rest, http-status-codes I am building an …

    Read more