Missing content on a page in Umbraco - umbraco

Okay, I'm sure this is obvious but I'm editing a site in Umbraco (I'm supposed to change out a simple email address), and I believe I have found the page to edit but in the Body Text Box there isn't any text to clearly state "THIS IS THE PAGE TO EDIT!"
I'm at a stand still because of this but I'm hoping that someone can help me. I'm sure its simple but...

Related

Twilio-Simple sms Form Box

Hi I apologize if this seems like a stupid question or if I am in the wrong section, but I am working for a startup company as their main web designer, but I was tasked with adding a simple referral code to the bottom of the page where all that is needed is where the user put their number in and they get a standard non random code outputed to their phone and if possible their number is databased and I'm just not sure where to start on this, I have followed some of their tutorials, but nothing seems to be following close to this, I have most of my experience in Javascript, CSS, and HTML and this is starting to get into some uncharted territory and I was wondering if anyone could guide me in the right way? Thank you very much for any help!

Login page with jQuery Mobile

I building an JQM app and im no shark in JQM just yet. the content of it is sensitive,
so i would like to create a login page without having to contact serverside (MySql),
is this even possible,
I have been fumbling around, with various answers that i have found here on StackOverflow,
but i just canĀ“t seem to figure it out. The login page should just contain Username and password.
could anyone, please help me with this problem?
maybe with the working code and maybe explain how to set it up.

Displayed in Browser different when logged in. Rails

I'm new to rails:
I've created a Reddit-lite like site. After I uploaded it to heroku I noticed that when I was signed in to an account I created on the site, the page was displayed in the browser as I intended it to be displayed, but when I logged out, or even before I logged in, the partial was displayed much larger than I intended it to be.
I've tried putting in search terms to here and haven't found anything close to the issue I am having, so I assume I am not describing it incorrectly. Here is a link to my site, so where ever I am lacking in describing my issue might be overcome by your experiencing it.
http://postit-reed.herokuapp.com/
The h3 tag around your welcome message isn't closed properly when logged out. Causing the browser to wrap the rest of your html in the h3 which applies a bigger font size to everything making it look bigger. Fix the h3 tag.

Formatting of #HtmlTextBoxFor MVC Visual Basic Webpage

This is my first post here although I use this forum all the time and it usually provides me with a solution, however I've searched all over the web for an answer to this and I can't find anything.
I'm developing a website which provides software support. Users log on to it and add a "support call" which a member of a support team will answer.
The problem I am facing is that when users describe their problem (inside the TextBoxFor shown below), they can type out their problem, and format the text as they please, however when the call is submitted, sometimes (it appears randomly) the formatting just disappears, e.g. some spacing and paragraph use just disappears, here is an example:
Correct formatting:
Hi I'm having difficulty with x, and y and I need some assistance.
Could somebody help me out?
How it appears sometimes:
Hi I'm having difficulty with x,and y and I need some assistance.Could somebody help me out?"
This, of course is highly simplified, and some people have to write many paragraphs and text lines.
Here is the code for the textbox (in the view):
#Html.TextBoxFor(Function(model) model.SupportCall.Subject, New With {.maxLength = "254", .style = "width:500px;"})
It is worth mentioning that when a support call is submitted, it goes to a folder which is picked up by another internal piece of software, which then creates a database record for the call, meaning that an email notification can be sent to the support team, then the list of calls to be answered is updated from that database model, therefore I'm pretty sure it's possible that this process could be what is changing the text formatting.
A reason why this is happening is just as useful as a solution to me so any input is welcome.
use
<pre></pre>
prepend and append it.

Ruby on Rails Mysterious Javascript Alert box with cookie information

I have a problem in a Ruby on Rails app that I am working on. I have been working on the app for months and I have never had this problem before and after a bit of Google searches I think that somehow someone is trying to steal cookies with javascript.
When I click on the link I get an alert box titled "the page at www.napkinboard.com says:" and contains the following message:
__utmz=217223433.1270652009.59.3.utmcsr=localhost:3000|utmccn=(referral)|utmcmd=referral|utmcct=/; __utma=217223433.2133018314.1265749085.1271097412.1271125626.63; __utmc=217223433; __utmb=217223433.11.10.1271125626
I checked the database and all data associated with this 'food_item' looks completely normal and does not contain any javascript at all.
How did this suddenly happen and how can I stop it? I appreciate any help. Thanks.
EDIT: Can't believe I forgot the URL: http://www.napkinboard.com/food_items/413
It sounds like you've found a link that exploits an XSS vulnerability using the query string.
Make sure to properly escape all of your output.
load up firefox and firebug, and see what the javascript and network stack trace show. That should give you an idea of where it's coming from, etc.

Resources