title

Can Greasemonkey cause the displayed title to change

I want to change the title showing in a page based on information I pick up from within the page (eg to show the number of inbox messages) document.getElementsByTagName('title')[0].innerHTML="foo"; does change the title tag, but firefox does not update the displayed title (in window and tags) when this happens. Is this possible? ...

What is the Best Job Title for a "Webmaster"?

I was hired within higher education as their "Webmaster". I know it is somewhat dated and recently read an article that made some good points for a title change. My boss recently asked me to write a proposal for the title change and come up with an actual title. I work at a community college and we are not heavily staffed, so anything ...

Job Titles

I consult for a small company and need to get some business cards with the client's logo. I have free range to suggest an appropriate title for myself. My roles in the organization: lead IT initiatives (from automation to office infrastructure) design software solutions develop software solutions lead small dev team work with ceo/co...

How do I override the title of a bookmark for a web page?

When adding a bookmark or favorite the browser uses the TITLE tag of the page to automatically populate the title of the bookmark. However, my web pages use SEO-friendly titles which are not really user-friendly. Is there a method to override the title when the browser makes a bookmark? I am aware that I can create a link on the page th...

Line break in title attribute of span

I've got a span that I'm using as a tooltip for a checkbox on a web page, and I want there to be a line break in the tooltip. None of the following have worked: <span title='This<br />is a tooltip'></span> <span title='This is a tooltip'></span> document.getElementById('mySpan').setAttribute('title', 'this\nis a tooltip'); Is this e...

Adding title in contentplaceholder adds second empty title tag

My master page has a contentplaceholder in the head tag. Because I want my page's title to represent the function of the current page and because I want the title to be translated in the user's language I have added a title tag in the page's head's contentplaceholder. All jolly and good except that now there appears a second, empty titl...

String search

What is the best way to search strings for something like forum? i seen horrible string search and typically get worse the more strings you use rather then better. I also may implement a title search so if the way to search title that is better then a body of string i'd love to hear that too ...

Changing SharePoint Site Collection Title

I need to change the title of a site collection in SharePoint (MOSS 2007). I found one post saying it can be done in SharePoint Designer, but I wasn't seeing the specified menus, and haven't been able to find it anywhere else. I'm assuming I can do it programmatically if necessary, but I'd like to think they made it easier than that (sil...

What is the Title of this Software Engineering Book?

Hi Guys, I don't know if its right to ask the question here. I am in search for a book on Software Engineering and i don't know its name. One of my friend have a well worn version of it without the covers and so I know the table of contents of that book. Here's the table of contents in it. Part One Software-the Process and Its Ma...

How can I have my abstract at the titlepage in LaTex?

My LaTex file: \maketitle \begin{abstract} For over a century, fingerprints have been an undisputed personal identifier. Recent court rulings have sparked interest in verifying unique... \end{abstract} I would like to a similar titlepage as here. My document class is article. This is the beginning of my file. ...

How do I extract an HTML title with Perl?

hi Is there a way to extract HTML page title using Perl? I know it can be passed as a hidden variable during form submit and then retrieved in Perl that way but I was wondering if there is a way to do this without the submit? Like, lets say i have an HTML page like this: <html><head><title>TEST</title></head></html> and then in Per...

How to come up with a fun project name?

I was thinking, that all of my projects have boring names. For example, if making a math library, I'd call it math. Sometimes, I would add a prefix with my initials, so it'd become pmmath or *pm_math*. Boring, isn't it? How do people come up with fun or at least, less boring names? Like Apache, Python, Ruby... They're not boring. If you...

How to read an external page's title?

I think it's possible with jQuery, but any ASP.NET serverside code is good for my situation too. With jQuery I can load a page to for example a div, and filter the div for <title> tag, but I think for heavy pages, it is not good to first read all of the content and then read the title tag.. or maybe it has a very simple solution? anyway...

Title tag out of sync with AJAX

So when users land a on a product page on my website we have a few products we cross sell that can be swapped in to the main view with AJAX. The title tag changes, but it doesn't flip out with the first alternate product then stays one click behind as you flip through the additional products. The only thought I could have is that I'm n...

extract title tag from html

I want to extract contents of title tag from html string. I have done some search but so far i am not able to find such code in VB/C# or PHP. Also this should work with both upper and lower case tags e.g. should work with both <title></title> and <TITLE></TITLE>. Thank you. ...

C# remove icon from the form's title bar

Hello, C# 2005. A client has asked me to remove the icon from the form's title bar. As they don't want to display any icon. But this me guessing as when I click on the icon property you have to browse to some icon. Many thanks, ...

Suppress Link Titles

Is there a way to suppress the pop-up titles on links, yet still keep them on the page for the visually impaired? ...

How to change title of some text input depending on a radio with jquery ?

Hi! As you can see on http://jsbin.com/erivi/ I'm using Jquery to change some image (and image attribute) depending on radio button selected, I'm also removing form text when clicking inside it. And now what I'm trying to do is to change the text of the form depending on the radio button checked. For example when clicking on "Choice 3...

retrieve post or page title to iframed page

Hi, i'm iframing a php page into another php page on wordpress blog, and i need to retrieve post or page title from the main page to the iframed page as a post or page title. i mean embeding main page title to the iframed page title. Thank you... ...

Programming job names

Is there any difference between these occupation names: Programmer Software engineer Algorithmist / Algorithms specialist Systems analyst Do they all require different education and work experience, or should a good programmer be able to be all of them? And should all these positions exist in the same organization, or is it just a w...