Skip to main content

Home/ Coders/ Group items tagged url

Rss Feed Group items tagged

findbestopensource

How to create SEO friendly url. - 0 views

  •  
    SEO friendly URL is recommended for any website which wants to be indexed and wants its presence in search results. Searchengine mostly index the static URL. It will avoid the URL which has lot of query strings. Almost all websites generate content dynamically then how could the URL be static. That is the job of the programmer. This article explains in view of Java Struts2 framework.
Hostforlife Hosting

How to Set Canonization of the URL in IIS using URL Rewrite Module - 1 views

  •  
    URL Canonicalization, can be easily implemented in IIS 7 and above.
yc c

YOURLS: Your Own URL Shortener - 1 views

shared by yc c on 23 Oct 09 - Cached
  •  
    YOURLS is a small set of PHP scripts that will allow you to run your own URL shortening service (a la TinyURL). You can make it private or public, you can pick custom keyword URLs, it comes with its own API. You will love it.
vikramsjn

Shelves in Subversion | svn commit ./me - 0 views

  • The first thing to do is to create the shelf/branch. If you know your working copy is a little old, compared to the HEAD revision of your trunk or branch, then you can use the last revision you committed or updated to when creating the shelf. Otherwise, just use the HEAD revision:svn copy -r HEAD url://server/repos/project1/trunk url://server/repos/project1/branches/shelfThis command is creating the shelf directly in the repository, based on whatever URL and revision your working copy is associated with. In this example, I used trunk. The next step is to use the svn switch command to switch your working copy so that it is pointing at the shelf URL:svn switch url://server/repos/project1/branches/shelf
anonymous

dbscript php framework - 0 views

  •  
    dbscript is a web development framework, it helps php programmers take advantage of efficient design patterns and idioms from other dynamic languages and frameworks. for example, the Mapper and Route classes work together to map actions and records to distinct urls. among the many advantages of routes are the automatic named routes: url_for( resource ). restful urls, http-style controllers, atompub/html introspection documents and content-negotiation are among the sophisticated features of this programmer-centric development tool. the framework is a database abstraction layer, with built-in adapters for PostgreSQL and MySQL.
Rick Fan

Creating OpenSearch plugins for Firefox - MDC - 0 views

  • Your server should serve OpenSearch plugins using the MIME type application/opensearchdescription+xml. Be sure that your Search Plugin XML is well formed. You can check by loading the file directly into Firefox. Ampersands in the template URL need to be escaped with & and tags need to be closed with a trailing slash or matching end tag. The xmlns attribute is important, without it you could get an error message indicating that "Firefox could not download the search plugin from: (URL)". Note that you must include a text/html URL — search plugins including only Atom or RSS URL types (which is valid, but Firefox doesn't support) will also generate the "could not download the search plugin" error. Remotely fetched favicons must not be larger than 10KB
Fabien Cadet

The truth about REST, 2011-04-11 by Ian Elliot @ i-programmer.info - 7 views

  •  
    "[...] If you are a programmer in a hurry and just catch part of the conversation you might well decided that REST is trivial and fairly obvious - just use URLs to code remote procedure calls. This is 80% of REST but the remaining 20% is important and it is all a matter of how you organise the remote procedure calls. [...] If you take the "URLs are remote procedure calls" approach to web apps then you are free to invent as many commands or verbs as you like."
roberthayes222

shephertz/Cocos2DSamples · GitHub - 0 views

  • Cocos2DSamples / Show File Finder Update README.md latest commit 2d62e099d2 DhruvCShepHertz authored 3 days ago Soccer_Demo 3 days ago Delete user profile files [DhruvCShepHertz] README.md 3 days ago Update README.md [DhruvCShepHertz]
Mandeep Bajar

Sencha Touch File Upload Using App42 JS SDK - 0 views

  •  
    "Any mobile web App requires backend for hosting and saving its App data which is required by Sencha Touch Apps too. Your App data can be either binary (e.g. image/audio/video file) or non-binary plain text user and its related information (e.g. name, age, dob and any other information). App42 JS framework is equipped to deal with all of your data storage requirements including binary/non-binary data. For storing binary data like audio/video/image files App42 has CDN service in which all of your App files will be uploaded on our CDN network and can be accessed from its unique http end point URL. "
Joel Bennett

tweetsharp - Google Code - 0 views

  •  
    A feature-complete fluent .net library for the Twitter API. A simple, discoverable, fluent interface for building Twitter queries, as well as additional features like asynchronous processing, server-side caching, url shortening, and rate throttling. Now go, create.
Joel Bennett

Helicon Ape - .htaccess + mod_rewrite compatibility for IIS - 0 views

  • Helicon Ape is a unique module that emulates Apache execution environment on Microsoft IIS. It literally implements Apache configuration model (like .htaccess and httpd.conf files) and all most demanded Apache modules in a single IIS add-on, not only making IIS compatible with Apache, but also extending it’s functionality
  •  
    An IIS 7 Module which implements .htaccess and httpd.conf compatability, per-site installation, URL rewriting and forward/reverse proxy modules, etc. There's a huge list of implemented modules including auth, cache, deflate, filter, headers, proxy, rewrite, and env ...
  •  
    Supposedly, allows users to move Apache/PHP sites to IIS without modification!
yc c

pubsubhubbub - Project Hosting on Google Code - 1 views

  •  
    A simple, open, server-to-server web-hook-based pubsub (publish/subscribe) protocol as an extension to Atom and RSS. Parties (servers) speaking the PubSubHubbub protocol can get near-instant notifications (via webhook callbacks) when a topic (feed URL) they're interested in is updated.
apptech23

6 SEO Best Practices for Structuring Website URLs APPTech Mobile Solutions - 0 views

  •  
    It's been an extended time since we covered one among the foremost fundamental building blocks of SEO-the structure of domain names and URLs-and i feel it's time to revisit. But, a crucial caveat before we begin: the optimal structures and practices i will be describing within the tips below aren't absolutely critical on any/every page you create.
htmlslicemate.com

A Guide to the New HTML5 Form Input Types - 0 views

  •  
    There's a plethora of new HTML5 form input types (13 new ones to be exact) that make creating engaging and easy-to-use web forms much easier for web designers. The new HTML5 input types give us data validation, date picker controls, color picker controls, inline help text, and more in the web browsers that support them. Advantage of HTML5 Form Input Types The benefits of these new input types are tremendous for web designers. First, the new input types reduce our reliance on client-side- and server-side-scripting for validating common data types like dates, email addresses, and URLs. For mobile UI developers: You know that creating cross-platform web forms using HTML4 standards is a pain. Using HTML5 form input types could make things easier. For instance, a form written with HTML5 can utilize the mobile device's native specialized keyboards depending on what the target input type is. Here's an example of using HTML4 input types (on the left) for entering dates in a web form versus using the HTML5 date input type (on the right):
Paris Polyzos

Application Request Routing : The Official Microsoft IIS Site - 0 views

  • rules based on the URL, HTTP headers, and server variables to determine the most appropriate Web application server for each request
  • ARR enable hosting providers to route requests from clients to specific Web application servers in a server farm by creating an affinity between the client and server.
  • They can easily add or remove servers from a server farm to match demand throughput without impacting application availability
  • ...5 more annotations...
  • ARR is able to cache on disk any HTTP traffic that passes through the server
  • hierarchy of IIS Web servers running ARR, CDNs and hosting providers are able to considerably reduce the network traffic that traverses up to the origin server.
  • Health monitoring
  • Disk-based caching
  • Warming up cache mode
  •  
    enables Web server administrators, hosting providers, and Content Delivery Networks (CDNs) to increase Web application scalability and reliability through rule-based routing, client and host name affinity, load balancing of HTTP server requests, and distributed disk caching
Simone McIntosh

New company offering micro blogging platform - 0 views

  •  
    Micro blogging is done on certain social networks. It is platform on which Twitter functions, and also what Facebook now uses. It is an efficient way to get your thoughts, URL, and photos in simplistic blurbs of information. Yonkly offers 2 versions of this downloadable software. The business package (for intra-office communications) $699.00, and the lite package (for ambitious people wanting to start their own "networking" community) $199.00.
Kingdon Barrett

Radiant CMS: Why Radiant? - 0 views

    • Kingdon Barrett
       
      I was hoping to provide a list of my blog posts from RSS feeds, as well as links to all of the articles that I have commented on with my friends' blogs. I could list all of my friends' blogs and scrape them periodically, but I was hoping for a solution that uses trackbacks, or whatever pingback-style facilities are available on my friends' blogs. Granted this type of support will vary from site to site, but it should be possible to build a complete publishing record automatically, with the standards we have available today. I posted a comment on otierney.net (my friend Tristan is up on all the latest web standards) and I noticed that his blogger is collecting URLs along with emails. I filled in the link to my Radiant CMS on nerdland.org but I'm afraid my blogger is not going to do anything to collect these pingbacks, when they are fired. Can anyone point out an example code segment or project that highlights this type of behavior?
Joel Bennett

Building the Connection URL for JDBC to SQL SERVER - 0 views

  •  
    how to connect to a SQL Server from JDBC (using Integrated Security)
1 - 20 of 32 Next ›
Showing 20 items per page