Top "Slug" questions

part of a URL that makes it more human readable or SEO-friendly, but without necessarily being required by the web server.

drupal: standard way for creating a slug from a string

A slug on this context is a string that its safe to use as an identifier, on urls or css. …

php string drupal slug
Slug Url Regex in Django

After reading a lot about proper use of a slug to create a detail view from a list of objects. …

regex django url slug
How do you remove invalid characters when creating a friendly url (ie how do you create a slug)?

Say I have this webpage: http://ww.xyz.com/Product.aspx?CategoryId=1 If the name of CategoryId=1 is "Dogs" I …

asp.net url-rewriting slug
Using slugs in laravel 5?

I have made eloquent-sluggable work on my app. Slugs are saved just fine. Buuuut... How do I use it to …

laravel-5 slug
Codeigniter - SEO Friendly URL Structure (Slug Implementation)

I want's to develop a website in codeigniter framework in which i can access any webpage via slug. For example …

php wordpress codeigniter magento slug
Cleaning form data in Django

How can i clean and modify data from a form in django. I would like to define it on a …

python django forms slug
parse URL with JavaScript or jQuery

Ok lets say I have a URL example.com/hello/world/20111020 (with or without the trailing slash). What I would …

javascript jquery parsing url slug
Enable sluggified URLs in Django

I am trying to enable sluggified URLs in Django of the form that SO uses: example.com/id/slug. I …

django url slug
Extract first URL Segment from full URL

How can the first URL segment be extracted from the full URL? The first URL segment should be cleaned to …

php regex slug
ID + Slug name in URL in Rails (like in StackOverflow)

I'm trying to achieve URLs like this in Rails: http://localhost/posts/1234/post-slug-name with both ID and slug name instead …

ruby-on-rails url slug