Website Issues, Quick Fixes, and Problems for Neville to figure out

0 views
Skip to first unread message

Robbin Antony

unread,
Aug 5, 2013, 3:59:51 PM8/5/13
to nyd...@googlegroups.com
Hey Everyone, 

So all day I've been scouring the website for problems and trying to figure out solutions so we can send to Neville the issues that only he can fix. I've been talking with all of you asking you to send me anything you guys may find and you have all been very helpful, but here are some things we should probably go over together. 


Featured Images

In Neville's e-mail he addressed this, but his guidelines were a bit confusing. What he meant was that if you find a pictures online (via Google Images or another source) make sure that the picture you download is default at least 700 pixels wide. In order to fit them to the featured window screen, you must adjust them to 628 width x 250 height. 

I know he said 2:1 ration but there have still been issues with that. I haven't had a problem yet making photos 628 x 250. But like Neville said, aim to find pictures that are already 700 pixels wide. It looks better to shrink pics than to stretch pics.

Video Issues

One main problem that I and others have found is that when you are drafting and try to embed a video and you want to preview your post to see how it looks; sometimes the video does not show up. 

There is a trick to this so you do NOT need to publish in order to see if the video works. Simply refresh the preview screen and the videos should appear again. 

Another issue people seem to be having is embedding videos from places other than Youtube (CBS, NBC, CNN). This is because their embed codes are much more complex than Youtube. 

These embed codes have several areas in the code where size is mentioned and you need to manually change each time they have a size listed. Here is an example:

Regular CBS News Embed Code: 

<embed src="http://cnettv.cnet.com/av/video/cbsnews/atlantis2/cbsnews_player_embed.swf" scale="noscale" salign="lt" type="application/x-shockwave-flash" background="#333333" width="425" height="279" allowFullScreen="true" allowScriptAccess="always" FlashVars="si=254&&contentValue=50149180&shareUrl=http://www.cbsnews.com/8301-18563_162-57589956/colo-senator-who-pushed-for-gun-control-may-lose-job/" />

Adjusted CBS News Embed Code (2 Column format):

<embed src="http://cnettv.cnet.com/av/video/cbsnews/atlantis2/cbsnews_player_embed.swf" scale="noscale" salign="lt" type="application/x-shockwave-flash" background="#333333" width="360" height="315" allowFullScreen="true" allowScriptAccess="always" FlashVars="si=254&&contentValue=50149180&shareUrl=http://www.cbsnews.com/8301-18563_162-57589956/colo-senator-who-pushed-for-gun-control-may-lose-job/" />

Another example

Regular NBC News Embed Code:

<object width="420" height="245" id="msnbc11b346" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0"><param name="movie" value="http://www.msnbc.msn.com/id/32545640" /><param name="FlashVars" value="launch=51530951&amp;width=420&amp;height=245" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><embed name="msnbc11b346" src="http://www.msnbc.msn.com/id/32545640" width="420" height="245" FlashVars="launch=51530951&amp;width=420&amp;height=245" allowscriptaccess="always" allowFullScreen="true" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object><p style="font-size:11px; font-family:Arial, Helvetica, sans-serif; color: #999; margin-top: 5px; background: transparent; text-align: center; width: 420px;">Visit NBCNews.com for <a style="text-decoration:none !important; border-bottom: 1px dotted #999 !important; font-weight:normal !important; height: 13px; color:#5799DB !important;" href="http://www.nbcnews.com">breaking news</a>, <a href="http://www.msnbc.msn.com/id/3032507" style="text-decoration:none !important; border-bottom: 1px dotted #999 !important; font-weight:normal !important; height: 13px; color:#5799DB !important;">world news</a>, and <a href="http://www.msnbc.msn.com/id/3032072" style="text-decoration:none !important; border-bottom: 1px dotted #999 !important; font-weight:normal !important; height: 13px; color:#5799DB !important;">news about the economy</a></p>

Adjusted NBC News Embed Code:

<object width="360" height="315" id="msnbc11b346" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0"><param name="movie" value="http://www.msnbc.msn.com/id/32545640" /><param name="FlashVars" value="launch=51530951&amp;width=360&amp;height=315" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><embed name="msnbc11b346" src="http://www.msnbc.msn.com/id/32545640" width="360" height="315" FlashVars="launch=51530951&amp;width=360&amp;height=315" allowscriptaccess="always" allowFullScreen="true" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object><p style="font-size:11px; font-family:Arial, Helvetica, sans-serif; color: #999; margin-top: 5px; background: transparent; text-align: center; width: 420px;">Visit NBCNews.com for <a style="text-decoration:none !important; border-bottom: 1px dotted #999 !important; font-weight:normal !important; height: 13px; color:#5799DB !important;" href="http://www.nbcnews.com">breaking news</a>, <a href="http://www.msnbc.msn.com/id/3032507" style="text-decoration:none !important; border-bottom: 1px dotted #999 !important; font-weight:normal !important; height: 13px; color:#5799DB !important;">world news</a>, and <a href="http://www.msnbc.msn.com/id/3032072" style="text-decoration:none !important; border-bottom: 1px dotted #999 !important; font-weight:normal !important; height: 13px; color:#5799DB !important;">news about the economy</a></p>

NBC Embed Codes include a message at the bottom that says "Visit NBC News". If you go into the visual you need to take that manually as well.

Hyperlinking:

I am including this in the list to Chelsey only to see if Neville can make this a Default. We need to make sure that anything we hyperlink in our posts opens in a NEW window. All you have to do is check the box "Open in a new tab/window". 

THIS IS THE LIST I AM GOING TO SEND TO CHELSEY (LET ME KNOW IF ANYTHING IS MISSING):

General Fixes:

  1. Digest - Because Digest is going to include the date every time we update it in reverse chronological order, we need Neville to figure out how to remove the Standard date feature included in the post, or at least hide it. For regular posts the date should be there but for digest since we are including the date ourselves I do not think that the date should be there twice. 
    1. Neville mentioned her could reduce the font size of the "metadata" for each post; so maybe he could remove the date feature from the Digest pages. 
  2. Hyper Linking - We need to make sue everyone knows, especially any new recruits, that anytime you hyperlink something, it MUST open up in a new window. We need to make sure people are not led away from our website. Is there a way Neville could program this to be a default?
  3. Watch - At the top of both the Videos section and the Courtroom section there is a feature that says Show. In Show it has a link to All and then to Videos or Courtroom depending on which section you are in. It seems as if this feature is unnecessary. Maybe I am missing something but I don't see the point of showing all courtroom videos if when you click on the courtroom tab that is what you already see. 
    1. From Ashley - Can the description for the courtroom videos appear on the light box when you click on the video in addition to appearing on the main video page? Also, on the main Watch page, can Neville cap the amount of text that is shown?
  4. About Us - When you click on About in the tab bar it leads to a blank page. That should lead directly to the About Us page. Also I don't see a Contact Us anywhere on the website. This might be something we need to look into.
  5. Ads - When we put ads in the sidebar in-between the Hottest, Latest, and Off Hours there is a little divider line that separates the ad from the section. Can we make that line darker and also put it before AND after the ad? Right now it only shows up before the ad. 
  6. Comments - Several people have expressed distaste for the Discus comment plug-in. Is there a different plug-in that we can use that won't require much information from the user prior to posting a comment?

Mobile Version:

Home:

  1. Ads - The Ads test page looks good except I think the size of the ads should not be bigger than how the posts look. On the mobile version, when the ads are included with the content they could detract people away from the actual posts since some of them are bigger than actual posts. 
Join the Jury:

  1. The videos in Join the Jury overlap on the mobile site. This needs to be looked at by Neville. 
  2. The polling feature we are using is not very user-friendly. Is there a different plug-in that we can use that makes it easier for users to vote?
  3. Are we still planning on doing "Create a Jury", and if so can Neville create a sample for us?
Thats all I have for now guys. Let me know if there is anything I can clarify or help with. 

~Robb

Christina Teoli

unread,
Aug 5, 2013, 4:13:26 PM8/5/13
to Robbin Antony, nyd...@googlegroups.com
This is just my opinion on the aesthetics of the site, but it might be worth including if others from the team agree -- I feel like the logo needs to have a background (whether it's white, or even a clear outline) so it stands out from the banner. I would also make the social media buttons larger. 


--
You received this message because you are subscribed to the Google Groups "NY_DC_Teams" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nydclsm+u...@googlegroups.com.
To post to this group, send email to nyd...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Ashley Powell

unread,
Aug 5, 2013, 4:17:55 PM8/5/13
to Robbin Antony, nyd...@googlegroups.com
Here is a list of comments about the email...

Videos: It automatically resizes when you put it in columns. Why do it manually.
About US: We don't have an about us page yet. Chelsey and Christina are taking that responsibility. 
Watch: All is necessary if you just want to see every video we have in watch. It is part of the set up of portfolio feature. The video and courtroom are sorting functions of portfolio. 
Digest: what is the point having the most recent stuff at the bottom of the page? 


On Mon, Aug 5, 2013 at 3:59 PM, Robbin Antony <lawstree...@gmail.com> wrote:

--
Reply all
Reply to author
Forward
0 new messages