Jump to content

Search the Community

Showing results for tags 'to'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • W3Schools
    • General
    • Suggestions
    • Critiques
  • HTML Forums
    • HTML/XHTML
    • CSS
  • Browser Scripting
    • JavaScript
    • VBScript
  • Server Scripting
    • Web Servers
    • Version Control
    • SQL
    • ASP
    • PHP
    • .NET
    • ColdFusion
    • Java/JSP/J2EE
    • CGI
  • XML Forums
    • XML
    • XSLT/XSL-FO
    • Schema
    • Web Services
  • Multimedia
    • Multimedia
    • FLASH

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Languages

Found 3 results

  1. Hello, I'm working in a website development with django and I need to send a parameter to a script. On my web, I send parameters through the URL on this way: I put the href in which {{obra.id}} is the object received from views.py href="/edicionobra/obra{{obra.id}}/"> At the url I take that object as parameter to go to one page or another, according its value, url(r'^edicionobra/obra(?P<id_obra>.*)/$','demo.apps.obras.views.EdicionObra', name='edicionobra'), However, I would like to take that parameter to use it in a script, but I don't know how to do it. Would anybody know how to solve this? Thank you very much!
  2. Hello all, I posted earlier in this section asking for help to redevelop my website.After coding (to a degree) a successful looking website which will be going online within the next week or 2, I want to start on the other website. How ever, currently Im using Wordpress as my publishing platform for easier submission of content. Its terrible, I spend longer editing the post to look good than I used to (updated they did) and the theme looks terrible also. I want to make it look professional but have 0 (zero) expertise with making a theme or even a site that can be easily edited for content. Im not asking now for your time to do the site but instead Ideas and a push in the right direction as to what I should do. The website has 100's of pages of reviews and technical advice. Its not SEO optimised at all (which I cannot understand how it works), It currently does not validate at all either. If I can get it more professional looking Im sure with a bit of promotion it will run a lot better than currently. http://www.madmercsairsoft.co.uk is the website in question If anyone has any input it will be greatly appreciated. Skills I know, Basic HTML, Basic CSS and starting to learn PHP now. I have Ideas for the layout but menu bars and content pages are coming up short currently. RegardsRichard
  3. Hi! I have created a website with a number of games, media etc (tusw.tk) for use by people who have that content blocked normally by their school, work etc. So obviously I need some ways of making sure that mine isn't blocked either! The ones I have thought of and implemented so far are: 1 Changing the URL if someone reports the website blocked (and have a mailing list to all followers to notify them of the change)2 Avoid words like tank (from tank trouble) which could be blocked for including them Another possible one is that of redirecting the page to a copy of it but with a different URL if the page is refreshed (or just loaded) Basically I need some other ways of avoiding the blocking methods which are more automatic and less manual (like having to change the URL manually) to professionalise the system. Many thanks, Max
×
×
  • Create New...