Displaying 3 results from an estimated 3 matches for "profile_info".
2006 Jan 19
5
script.aculos.us and the in_place_editor
...There is no form on this page...
it''s just regular text. Here''s a snippet:
<div class="profile_fields">
<p>
<div class="profile_details_container">
<span class="profile_title">Name:</span>
<span class="profile_info"><%= @user.first_name %> <%=
@user.last_name %></span>
</div>
</p>
<p>
<div class="profile_details_container">
<span class="profile_title">Email:</span>
<span class="profile_info"&g...
2011 Apr 26
0
opreport version 0.9.4 on Centos Linux 5.5
...Linux 5.5. If I follow the following steps running as root,
opcontrol --shutdown
opcontrol --callgraph=7
opcontrol --image=/home/frankc/DQTTest5/MatchUpTest/lirh5g_deb/Mary48.exe
opcontrol --start
/home/frankc/DQTTest5/MatchUpTest/lirh5g_deb/Mary48.exe
opcontrol --dump
opreport -c > profile_info.txt
or
opreport -l /home/frankc/DQTTest5/MatchUpLib/lirh5g_deb/libmdMatchup.so
I obtain the following warning:
warning: the last modified time of the binary file does not match that of the sample file for /home/frankc/DQTTest5/MatchUpLib/lirh5g_deb/libmdMatchup.so
Either this is the wrong bina...
2008 Jun 15
11
[PATCH] helper to create fb css stylized table
I attached a rails helper implementation of the fb_table described here:
http://wiki.developers.facebook.com/index.php/Facebook_Styles
I included testing and comments. I hope you find it useful.
Curiously, it''s really a small extension of FBML.
Richard
-------------- next part --------------
Index: test/rails_integration_test.rb