In HTML, this may refer to the title of a web page or the title attribute of an element, which appears as a tooltip on mouse over

learn more… | top users | synonyms

1
vote
1answer
18 views

How to extract Title and description of a url using php

I trying to extract title, description and keywords of url. The code below is working fine for a single line description but not for multiple line description. Could anyone help regarding this. It ...
0
votes
0answers
4 views

How do I get sub-heading in Joomla into a normal page?

I am working with Joomla 3.0 Joomla let's you set up a heading and a sub heading in your header/banner. I don't like how the text is layed out in the heading because it is often times not properly ...
0
votes
0answers
7 views

Youtube embed - title displaying twice at the end of the video

Anytime I embed a YouTube video, using the iframe that is supplied by YouTube, at the very end of the video, the title displays twice. I'm seeing it pretty much anywhere a YouTube video is embedded. ...
0
votes
0answers
9 views

Adding title tags to language folders in Joomla

How can I add a title tag to language folders in Joomla? I use the fallang option to translate all the pages but there is no place to be found to edit the title tag or meta tags of any of these page. ...
1
vote
1answer
22 views

Extract Title and Description from multiple URLs

I have a list of links that are all articles. I am trying to use PHP to extract the title and the description from all of them at once. I also want the article title to be hyperlink to the URL and the ...
2
votes
1answer
31 views

Mainting UIButton on UINavigationBar throughout app?

I'm try to set up a navigation-based app with a UIButton (to provide 'about' information) as the title on the navigation bar. I can easily establish the button as the title but can't figure out where ...
0
votes
4answers
39 views

Change title of navbar based on which tab is selected?

I have an iOS app where there is a navigation controller as the root controller but at one part there is a tab bar to select between views in one of the nav bars. It looks similar to the iTunes app ...
0
votes
2answers
29 views

Ubuntu: How to I add string to terminal window title from command line?

I am working on a Ubuntu VM where i have multiple terminal windows open at the same time. I switch between them many times and it's hard to keep track of which window has which purpose. So what I want ...
0
votes
2answers
41 views

Text is not being echoed at all when CSS and file_get_contents are being used

<html> <?php $url = "http://www.youtube.com/embed/FTGNAupPqpU"; $str = "title of video here"; $css = <<<EOT <style type="text/css"> body { background: #eeeeee; ...
0
votes
1answer
15 views

Title of ContextMenu from ListView item

I am trying to set the title of the ContextMenu from the selected item in the ListView. However everytime I run this on the emulator, it crashes and I have to Force Close it. DDMS shows that an ...
0
votes
3answers
29 views

can a search engine read a PHP echo in a sites alt tags?

Is it good practice to use PHP to inject text into your alt or title tags? Can a search engine read the title tag or does it just see the code? This is basically what I was going for <?php ...
0
votes
0answers
9 views

Libre office: How to format title pages for book (avoiding the missing blank-page when pdf-file exported) [migrated]

How do you set up the i, ii, iii, iv... followed by the 1, 2, 3, 4... pages of the usual book format in Libre office? What is the logic of it? Also how do you avoid the automatic BLANK PAGE appearing ...
0
votes
0answers
20 views

Changing button title with alertview input

I'm new to xcode and I'm trying to make a project which makes you change the title of a UIButton after pressing it by the input of a "plaintextinput" alertview that will pop-up after the button was ...
0
votes
1answer
17 views

Create smaller title size in matlab

I have 4 different subplots and I would like to create main title, I read that this can be done by using suptitle function, however, it worked well but the problem is that the title is too bold and ...
0
votes
2answers
28 views

Various activities, various intents, failed at name app

I have some intents to execute different activities, my problem is that when I run the app in the device, eclipse install it with the name of the last activity. For example: We have, three ...
-1
votes
0answers
12 views

Set a different HTML5 app name than the HTML title attribute

Is it possible (and if so, how?) to define a different name for an HTML5 app (the suggested name from the Add To Home Screen button) than the title attribute of the current HTML page?
5
votes
2answers
46 views

Different color for different parts of MATLAB title

I have, what I think might be a 'simple' problem. I know how to change the color of a MATLAB title. What I do not know, is how to use two different colors, at two different parts of the title. For ...
0
votes
0answers
32 views

custom head block is not fetching page title and meta data

I have built a custom 'head' block on my Magento store, which only includes the neccessary scripts and files which I use throughout the site. For the sake this question lets call it 'new_head'. Only ...
0
votes
0answers
16 views

change value in a line from another file

i have around 2000 nfo files that i need to replace one file with data from another. in every nfo there is a line with info such: "title blah blah blah /title " (the title is inside <>) i have ...
0
votes
1answer
30 views

Increase distance between title and plot in matplolib?

I have a simple plot in matplotlib and I would like to increase the distance between the title and the plot (without using suptitle because it does not work on the version I use on a server). How to ...
1
vote
2answers
50 views

Why is my title showing as a left button?

I have a navigationBar in my TabBarView. I want a rightBarButtonItem and a title on my navigationBar. Why is this happening? My code is in the viewDidLoad method. Why is my title showing as a left ...
-1
votes
1answer
15 views

multiple webpages with the same page titles/metatags [closed]

I have created several duplicate pages because my website is in 3 languages (yes i know this is bad way to achieve this). Will google flag my site as spam if I use duplicate page titles/meta keywords? ...
1
vote
1answer
24 views

header title with php when download files

Im using php to stream videos from my site , example of video url http://site.com/videoplayback?pkey=04132122085611&hkey=802b48a81816d7686cb1e3bbb01f4b5c&fkey=04132122085611.flv&start=0 ...
0
votes
1answer
29 views

Change in Wordpress Title

May be it is a unreal question. But i want to know that is there any way to change automatically "-" to "," in wordpress post title? i.e. : if someone add a new post with this title = ...
1
vote
1answer
76 views

Using php to extract keyword pairs for SEO

I'm currently investigating some new ideas for long tail SEO. I have a site where people can create their own blogs, which brings pretty good long tail traffic already. I'm already displaying the ...
0
votes
3answers
63 views

how to hide custom title background image?

In my program, sometimes , I need to hide my custom title,but I failed hide the tilte's background image.the button and the Textview I can hide well. my code(xml) as follow. the title xml : ...
5
votes
2answers
74 views

Changing font in a two line figure title

I want to write my figure title in two lines in a way that I can change the text properties of both lines separately. I found: title(['\bf{first line}' char(10) '\rm{second line}']) which makes the ...
0
votes
4answers
90 views

How to retrieve website names?

I am wondering if there is a way to get the name of a website from a URL. I know you can parse a URL to get a domain name, but since site names are not standardized as far as code is concerned, I am ...
0
votes
0answers
26 views

How can I update og:title after 50 likes on a webpage?

I run a website for a popular annual music festival tour and unfortunately we used dated info (last years's lineup) in our og:title tag. I know through research here and elsewhere (FB documentation) ...
1
vote
1answer
12 views

Sage wont allow me to add a title to a plot

I am going to put two sets of code in here the first one is the graph Im working on that has no problems. The second set of code is the same as the first except when I try to add a title to the graph ...
0
votes
1answer
36 views

Remove html from title (wordpress)

I use a import plugin for products, the products imported from xml file (by url), one xml file has this string in titles: < product_title > < ![CDATA[ < font color=red >All ...
0
votes
2answers
60 views

How can I replace a href title to div (Solved)

Is it possible to change a href="#" title="ooo" tag to div? i try these code but not work, this is my Htmlcode <ul class="test"> <li><a href="#" class="ut" ...
1
vote
2answers
41 views

Is is possible to use <a title=“<a>”>

I am creating a site with some pictures on it of me and my friends. To be able to view those photos quickly I've added the Milkbox javascript to my site (Milkbox Site). You can add photo's like this: ...
-1
votes
1answer
56 views

Is it possible to build a URL with Yahoo Pipes by using a feed title? (item.title)

Using Yahoo Pipes, I know that there are many ways to take something from a string and insert it into a feed. I am wondering if it is possible the otherway around. So far I have been unsuccessful in ...
0
votes
0answers
38 views

Supersized Slider: Title

In Supersized, how can I have a different div per slide instead of just using the 'title' query? {image : 'http://buildinternet.s3.amazonaws.com/projects/supersized/3.2/slides/wojno-1.jpg', title : ...
0
votes
0answers
48 views

Echo Joomla K2 Item Title in Main Template Using PHP

I'm trying to simply echo the title of the current k2 item I'm viewing, but the echo will not occur within the K2 template, it should show in my MAIN site template. I tried this: <?php echo ...
0
votes
0answers
24 views

Fancybox 2 title position related to browser instead of content height

I set up Fancybox 2 and customized everything, but I’m not sure how to position the title absolute within the whole browser window instead of it being positioned relative to the image height. You can ...
0
votes
0answers
22 views

How do HTML entities in the alt or title attirbute of an image affect tool tips and audio user agents?

BACKGROUND I was given text from a copywriter which contained a lot of © . So in Sublime Text Editor, I did a Search and replace with: &copy; A lot of the text was already added to the images ...
0
votes
0answers
16 views

How to get the title of a user selected iTunes playlist

I have a music player app. How do I get the user selected iTunes PLAYLIST title so I can attach it to a label on the table view of songs? Thank you!
0
votes
2answers
40 views

Titles are not showing in the navigation bar iphone a[[

Titles are not showing after the home screen. I have put tab barcontroller after the first screen.First screen havent a tab bar controller. I am not sure the way i have implemented the tab. I have ...
-3
votes
0answers
34 views

Changing my Facebook page name back. [closed]

http://www.facebook.com/jjbookings.ns My page is now under this title, and I used to have one under http://www.facebook.com/jjbookings. I want to switch my current page back to this title that I ...
0
votes
1answer
19 views

youtube api - prevent title overlay on pause

Hello I'm writing advanced html5 multimedia player also with You-Tube support using YT API. and there is trobule because on my page player uses really small video area (it shows visualization in case ...
1
vote
1answer
29 views

have_selector testing page title does not work

hi I have the following codes for testing require 'spec_helper' describe PagesController do render_views describe "GET 'home'" do it "returns http success" do get 'home' response.should ...
0
votes
5answers
64 views

Add a title tag with jquery based on each image name

I want to use jquery to add a title tag to the class ls-thumb-active, I got it to to that with this: <script type='text/javascript'>//<![CDATA[ $(window).load(function(){ tooltip = ...
0
votes
0answers
19 views

RSS : FULL itemtitle instead of TRUNCATED itemtitle

I have a Pinterest RSS feed and all the titles are truncated (description of a photo is automatically the title). Is there a way around this because I'd like to have the full itemtitle instead of the ...
0
votes
2answers
32 views

How do I style the title element within a form?

I am using jQuery validation to make sure my form is submitted properly. I'm trying to style the title element within my form so that when a user doesn't fill at the form properly the text that pops ...
4
votes
1answer
57 views

How do people make the fancy titles displayed when bash script its run

How can I make bash script have a cool title Currently I am just using echo to give the name arg cliccker to my script instead of having one boring line how do i make fnacy bash sript logos like ...
1
vote
1answer
60 views

How to make a title appear above a polar plot in MATLAB

I have created a simple polar plot like this: polar(direction, power, 'k.') title('this is my title') Only the title overlaps the numbers at the top of the circle. How do I shift the plot down/the ...
1
vote
1answer
37 views

Change the Title on a Java Swing App

How would I go about changing the Title (in the menu bar) of my java app. When it is launched, at least in mac (My primary development environment), it displays the full class name instead of the ...
0
votes
2answers
32 views

How to reduce the length of title in Blogger?

Aloha guys, I'm new here. I really want to reduce the length of the title (reduce the number of words) so that it blends in well with the theme. My website's default view is Grid View, and I want the ...

1 2 3 4 5 20