|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| Question |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: |
<div id="wrap">
<div id="masthead"><!--#INCLUDE FILE="includes/header.html" --></div> <!-- /masthead -->
<div id="pri">
<div class="pad">
<% if rsSearch.EOF then %>
<p>Your search term "<%=searchterm%>" returned no results. Please try another word or phrase.</p>
<% Else %>
<%
While ((Repeat3__numRows <> 0) AND (NOT rsSearch.EOF))
%>
<% if lastid <> rsSearch.Fields.Item("BlogID").Value then %>
<% if lastdate <> DoDateTime((rsSearch.Fields.Item("BlogDate").Value), 1, 1033) then%>
<h2 class="date-header"><%= DoDateTime((rsSearch.Fields.Item("BlogDate").Value), 1, 1033) %></h2>
<%end if%>
<!-- Begin .post -->
<div class="post">
<h3 class="post-title" id="<%=(rsSearch.Fields.Item("BlogID").Value)%>"><%=(rsSearch.Fields.Item("BlogHeadline").Value)%></h3>
<div class="post-body">
<p><% =(CropSentence(CI_StripHTML(rsSearch.Fields.Item("BlogHTML").Value), 250, "...")) %></p>
</div> <!-- post-body -->
<%seolink=year(rsSearch.Fields.Item("BlogDate").Value) & "/" & right("0" & month(rsSearch.Fields.Item("BlogDate").Value),2) & "/" & lcase(replace(rsSearch.Fields.Item("BlogHeadLine").Value," ","-"))%>
<p class="post-footer">Posted by <a href="<%=(rsSearch.Fields.Item("fldAuthorWebsite").Value)%>" title="Visit <%=(rsSearch.Fields.Item("fldAuthorRealName").Value)%>'s Website"><%=(rsSearch.Fields.Item("fldAuthorRealName").Value)%></a> at <a href="<%=seolink%>" title="Permalink for <%=(rsSearch.Fields.Item("BlogHeadline").Value)%>"><%= DoDateTime((rsSearch.Fields.Item("BlogDate").Value), 3, 1033) %></a> in <a href="archives_cat.asp?cat=<%=(rsSearch.Fields.Item("CatID").Value)%>" title="<%=(rsSearch.Fields.Item("CatDesc").Value)%>"><%=(rsSearch.Fields.Item("CatName").Value)%> (<%=(rsSearch.Fields.Item("CategoryCount").Value)%>)</a> | <a href="<%=seolink%>#comments">Comments (<%=(rsSearch.Fields.Item("CommentCount").Value)%>)</a>
</p>
<% end if %>
<% Repeat3__index=Repeat3__index+1
Repeat3__numRows=Repeat3__numRows-1
lastdate = DoDateTime((rsSearch.Fields.Item("BlogDate").Value), 1, 1033)
lastid = rsSearch.Fields.Item("BlogID").Value
rsSearch.MoveNext()
Wend
%>
<% end if %>
</div> <!-- post -->
</div>
</div> <!-- /pad -->
</div> <!-- /pri -->
<div id="sec"><!--#INCLUDE FILE="includes/sidenotes-a.html" --></div> <!-- /sec -->
<div id="ter"><!--#INCLUDE FILE="includes/sidenotes-b.html" --></div> <!-- /ter -->
</div> <!-- /wrap -->
<div id="ft"><!--#INCLUDE FILE="includes/footer.html" -->
</div> <!-- /ft -->
|
Advertisement
| Hall of Fame |