Tuesday, January 20, 2015

jquery slideshow

RESPONSIVE IMAGE GALLERY WITH THUMBNAIL CAROUSEL


Everyone asking for the thumbnails below the image, it was answered several times in the comments.
“change this line
$(‘#img-wrapper-tmpl’).tmpl( {itemsCount : itemsCount} ).appendTo( $rgGallery );
to
$(‘#img-wrapper-tmpl’).tmpl( {itemsCount : itemsCount} ).prependTo( $rgGallery );”
Now, does anyone know how we could add autoplay to the slideshow?


Hi all,
I’ve seen many time people ask if it’s possible to have an automatic slideshow.
I wanted the same thing and I find a way to do it.
In the file gallery.js, in the function _initCarousel add these lines after $esCarousel.elastislide( ‘setCurrent’, current ); (~ line 103) :
window.setInterval(function(){
_navigate( ‘right’ );
}, 5000);
You just have to change 5000 to the value you want.

ALLOW ONLY NUMBERS IN TEXTBOX JQUERY


ALLOW ONLY NUMBERS IN TEXTBOX JQUERY

http://jsfiddle.net/lesson8/HkEuf/1/



Note:Use cssClass when you want your textbox in girdview or listview control.
Otherwise we can use ID in normal form.

  #errmsg
{
color: red;

}

  #errmsg
{
color: red;
position:relative;
}
   
   
     
http://www.tricksofit.com/2014/10/allow-only-numbers-in-textbox-jquery#.VL4Db0eUfsw
   
   

Monday, January 19, 2015

jQuery Effects

How to create fly to cart / basket effect using jQuery and CSS

http://www.phpgang.com/how-to-create-fly-to-cart-basket-effect-using-jquery-and-css_603.html
http://www.phpgang.com/how-to-create-fly-to-cart-basket-effect-using-jquery-and-css_603.html

http://codepen.io/ElmahdiMahmoud/pen/tEeDn#0
http://easyscript4u.blogspot.in/2014/03/how-to-create-fly-to-cart-basket-effect.html

cart icon with poup

http://codepen.io/Blowup/pen/rysLn

Making a Success Message Show & Hide After a Form Submission


http://www.awmcreative.com/jquery/making-a-success-message-show-hide-after-a-form-submission/


jQuery popup from closing on postback?


http://forums.asp.net/t/1933763.aspx?Prevent+jQuery+popup+from+closing+on+postback+

Flip

A jQuery plugin to flip content with 3D animation

http://www.jqueryrain.com/?xpLojXKl

Monday, January 5, 2015

Cube Processing Failed :OLE DB error: OLE DB or ODBC error: Login failed for user ''.; 28000.

OLE DB error: OLE DB or ODBC error: Login failed for user ''.; 28000.

Solution  : 1
  • Double click on Data Source which was used for Cube.
  • Pop up opens.
  • Select first option, Use a specific windows user name and password.
  • provide the Login username and password 

This error is caused by the Data Source connection not having access into the OTLP database. Connect to your SSAS instance and verify the connection string of your data source is accurate. Make sure to update the Security Settings to use the proper Impersonation Info. The impersonation info defines what credentials to use to connect to the data source, independent of who triggers the processing.

Most likely, your Analysis Services is running under 'NT AUTHORITY\NETWORK SERVICE' and your impersonation settings is set to Run As Service Account. In production environments I've worked in, we usually create a windows service account that runs Analysis Services and grant that service account read access to the underlying data sources. In dev environments, I just run the service under my credentials or just set the data source to use my credentials by using Impersonate Account.





I solved the problem. 
Solutions 2:

In Sql Server Management Studio  --Security-->login  Check the Service account have sysadmin.

give sysadmin permissions to NT AUTHORITY\LOCAL SERVICE or your SSAS Service account highlighted below  then it will work


Popular Posts

Recent Posts

Unordered List

Text Widget