Jump to content

npl

Members
  • Posts

    63
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by npl

  1. Awww.... then making this isn't even worth my time. Only one guy on IE 2002 will be able to use it. Thanks for the help anyways!
  2. I really appreciate your help! However I must of done something wrong. I changed the image social_02.jpg to social_03.jpg and then copy and pasted your code into the rest of the widget. It looks like this, and it doesn't work. I cleared my cache and everything. Any idea what is wrong? <html> <head> <title>social</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <!-- Save for Web Slices (social.psd) --> <table id="Table_01" width="300" height="30" border="0" cellpadding="0" cellspacing="0"> <tr> <td><a href="http://borealtrek.com/feed/rss/"> <img src="http://borealtrek.com/wp-content/uploads/2011/12/social_01.jpg" width="31" height="30" alt=""></td> <td> <img src="http://borealtrek.com/wp-content/uploads/2011/12/social_02.jpg" width="23" height="30" alt=""></td> <td><img src="http://borealtrek.com/wp-content/uploads/2011/12/social_03.jpg" width="31" height="30" alt=""> <font color="#000000" size="2" face="Arial"> <script> // © 2000 www.CodeLifter.com // http://www.codelifter.com // Free for all users, but leave in this header // message to show in non-IE browsers var txt = "<img src="http://borealtrek.com/wp-content/uploads/2011/12/social_03.jpg" width="23" height="30" alt="">" // url you wish to have bookmarked var url = "http://www.codelifter.com"; // caption to appear with bookmark var who = "CodeLifter.com Software and Scripts" // do not edit below this line // =========================== var ver = navigator.appName var num = parseInt(navigator.appVersion) if ((ver == "Microsoft Internet Explorer")&&(num >= 4)) { document.write('<A HREF="javascript:window.external.AddFavorite(url,who);" '); document.write('onMouseOver=" window.status=') document.write("txt; return true ") document.write('"onMouseOut=" window.status=') document.write("' '; return true ") document.write('">'+ txt + '</a>') }else{ txt += " (Ctrl+D)" document.write(txt) } </script> </font> </td> <td> <img src="http://borealtrek.com/wp-content/uploads/2011/12/social_04.jpg" width="23" height="30" alt=""></td> <td><a href="http://plus.google.com/b/112173749598862745012/"> <img src="http://borealtrek.com/wp-content/uploads/2011/12/social_055.jpeg" width="31" height="30" alt=""></td> <td> <img src="http://borealtrek.com/wp-content/uploads/2011/12/social_06.jpg" width="23" height="30" alt=""></td> <td><a href="https://www.facebook.com/BorealTrek"> <img src="http://borealtrek.com/wp-content/uploads/2011/12/social_07.jpg" width="30" height="30" alt=""></td> <td> <img src="http://borealtrek.com/wp-content/uploads/2011/12/social_08.jpg" width="23" height="30" alt=""></td> <td><a href="http://twitter.com/#!/borealtrek"> <img src="http://borealtrek.com/wp-content/uploads/2011/12/social_09.jpg" width="30" height="30" alt=""></td> <td> <img src="http://borealtrek.com/wp-content/uploads/2011/12/social_10.jpg" width="24" height="30" alt=""></td> <td> <script src="http://www.stumbleupon.com/hostedbadge.php?s=6&r=www.borealtrek.com"></script></td> </tr> </table> <!-- End Save for Web Slices --> </body> </html>
  3. Hey, My site is www.borealtrek.com , there is a picture on it I want be able to be when clicked bookmark the site in the users web browser. I did a quick google and I turned up somethings. The first few links showed how to do it in Java Script. Can anyone give me a hand? lol I am still wrapping my head around Html and CSS. This is the code that needs to be "bookmarkable" is... <td> <img src="http://borealtrek.com/wp-content/uploads/2011/12/social_02.jpg" width="23" height="30" alt=""></td> Thanks for the help!
  4. Anyone know of a quality widget that displays what posts have been viewed the most in the side bar of a wordpress site. It needs to be similar to this http://gizmodo.com/5862625/water-bottle-blaster-takes-down-walls-i-wish-my-water-cooler-did-that Thanks for the help. Its going to go on http://borealtrek.com
  5. I jumped the gun.... I got the sprite done and I tried to put it into the code and it did not work. What would you do? New Sprite http://borealtrek.com/wp-content/uploads/2011/11/g+.png Normal g+ code <!-- Place this tag where you want the +1 button to render --> <g:plusone annotation="none" href="www.borealtrek.com"></g:plusone> <!-- Place this render call where appropriate --> <script type="text/javascript"> (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'http://borealtrek.com/wp-content/uploads/2011/11/g+.png'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script></td> <td>
  6. Anyone here good with graphic design? I am making a logo/header for www.borealtrek.com and so far what I have made is not really to my liking. I feel that it needs to be more creative and be less focused on typography. Any ideas or concepts?*just remember it has to go with the design and color scheme of the site Thanks for the help and thoughts!
  7. I don't know where I would be with out this forum. Thanks for the help. I think what you said will do the trick just nicely.
  8. Anyone know how to change the appearance of the google plus one button to a square? It is not in the default developer settings. I am at a loss with this one. It needs to be changed to a square to fit in with the rest of my site. http://borealtrek.com Thanks for the help!
  9. I use Firebug (http://getfirebug.com/) to edit my wordpress site. If you use it right you can change css and html in browser and copy and paste those changes into the appropriate file. I think it also tells you what file to edit.... that might help you with your problem.
  10. Its just a side bar text widget in wordpress. Sweet I got it working now sort of... However I get this message when i go to plus one the site I tried to google the problem ironically... and i have not turned up a solution. Any idea how to fix this? And could you try and see if it happens to you? It might just be my computer or something along those lines. http://borealtrek.com
  11. Im using Komodo Edit so far it's been pretty good. There is also Komposer which I used a while back. It decent as well.
  12. npl

    Yeah I have done that before however it was in photoshop cs5. The output when you use a DSLR is awesome. The file ends up being about 50mbs with my camera. So many pixels to look at lol. The reason why I like this app in comparison to my D90 and a tripod is the fact that it is quick, convenient and I always got my iphone on me. So if i see something worth sharing with friends or whoever i'll just shoot it on my phone.
  13. nice shot. how did you zoom in that close? you must have either a decent telephoto lens or just cropped it lol
  14. Anyone on G+? How are you liking it? I am on it by the way..... I dont mind being circled http://plus.google.com/116560501990870056028/posts
  15. npl

    I just had a nerdgasim, yes those do happen time to time. I just downloaded"360° Panorama" App for my Iphone (its on Android to) and it is AWESOME. Check this video out it is the one of the best apps i have seen in along time for the iphone. lol I maybe only saying that though because I love photography. http://www.youtube.com/watch?v=DWIai0FzRgw
  16. This illustrates a great point. When you take out loans get them from a small credit union only if you truly need it. Never from a giant bank.
  17. Thanks for that but that but I know that already. The problem is that I need to insert it into a previously existing text widget and make it fill the empty space IE here. So I don't really know how to do that. lol I wish it as straight forward as the link you provided said.
  18. Yeah thats my name and true in some respects but I just find it cliche. There are like a million "insert name here" photography sites on the web and business in IRL.
  19. Hey If anyone have solid knowledge of css/html any help would be awesome. =) I need to integrate a google +1 button with my sites side bar. It needs to sit left of the google plus button on my site at http://borealtrek.com. You can see that there, it should be very obvious. Any idea how to integrate the +1 button with that whole side bar there? Thanks for the help! It is very appreciated. Heres the code for the side bar. `<html> <head> <title>widget1</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <!-- Save for Web Slices (widget1.psd) --> <table id="Table_01" width="300" height="30" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <img src="http://borealtrek.com/wp-content/uploads/2011/11/widget1_01.jpg" width="10" height="30" alt=""></td> <td> <img src="http://borealtrek.com/wp-content/uploads/2011/11/widget1_02.png" width="31" height="30" alt=""></td> <td> <img src="http://borealtrek.com/wp-content/uploads/2011/11/widget1_03.jpg" width="18" height="30" alt=""></td> <td> <img src="http://borealtrek.com/wp-content/uploads/2011/11/widget1_04.jpg" width="31" height="30" alt=""></td> <td> <img src="http://borealtrek.com/wp-content/uploads/2011/11/widget1_05.jpg" width="20" height="30" alt=""></td> <td> <img src="http://borealtrek.com/wp-content/uploads/2011/11/widget1_06.jpg" width="31" height="30" alt=""></td> <td> <img src="http://borealtrek.com/wp-content/uploads/2011/11/widget1_07.jpg" width="20" height="30" alt=""></td> <td> <img src="http://borealtrek.com/wp-content/uploads/2011/11/widget1_08.jpg" width="30" height="30" alt=""></td> <td> <img src="http://borealtrek.com/wp-content/uploads/2011/11/widget1_09.jpg" width="15" height="30" alt=""></td> <td> <img src="http://borealtrek.com/wp-content/uploads/2011/11/widget1_10.jpg" width="30" height="30" alt=""></td> <td> <img src="http://borealtrek.com/wp-content/uploads/2011/11/widget1_11.jpg" width="24" height="30" alt=""></td> <td> <img src="http://borealtrek.com/wp-content/uploads/2011/11/widget1_12.jpg" width="31" height="30" alt=""></td> <td> <img src="http://borealtrek.com/wp-content/uploads/2011/11/widget1_13.jpg" width="9" height="30" alt=""></td> </tr> </table> <!-- End Save for Web Slices --> </body> </html> And heres the code for my +1 button <!-- Place this tag where you want the +1 button to render --> <g:plusone annotation="none" href="www.borealtrek.com"></g:plusone> <!-- Place this render call where appropriate --> <script type="text/javascript"> (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> `
  20. Thanks for the suggestions everyone. I want this site to be the best that it can be lol. Any and all suggestions are welcome to make it better! Xwinuser http://borealtrek.com is going to be my blog/portfolio. I know the name sounds odd but it is better then nolan.com or nolanphotography.com . I find domains like that are lame and easy to forget. Boreal Trek means northern adventure and brings to mind the boreal forest in Canada. That is mainly what I like to do and shoot so I figured it was appropriate good name considering most decent TLD's are taken already.
  21. Thanks! Btw where that large image located is a slider. It shows featured posts or whatever i want. Right now i only have dummy content on the site so only one image is only being displayed. Is there anything besides that you think needs adding?
  22. Hey, I am in the process making a blog/portfolio as creative outlet for photography. At the moment I am modifying my wordpress theme heavily. Before I put the site into beta and start blogging and such i would like your opinions on the site's visuals and layout. I started with this theme "Canvas" by Woo themes on the magazine template. http://demo.woothemes.com/?name=canvas And I ended up with this http://borealtrek.com *Just note that some links to facebook or twitter might not work. Also the side bar is incomplete. Odds are I will add and subtract some widjets.' Please give me constructive criticism if you have any! Thanks!
  23. This info is widely available across the web. Relax. Its just for pranks on your friends and what not. In fact knowing this can help you. Remember I said you can't easily get into their files if they are encrypted. Just use filevault and encrypt away and you are safe. One last thing... just cause you own a mac don't give your self a false sense of security. Mac's like any computer are vulnerable.
×
×
  • Create New...