Liferay : Any one has updated jquery.tweet.js? - jquery-plugins

Has any one used and updated jquery.tweet.js for liferay 6.1
after following important note from seaofclouds.com,
Important note about Twitter's API changes
Twitter has discontinued its unauthenticated v1.0 API,
so this widget has stopped working as of 2013-06-11.
Twitter wants your only option for on-page widgets to be
their own Embedded Timelines, but there are workarounds
which involve installing server-side code to support this widget.
Please see this discussion for more details.
If yes, let me know steps to do ?
I am also trying, If done i ll update
Till then waiting for reply, might be save my time.
Thanks

Basic wrapper for Seaofclouds / Tweet.js that incorporates functionality with Twitter's v1.1 API
https://github.com/StanScates/Tweet.js-Mod

Related

Document create software using AngularJs?

I am currently developing a web application using Laravel and AngularJs. One of the requirement in document module is, that they want to create, update documents like Google Docs or Zoho Docs.
I googled but couldn't find a solution.
How can I implement it? It seems like that it is a big task.
It is a really big deal. There is an example flow how an implementation could work like:
keep track every change (for example keydowns) on client side
create a patch message
send the patch to a backend server
notify all of the other users that the content has been modified and send the patch to apply
apply the patch on the client
repeat each and every time something is changing
Of course the backend has to accept messages from all of the clients and distribute it to all of the other ones which has the same document open. Google Docs is working in a similar way you can check it in the developer tools of Chrome for example or check operational transformation.
Edit
Use the API of one of the mentioned services instead of building an own module. https://www.zoho.eu/docs/zoho-docs-api.html
For goole docs you could use the following with angular js:
https://developers.google.com/drive/v3/web/examples/

SagePay V3 issues with Billing and Iframe

I would like some advice and a little help.
A recent project I have been working one had its version of SagePay upgrade to use the version 3 protocol. The side of effects of this meant that users are no longer able to edit their billing address details. The previous protocol v2.23 did allow this in low profile mode and in normal mode.
Further more from what I have understood in the new protocol, iFrames are no longer being supported.
I have read the documentation which suggests downloading the custom templates (Card_Details.xslt and Card_Details_Low.xslt), customising them and sending over to SagePay in order to add these to the system. But I am unable to find any instructions on how to achieve this.
How I allow the customer to have the ability to change the billing address?
Any help will be appreciated.
Thanks
Change the template you are using (in My Sage Pay) to Default. That should set things back to how they were.
FYI - iframe integration is still supported in v3.00

Joomla - Creating a web service that can consumed by a Windows Phone 8 App

I'm building a Windows Phone 8 app that needs to get data from a website that was built on Joomla I believe.
Is it possible to create a Webservice that my app can consume?
Or is there a better way?
The Joomla version is 2.5.9 I believe
You will have to write a service layer in your CMS. Then data which are required for the android app will be exposed as a data service from your Joomla CMS. Please check the link for more info.
How to write a REST API?
Just in case you're not aware there is a range of critical bugs and exploits that have been fixed since 2.5.9. Your client should update to 2.5.16 ASAP as there is a well known exploit that can be used to effectively root the site in a matter of minutes.
After updating, you could look at the AJAX interface that Matt from Between Brain created for most versions of Joomla (it's actually part of the core from 3.2 onwards).
That would be the simplest way to get started as it provides a path in that can be authenticated etc and extending it to other non-core extensions is relatively trivial.

ASP.NET Web-API Help-API Generator?

I am wondering if anyone can point me to which Web-Api Help Generator I should use.
I found this post but it is already a year old and seems to be outdated.
I think ApiExplorer is now Web API Help.
The post also talks about Swagger which from some demos looks a lot nicer and seems like you can do like post requests and such but I am unsure if it still in development as it's been like a year since the last update.
Anyone have any experience with either of them?
The "Web API Help Page" package (Microsoft.AspNet.WebApi.HelpPage) is built on top of ApiExplorer.
Web API Help Page generates documentation pages and adds them to your project.
ApiExplorer gives you a lower-level API that just gives you the API descriptions, which you can use to create documentation.
See: http://www.asp.net/web-api/overview/creating-web-apis/creating-api-help-pages
I haven't used Swagger. From the readme, it's also built on top of ApiExplorer.

Spring-Ajax samples needed

i have a web application that uses spring framework
and i want to use ajax in some pages (adding/deleting stuff from page,db without refreshing the whole page)
tutorials and samples are needed for such stuff
The latest version of Spring MVC may be what you are looking for. Here's a good summary of Ajax improvements in the latest version: http://blog.springsource.com/2010/01/25/ajax-simplifications-in-spring-3-0/. This blog links to the sample code used, which you can download and run to see a good working example.
More comprehensive documentation can found here: http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/mvc.html.

Resources