I am working on a project in Rails 3.0 and need some help with a few issues. The most important is that I can’t seem to figure out how to make the form sticky so that if there is an error in the controller, the information entered remains displayed. I have tried returning a parameter and setting the value of the field to that param, however, even though I can see the value by inspecting with FireBug, the value does not display on the screen. There must be an easy way to do this that I am missing.
I also need some help acessing the standard ruby library so that I can use the www_decode on a query string received via a curl api call.
Can you help me with these kind of issues as I work to complete this project?
Please give me some idea of your ROR experience.
Need to create a feature post within my category posts.
Can you do this?
Using this theme. <a href=”http://templatic.com/freethemes/video”>click here</a>
Found a plugin but plugin needs to be tweeted to work with this theme.
need fast, dependable worker. ONLY!!!
If you can’t do this. Don’t reply.
Easy money to person who can alter theme and show me. no back and forth easy money for you.
I want Collaborative Sticky Note software (like Wallwisher.com). Basically in the home page users should be able to create a new “wall” by entering the walls Title and Subtitle, and one identifier. Once they enter their wall, they can share the URL with other people, and multiple users should be able to create new sticky notes in that wall in real-time (again, please look at wallwisher.com). Walls should be automatically saved until erased by their creator. Sticky notes would consist of text, but users may also attach an image or a video (by providing the <embed> code or the URL). Users should be able to attach videos specifically from Youtube AND from Youku.com.
This software should be coded preferably using PHP/MySQL in its backend. I would expect the code to be properly documented.
A quick fix needed for a clients Dreamweaver template
Allow all columns (Container,Main page,Left and Right columns) to extend to full page length according to the content of the longest container.
Place a “sticky Footer” at the bottom of the screen.
Must be CROSS BROWSER COMPLIANT!!
There are 2 css files and one .dwt file attached..
Quick and easy job for css expert!
Hello,
I have a file sharing website. When I am in my firefox browser and I click the “download now” button (.png image), it takes a while before the download box pops up. When I am in Internet Explorer, it pops up instantly. When I go to 2 other websites that run the same script, in Firefox their download boxes also pop up instantly. Basically I am looking for someone who can fix this or let me know how to fix this. Thanks.
Hi,
we need a WP plugin that will let expand the “Sticky” function.
Now WP save in wp_options table (option name “sticky_posts”) a serialized array of the posts’ IDs that are sticky.
We would like to also save another value to be associated with the ID, the weight: a number from 1 to 15.
That value could be put, for compatibility, in another row (option name “sticky_posts_weight”?) of that table “wp_options”.
So we need:
- a select (from 1 to 15) to be put in the New/Edit Post, and in the Quick Edit box (hint: quick_edit_custom_box hook).
- an admin page where we can see the posts’ titles with their weight and where we can modify the value, using the select.
- a is_sticky_weight($id, $weight) function that will return true in case of that $id has that $weight.