-
as seen on West-Wind
- Search for 'West-Wind'
The jQuery JavaScript library has been steadily getting more popular and with recent developments from Microsoft, jQuery is also getting ever more exposure on the ASP.NET platform including now directly from Microsoft. jQuery is a light weight, open source DOM manipulation library for JavaScript that…
>>> More
-
as seen on Stephen Walter
- Search for 'Stephen Walter'
The goal of this blog entry is to provide you with enough information to start working with jQuery Templates. jQuery Templates enable you to display and manipulate data in the browser. For example, you can use jQuery Templates to format and display a set of database records that you have retrieved…
>>> More
-
as seen on Stephen Walter
- Search for 'Stephen Walter'
Today, we released a new version of the Ajax Control Toolkit that contains several important bug fixes and new features. The new release contains a new Tabs control that has been entirely rewritten in jQuery.
You can download the December 2013 release of the Ajax Control Toolkit at http://Ajax.CodePlex…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to show a small loading image during a slow operation with jQuery and can't get it right.
It's a BIG table with thousands of rows. When I check the "mostrarArticulosDeReferencia" checkbox it removes the "hidden" class from these rows. This operation takes a couple of seconds and I want…
>>> More
-
as seen on Developer IT
- Search for 'Developer IT'
Hi folks, it’s been quite calm at Developer IT’s this summer since we were all involved in other projects, but we are slowly comming back.
In this post, we will present a simple way of tracking files download with Google Analytics with the help of jQuery. We work for a client that offers…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I'm trying to run heathusf_v1.1.0.tar.gz found here
I installed tcsh to make build_heathusf work. But, when I run ./build_heathusf, I get the following (I'm running that on a Fedora Linux system from Terminal):
$ ./build_heathusf
Compiling programs to build a library of image processing functions…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I have downloaded files from
http://cgit.collabora.com/git/user/alban/dbus-ping-pong.git/tree/
I am trying to compile it using the command
gcc pkg-config --libs --cflags dbus-1 dbus-glib-1-2 glib-2.0 -o dbus-ping-pong dbus-ping-pong.c
However, I get errors:
/tmp/ccmJkxXb.o: In function g_once_init_enter:
dbus-ping-pong…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I configure qt-x11 with following options
./configure -prefix /iTalk/qtx11 -prefix-install -bindir /iTalk/qtx11-install/bin -libdir /iTalk/qtx11-install/lib -docdir /iTalk/qtx11-install/doc -headerdir /iTalk/qtx11-install/include -datadir /iTalk/qtx11-install/data -examplesdir /iTalk/qtx11-install/examples…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
So I downloaded the ATI Stream SDK. I don't have a gpu now so I use the '-device cpu' and got the programs/examples in the OpenCl directory working by adding the directory to LD_LIBRARY_PATH etc.
Now the problem is when installing QtOpenCl.
configure script gives me:
skkard@skkard-desktop:~/Applications/qt-labs-opencl$…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have an Erlang app which makes a large number of http calls to external sites using inets, using the code below
case http:request(get, {Url, []}, [{autoredirect, false}], []) of
{ok, {{_, Code, _}, _, Body}}->
case Code of
200 ->
HandlerFn(Body);
_ ->
{error…
>>> More