I\'m working on my website made from php, and my programmer put the following code on the top of most pages: <?php include \'header.php\'; ?>
I don\'t manage to set a neither a title nor a (title) icon to my custom alert dialog. My code: public class AddingFavoriteDialog extends AlertDialog {
I want to replace my radio buttons with images, here is my html which will be generated by the system,
I have a simple app based on the Notepad demo application, and when a user is viewing/editing a note they can launch the dialog activity (TitleEditor) that allows them to change the title of a note.Cu
I have created a MATLAB plotting with the plot() function. How do I change the window title of the generated figure of the plotting?
I want to use the jGrowl plugin with my custom wordpress theme. my case: you click on a link and a growl-like message box opens. My message should be the link\'s title text.
I\'m new to phpQuery. I need to achieve the simple task of getting the content of the HTML TITLE tag of a webpage. In this case I\'m trying to get the title content of \"Yahoo!\" that should be \"Yaho
basically i use functions like: function ver_pregunta(id){ $(\"#router\").fadeOut(100).load(\'./includes/router.php?que=ver_pregunta&id=\'+id).fadeIn(1000);
Here is the structure of the web site: PHP index file //my class for analyzing the PHP query $parameter = new LoadParameters();
Is it possible to replace/disable the title box in an HTML element, so I could create my own with the title value in it?