Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

50
votes
18answers
49k views

How to come up with a fun project name? [closed]

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 ...
33
votes
5answers
25k views

Set title background color

In my android application I want the standard/basic titlebar to change color. To change the tekst color you have setTitleColor(int color), is there a way to change the background of the bar?
26
votes
9answers
20k views

How can I use a carriage return in a HTML tooltip?

I'm currently adding verbose tooltips to our site, and I'd like (without having to resort to a whizz-bang jQuery plugin, I know there are many!) to use carriage returns to format the tooltip. To add ...
15
votes
6answers
4k views

Application Architect vs. Systems Architect vs. Enterprise Architect?

So many buzzwords. Not sure if I need to start playing BS Bingo or not. And I'm not trying to be cynical. But I've heard many people with these various titles. There never seems to be a clear ...
14
votes
1answer
10k views

jQuery ui dialog change title after load-callback [closed]

Possible Duplicate: Howto update 'title in jQuery UI Dialog? I like to change the title from an UI Dialog after i have submitted a form in this UI Dialog. So in the callback-function ...
12
votes
3answers
6k views

Change UISearchBar/Keyboard Search Button Title

In the UISearchBar control, is the a way to change the Search key title for the keyboard to Done?
11
votes
5answers
22k views

Hiding Title in a Fullscreen mode?

Is there a way to hide the window title so that it won't get shown in fullscreen mode ( getWindow().setFlags(LayoutParams.FLAG_FULLSCREEN, LayoutParams.FLAG_FULLSCREEN) ) but then will ...
9
votes
2answers
3k views

Howto update 'title in jQuery UI Dialog?

I like to change the title from an UI Dialog after i have submitted a form in this UI Dialog. So in the callback-function after load i should suggest, but i've tried and googled without result. Has ...
8
votes
2answers
810 views

How to set the program title in python

I have been building a large python program for a while, and would like to know how I would go about setting the title of the program? On a mac the title of program, which has focus, is shown in the ...
8
votes
4answers
428 views

Why does the <link> ‘title’ attribute cause browsers to ignore my styles?

The following html document (together with the CSS) fails to render the styles in b.css. <!doctype html> <html> <head> <link rel="stylesheet" media="screen" ...
7
votes
3answers
366 views

jQuery Select All Elements That Have a Title

I need to apply a tooltip plugin to a bunch of different elements on my page. The only common property to work with a jQuery selector is that they all have a title property set. I tried ...
7
votes
2answers
9k views

How do I get the title of a youtube video if I have the Video Id?

I'm playing now with the Youtube API and I began a small project (for fun). The problem Is that I cant find the way to get Title of a video from the Id. (example: ylLzyHk54Z0) I have looked in the ...
6
votes
3answers
2k views

How to change gnome-terminal title in Ubuntu 10

I've tried setting my PROMPT_COMMAND variable: PROMPT_COMMAND='echo -ne "\033]0;"myWindowTitle"\007"' but something changes my tab (or the whole terminal title) to 'user@hostname:/current/path', ...
6
votes
5answers
282 views

How to find text in images with the browser control+F

Have HTML pages with many sections and each section has a section title displayed as an image (to use nice font). The problem is that even if I specify an 'alt' and 'title' text on each image/title ...
6
votes
7answers
2k views

Add a version number to the title of a LaTeX document

The title section of my LaTeX documents usually look like \title{Title} \author{Me} %\date{} %// Today's date will appear when this is commented out. \begin{document} \maketitle I'd really ...
6
votes
1answer
1k views

Send UIWebView title to UINavigationBar

Hi I have looked everywhere but nothing as help, I am trying to send the UIWebView page Title to UINavigationBar. I would also like it if a user clicks on a link the UINavigationBar shows a back ...
5
votes
3answers
958 views

Is it possible to add title to charts?

I want to add a title to a chart, like in the gauge example or a pie chart. I want to display a title under or on top of the chart. Is this possible? I've been looking and can't find anything about ...
5
votes
4answers
308 views

In <head>, which comes first: <meta> or <title>?

In head, which comes first: meta or title? I was reading this: This [meta] tag should be the first in the HEAD section, because the server will process the text above as ASCII with no ...
5
votes
4answers
1k views

SEO title vs alt vs text

Does the title attribute in a link do the job of the real text in the link for SEO? i.e <a href="..." title="Web Design">Web Design</a> is it the same as: <a href="..." title="Web ...
5
votes
1answer
2k views

iPhone Title and Subtitle in Navigation Bar

In my application, I'd like to have the navigation bar display a title and subtitle. To that extent, I added the following code to my view controller: // Replace titleView CGRect ...
5
votes
10answers
679 views

HTML A tag title formatting

I was wondering if it is possible to display the title from an A tag reference, which comes up as a pop-up in your browser, if anyone know of any libraries to make this pop-up much nicer and have the ...
5
votes
1answer
527 views

.vimrc action onclose

is it possible to use something like an "vim-close/exit"-Event to execute some last commands before vim quits? I use this lines in my config, to let vim set my screen-title: if ...
5
votes
2answers
10k views

Change UITableView section header/footer WHILE RUNNING the app?

I'm facing a problem I cannot resolve... I have a grouped table whose section header and section footer get displayed correctly upon launch thanks to - (NSString *)tableView:(UITableView *)tableView ...
5
votes
5answers
469 views

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 ...
4
votes
2answers
63 views

Is there a more efficient way of displaying unread message number in page title?

Currently I use this... setInterval(function() { $.ajax({ url: 'data.php', success: function(data) { document.title = data;}, dataType: 'text' }); }, 15000); But it ...
4
votes
5answers
142 views

Auto Refresh document title?

I have tried many ways to have the page title automatically update every 3 seconds so the title can display how many unread messages they have. Here is what I have tried: setInterval(function() { ...
4
votes
1answer
171 views

I cannot select <title> tag in Atom XML using jQuery

I get Atom data through Ajax using jQuery. I write $(xhr).find('entry id').eq(0).html(); is OK. But $(xhr).find('entry title').eq(0).html(); can not select anything. title tag is actually ...
4
votes
3answers
452 views

Prevent “title” attribute of parent element from causing a browser flyover

The good browsers all work such that an empty "title" attribute for an element means, "don't bother to show a title flyover here". That makes sense, as a little white flyover with nothing in it (edit ...
4
votes
4answers
630 views

ASP.NET Line Breaks in Title Element

I'm trying to optimize SEO readability on our websites and one issue I've come across is ASP.NET butchering the title element of my MasterPage. Entered as such in my MasterPage (manually reformatted ...
4
votes
3answers
3k views

Dynamic page titles in Symfony 1.4

I'm wondering if anyone's got any good advice/experience regarding setting dynamic meta titles in Symfony? Currently, the solution I'm aware of would be to use the following code to set a title ...
4
votes
6answers
3k views

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 ...
4
votes
1answer
18k views

Line break in title attribute of span [closed]

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 ...
3
votes
2answers
39 views

Insert page title in print CSS

I need to grab the page title's on my website and then insert it into the print version of the pages. I have a seperate print.css ofcourse, but is there any way I can grab that title data, maybe as a ...
3
votes
2answers
38 views

post_title / the_title help needed

The below code displays my selected page, its content and shortocde correctly. The page is selected from a theme options panel in the WP Admin. I am struggling to echo the title. At the moment it's ...
3
votes
3answers
63 views

img thumbnail click replace div text value with thumbnail title

JSFIDDLE HERE If you look at the js fiddle you will find clicking the thumbail changes the image aswell as the .currentimgtitle text value but it changes all .currentimgtitle text values on the page ...
3
votes
2answers
41 views

ı can't change title of navigationıtem

I need to learn how I can change title of navigation controller during the each implementation in my main screen(Navigation controller view) I have the name of the city(NAV Title) and my second ...
3
votes
2answers
78 views

Matlab Query: How to align 'title' at the botton of the figure when plotting points

My question says everything. I am plotting points on Matlab. But when I set 'title' value, it displays title-name at the top of the image by default. How can I get the title set a the bottom of the ...
3
votes
2answers
133 views

Cannot access document's title element with jQuery (IE 8)

I'm seeing this issue in Internet Explorer 8, but not in Safari or Firefox. So far, I have not tested in other IE versions. I am developing my own jQuery plugin and, for this question, I've stripped ...
3
votes
1answer
313 views

javascript: set title of option in select tag with javascript

I am working on a project where I have a select tag with its options being generated in a javascript function. I am currently populating the "title" attribute of each option with a detailed ...
3
votes
1answer
297 views

How to change dojo/dijit tab title programmatically?

For example, given the dijit.ContentPane tab below, how do I programmatically change the title "Summary" to something else? <div id="summaryContent" class="tabClass" ...
3
votes
3answers
190 views

How can remove Page Title set while loading Page via Ajax?

I am using Codeigniter 2 with modular extensions. I load all my pages via Ajax Jquery. I load page like follow: <a href="#Add Products" onclick="addProduct()> Add Product</a> In IE, ...
3
votes
2answers
394 views

Changing <title> with Lift

Is it possible to dynamically switch the title of a page that is served by Lift without having to write an extra snippet for that particular case? One option is of course ...
3
votes
2answers
2k views

How to change the window title of a Matlab plotting figure?

I have created a Matlab plotting with the plot() function. Now, how do I change the window title of the generated figure of the plotting? My Matlab m-file which I'm working on: hold on x = [0; 0.2; ...
3
votes
2answers
314 views

which is better for seo, a div with a style set to hidden or an title tag for a jquery tooltip

Wondering what would be better for SEO and a spider, which is better for seo, a div with a style set to hidden or an title tag for a jquery tooltip I am hesitant to put a div with a style set to ...
3
votes
4answers
924 views

Facebook like or share with dynamic document title

I found this problem all over the net but no answer yet, so maybe here someone solved it ...? I built a page relying heavily on jquery.address. It's got one index page and the rest loads dynamically ...
3
votes
1answer
2k views

How to place an icon into the title of a custom dialog

I'd like to place a drawable into a dialogs title bar. I tried the following: final Dialog dialog = new Dialog(this); dialog.requestWindowFeature(Window.FEATURE_LEFT_ICON); ...
3
votes
1answer
637 views

How can i Change my java swing application title in Mac OS X title bar?

My Swing Java application works fine on Mac OS X, but its title in Mac's title bar appears like this "org.classes.MainClass" which is the main class's path of my application. Can i change this title ...
3
votes
1answer
616 views

MATLAB: Setting window/picture title

I have: img = imread('pic.jpg','jpg'); r = img(:,:,1); g = img(:,:,2); b = img(:,:,3); figure, imshow(r); figure, imshow(g); figure, imshow(b); How to set title over each picture?
3
votes
2answers
1k views

Android Menu Item Title not displaying

I've been fiddling with android, and I've been following the menu sample, and it runs almost fine, but the "title" field of the menu items isn't displaying. I think it's related to this question: ...
3
votes
2answers
629 views

How to create a dynamic page title using PHP

Hi I was wondering if anyone can help with this PHP problem. Is it possible to use the text in a H2 tag and use that to populate the page title dynamically. I'd also like to be able to use this ...

1 2 3 4 5 10