tag:blogger.com,1999:blog-131719152009-02-20T17:31:05.749-08:00Ask EmiGeeky Technical Questions and Answers &raquo; Just for Fun, Not for CreditEmilienne Irelandhttp://www.blogger.com/profile/04390511300049940499noreply@blogger.comBlogger8125tag:blogger.com,1999:blog-13171915.post-1118340080753175972005-06-09T11:00:00.000-07:002005-06-09T11:01:41.606-07:00Peer-to-peer problem-solvingIf you are scratching your head over an annoying code problem, Kathie Legg of <a href="http://klegg.blogspot.com/">Kathie's Politech</a> has graciously offered to look at your code and try to help. She wrote me this just before I distributed the email list to the class on Tuesday:<br /><br /><div class="box-yel">My classmate .&nbsp;.&nbsp;. had an error in their code for their last post. I&nbsp;offered to help them with that (I am good at finding errors) but they seem to have taken down the blog post. Can you just make sure they know I don't mind helping them fix it and they did not have to take it down?</div><br />When I asked whether she wanted to offer her help to other classmates, as well, she replied:<br /><br /><div class="box-yel">Feel free to let them know. I LOVE looking at code!</div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13171915-111834008075317597?l=askemi.blogspot.com'/></div>Emilienne Irelandhttp://www.blogger.com/profile/04390511300049940499noreply@blogger.com40tag:blogger.com,1999:blog-13171915.post-1117844933236798482005-06-03T17:28:00.000-07:002005-06-03T17:30:35.603-07:00Call for volunteer tester<strong>Note:</strong> Adding links to your blog is strictly optional and will not affect your grade. If you don't happen to care about this, please ignore this post.<br /><br />Blogger provides some <a href="http://help.blogger.com/bin/answer.py?answer=110&topic=22" target="_blank">basic instructions</a> on how to edit your link list, but they probably are not explicit enough for people who have never worked with HTML before. <br /><br />So I wrote up <a href="http://askemi.blogspot.com/2005/06/how-to-add-our-class-blogs-to-your.html">instructions for non-coders</a> explaining exactly how to do this. To do this, you only need to cut and paste in HTML.<br /><br />If you don't know anything at all about coding in HTML but are willing to try a cut-and-paste task.&nbsp;.&nbsp. you might want to volunteer to test these instructions. If you find them adequate, I can recommend them to your classmates.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13171915-111784493323679848?l=askemi.blogspot.com'/></div>Emilienne Irelandhttp://www.blogger.com/profile/04390511300049940499noreply@blogger.com3tag:blogger.com,1999:blog-13171915.post-1117849814777529692005-06-03T17:12:00.000-07:002005-06-03T18:52:58.260-07:00How to create an HTML linkAs an exception, this tech tip is also posted on our official class blog. Normally, I will not ask you to learn any HTML. However, this basic skill is very good to know and easy to learn.<br /><br /><strong>Problem</strong><br />Here's a link copied from the address bar in my browser and pasted directly into this blog:<br /><br /><a href="http://blogs.washingtonpost.com/">http://blogs.washingtonpost.com/</a><br /><br />There's nothing wrong with that link. But a problem occurs when you have a really long URL, like this one:<br /><br /><span style="font-size: x-small;"><a href="http://blogs.washingtonpost.com/achenblog/2005/05/blogs_and_journ.html">http://blogs.washingtonpost.com/achenblog/2005/05/blogs_and_journ.html</a></span><br /><br />While the link does work &#151; it's a perfectly valid link &#151; the problem is that this particular URL is so long that at normal font size it breaks the page layout, causing the blogroll column to slip down. In fact, I had to make the font size artificially tiny just to be able to show you this example without breaking the layout of this page.<br /><br /><strong>Solution</strong><br />To correct this, simply insert the address into an HTML link.<br />For instance, if you type this code into your blog:<br /><br /><font color="#bb0000">&#060;a href="http://blogs.washingtonpost.com/"&#062;see the article&#060;/a&#062;</font><br /><br />it will be rendered like this on the web page: <a href="http://blogs.washingtonpost.com/"><font color="#bb0000">see the article</font></a><br /><br /><strong>Summary</strong><br />Notice the basic format is as follows:<br /><br /><font color="#bb0000">&#060;a href="http://www.somewebsite.com/somepage.html"&#062;</font>text<font color="#bb0000">&#060;/a&#062;</font><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13171915-111784981477752969?l=askemi.blogspot.com'/></div>Emilienne Irelandhttp://www.blogger.com/profile/04390511300049940499noreply@blogger.com0tag:blogger.com,1999:blog-13171915.post-1117843794551943132005-06-03T17:09:00.000-07:002005-06-03T17:09:54.560-07:00How to add our class blogs to your blogrollThese instructions tell you how to set up your blogroll to list all of our class blogs.<br /><br /><span class="hdr">HTML knowledge required: none</span><br />You don't need to know how to create any HTML, but you will cut and paste the code below into the HTML code of your blog template.<br />Don't worry; it's easier than it sounds. If you can cut-and-paste neatly and accurately, you can do it.<br /><br />If you have never worked with HTML at all before, I strongly suggest that you create a separate practice blog in your blogger account. (I did this myself, because Blogger's automatic formatting was changing my HTML and I wanted to test it.) You can call it anything, such as "test&nbsp;blog". That way, you can practice the instructions below on your test blog before trying it on your actual class blog.<br /><br /><span class="hdr">Save a backup copy of your blog template code</span><br />Before making changes to your Blogger template, always be sure to make an exact copy of it and save it to your hard drive. Here's how:<ul class="num"><li class="num1">Leave this browser window open for reference and open a second browser window. In the second browser window, log into Blogger, click on the name of your blog, and click the Template tab.<br /><br />You will see a large input box containing HTML code.</li><li class="num2">With your cursor, carefully highlight <strong>everything</strong> in the input box.<br /><br /><strong>Note:</strong> The highlighted code should start with <span class="hilite-blu">&#60;!DOCTYPE html</span><br />and end with <span class="hilite-blu">&#60;/html&#62;</span></li><li class="num3">Without closing your browser, open any plain text editor. For&nbsp;example, in Windows, open Notepad or Wordpad.<br />(To do this, simply click Start, All Programs, Accessories, Notepad).<br /><br />You will see a blank screen displayed in Notepad (or whatever text editor you are using).</li><li class="num4">Copy and paste the highlighted code into Notepad (or other text editor).</li><li class="num5">Save the file to your hard drive as template.txt (and remember where you saved it).</li><li class="num6">Open the Notepad document you just created to verify that you copied everything, then close Notepad.<br /><br /><div class="top10">Remember, the highlighted code should start with <span class="hilite-blu">&#60;&nbsp;DOCTYPE&nbsp;html</span> and end with <span class="hilite-blu">&#60;/html&#62;</span></div></li></ul><span class="hdr">Modify your blog template</span><br />Now you are ready to add the list of class blogs to your template.<br /><br /><strong>Note:</strong> I cannot troubleshoot your HTML code. If you try this procedure and have problems, simply take the backup copy of your original template code and paste in back into the template box.<ul class="num"><li class="num1">You should be logged into Blogger, with the Template tab selected and the input box containing the template code displayed on your screen.</li><li class="num2">Scroll down to nearly the end of the template until you see a line that reads:<br /><br />&#60;!-- End #profile --&#62;</li><li class="num3">With your cursor, carefully highlight the eight lines of code that follow, as shown below:</li></ul><img src="http://www.emilienneireland.com/blog/lib/i/template-links2.gif" width="399" height="209" border="0" alt=" code you must replace "><br /><br /><strong>Important:</strong> the highlighted code should start with <span class="hilite-blu">&#60;MainOrArchivePage&#62;</span> and end with <span class="hilite-blu">&#60;/MainOrArchivePage&#62;</span><br /><ul class="num"><li class="num4">Without closing the browser window, go to the first browser window that is still displaying the AskEmi blog. Do not use the back button; the AskEmi site and your blog site should both be open in separate browser windows.</li><li class="num5">Highlight and copy the code in the yellow box below, switch to the other browser, and paste the code into your blog template, replace the eight lines of code you highlighted earlier.<br /><br /><strong>Note:</strong> be careful to completely replace the eight highlighted lines and not leave any stray characters remaining from the original eight lines.</li></ul><div class="box-yel"><span class="vsm">&#060;ul&#062;<br />&#060;li&#062;&#060;a href="http://adviseconsent.blogspot.com/"&#062;Advise and Consent&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://bigblockofcheese.blogspot.com/"&#062;Big Block of Cheese&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://blueinaredworld.blogspot.com/"&#062;Blue in a Red World&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://bluestatesofmind.blogspot.com/"&#062;Blue States of Mind&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://bluestateblush.blogspot.com/"&#062;Blushing in a Blue State&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://britishboyindc.blogspot.com/"&#062;British Boy in DC&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://cannedhamm.blogspot.com/"&#062;Canned Ham&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://centerforce.blogspot.com/"&#062;Centrifugal Force&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://thedailyrag.blogspot.com/"&#062;The Daily Rag&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://demchatterbox.blogspot.com/"&#062;Dem ChatterBox&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://gspmdesi.blogspot.com/"&#062;DesiPolitica&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://dimmysworld.blogspot.com/"&#062;Dimmy's World&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://femocrat.blogspot.com/"&#062;The Femocrat&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://gwodem.blogspot.com/"&#062;GWO Dem&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://123hegemon321.blogspot.com/"&#062;Hegemon&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://iammeblog.blogspot.com/"&#062;iammeblog&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://idealistaction.blogspot.com/"&#062;Idealist Action&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://il2dc.blogspot.com/"&#062;IL 2 DC&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://independentblogger.blogspot.com/"&#062;Independent Blogger&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://klegg.blogspot.com/"&#062;Kathie's Politech&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://mediapreference.blogspot.com/"&#062;Mediated Preference&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://www.meetjustin.com/Blog/"&#062;meet justin&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://newmediablog.blogspot.com/"&#062;stuck in the middle with blue&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://smechum.blogspot.com"&#062;"new media" musings&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://www.obstacleremoval.blogspot.com/"&#062;Out of the Way&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://outsidedamage.blogspot.com/"&#062;outside damage&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://pnm05.blogspot.com/"&#062;PNM05&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://politiae.blogspot.com/"&#062;Politiae&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://red-or-green.blogspot.com/"&#062;Red or Green?&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://separight.blogspot.com/"&#062;Right Blog&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://thesamewavelength.blogspot.com/"&#062;The Same Wavelength&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://pmgt218.blogspot.com/"&#062;A Schwarzenegger Republican&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://shadowsmews.blogspot.com/"&#062;Shadow's Mews&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://hieneman.blogspot.com/"&#062;Southern Dems Still Exist&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://thetoastertalks.blogspot.com/"&#062;the toaster talks&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://mikedinthehouse.blogspot.com/"&#062;Unassigned Topics&#060;/a&#062;&#060;/li&#062;<br />&#060;li&#062;&#060;a href="http://internationalperspective.blogspot.com/"&#062;understanding u.s. politics&#060;/a&#062;&#060;/li&#062;<br />&#060;/ul&#062;</span></div><!-- end box-yel --><ul class="num"><br /><li class="num6">Click the orange <strong>Save Changes</strong> button, then the navy blue <strong>Republish</strong> button.</li><li class="num7">Go to your blog's home page and see how it looks. You may need to refresh the page to see your changes.<br /><br />(To refresh the page, press and hold the <strong>Shift</strong> button on your keyboard while pressing the <strong>Refresh</strong> button in your browser. This clears the browser's "cache," or memory.)</li><li class="num8">You're done. If for any reason you are not happy with the results, you can simply go back to the template code box (where you made the changes earlier) and replace the code that is there with the backup copy you made earlier.</li></ul><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13171915-111784379455194313?l=askemi.blogspot.com'/></div>Emilienne Irelandhttp://www.blogger.com/profile/04390511300049940499noreply@blogger.com0tag:blogger.com,1999:blog-13171915.post-1117339485350984432005-05-28T21:02:00.000-07:002005-05-28T21:13:58.666-07:00If you're new to HTML, but curious . . .You might want to read <a href="http://mikedinthehouse.blogspot.com/2005/05/psa-new-to-html.html">Mike D's blog entry</a>: "PSA: New To HTML?"<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13171915-111733948535098443?l=askemi.blogspot.com'/></div>Emilienne Irelandhttp://www.blogger.com/profile/04390511300049940499noreply@blogger.com8tag:blogger.com,1999:blog-13171915.post-1117333923801918982005-05-28T19:31:00.000-07:002005-05-28T20:42:53.296-07:00Posting images on your blogIf you want to add images to your posts, one way to do it is using the free <a href="http://www.hello.com/how_bloggerbot_works.php">Hello software</a>, which is designed to work with Blogger blogs.<br /><br />I tested the Hello software and was able to use it to post images to my blog. However, in order to get it to work, I had to enter Hello.com as a trusted website in the security settings for both my web browser and my anti-virus software, a configuration issue I did not see mentioned in the <a href=" http://www.hello.com/help.php" target="_blank">Hello.com online help</a>.<br /><br />I noticed that the <a href="http://www.flickr.com/" target="_blank">Flickr website</a> also claims that you can use its software to post images to Blogger blogs. I have not tested that myself yet, though.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13171915-111733392380191898?l=askemi.blogspot.com'/></div>Emilienne Irelandhttp://www.blogger.com/profile/04390511300049940499noreply@blogger.com0tag:blogger.com,1999:blog-13171915.post-1117314691357057412005-05-28T14:11:00.000-07:002005-05-28T14:11:31.356-07:00Tip: SharpReader puts all blogs on one screen<div class="floatleft"><a href="http://www.sharpreader.net/" target="_blank"><img src="http://www.emilienneireland.com/blog/lib/i/thumbs-up.gif" width="60" height="75" border="0" alt=" thumbs up "></a></div>Now I can scan all the class blogs as easily as checking my email. I can see immediately when someone has added a new entry that I haven't read yet. For me, <a href="http://www.sharpreader.net/" target="_blank">SharpReader</a> was painless to install and set up, but I already had the .Net framework installed.<br /><br />If you don't want to bother installing the .Net framework, you can simply take <a href="http://britishboyindc.blogspot.com/2005/05/so-many-blogs-so-little-time.html">Peter C's</a> advice and automatically add RSS feeds into your Firefox browser. (If you already use another browser, such as Explorer, it's OK to install the Firefox browser, as well. I have several browsers installed. They each have advantages and drawbacks.)<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13171915-111731469135705741?l=askemi.blogspot.com'/></div>Emilienne Irelandhttp://www.blogger.com/profile/04390511300049940499noreply@blogger.com0tag:blogger.com,1999:blog-13171915.post-1117314561204002612005-05-28T14:01:00.000-07:002005-05-28T14:09:21.206-07:00This blog is the place to address tech issuesBecause <a href="http://presscontrolshift.blogspot.com/">PMGT 218</a> is not a technical course, I won't be teaching technical skills in the course and students won't be expected to learn them.<br /><br />However, some students may find it helpful to have a separate forum where they can discuss technical issues. This blog is the place for that. It is strictly for fun, and is not part of the PGMT 218 course curriculum. Any writing posted on this blog will not count toward your grade.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13171915-111731456120400261?l=askemi.blogspot.com'/></div>Emilienne Irelandhttp://www.blogger.com/profile/04390511300049940499noreply@blogger.com0