rop off - part 2
few months ago we wrote about guys that stole our design.
now, someone stole our entire copy
us:
DevPulse is web development and consulting agency based in Belgrade specialized to offer you highly professional web solutions and consulting services on building your Internet identity and your web applications.
Over last few years we had successfully worked with with clients in our country and abroad and gain serious amount of experience in managing medium to large web applications, interface design, rich Internet applications (RIA) and Ajax, search engine optimization (SEO) and building custom CMS solutions.We can also offer you services in visual identity building (graphic and logo design) and Internet marketing
them:
Hyper Max is web development and consulting agency specialized to offer you highly professional web solutions and consulting services on building your Internet identity and your web applications.
Over last few years we had successfully worked with clients in our country and abroad and gain serious amount of experience in managing medium to large web applications, interface design, rich Internet applications (RIA) and PHP, Asp. net, search engine optimization (SEO), building custom CMS solutions and open source customizations .
We can also offer you services in visual identity...
http://www.hypermaxsolutions.com

come on guys, is it really that hard to sit down and write couple lines of original text?
Viewed 50835 times by 16336 viewers
Give you input fields Facebook look
I found one really interesting piece of code on ajaxian.
I really like this example, it shows true power of ajax in just few lines, an also it runs very smooth and fast.
here is the author page
http://devthought.com/textboxlist-meets-autocompletion/
and the demo
http://devthought.com/wp-content/articles/autocompletelist/test.html
Viewed 53157 times by 17081 viewers
MGraph update - multiple graphs
MGraph - Ajax based graph, updated to v0.96
I've got a letter today from James who asked me how to draw multiple values on the same graph.
That would been too much complicated, because that kind of solution must involve some kind of overlay.
Instead I decided to enable second best solution (as suggested by James), and that is - multiple graphs
New features
- Added Option to draw two or more graphs
- code modified to be more user friendly, and up to date with modern standards
I'll try to improve MGraph as much as I can, so if you have any new ideas - I'm listening.
Viewed 63565 times by 18993 viewers
Google Chart API Prototype plugin
Wrapper in less than 50 lines
Few days ago find out about Google chart api and i thought it might be a good idea to write Prototype plugin, so here it is:
Version 0.4 alpha
Download GoogleChartAPI.prototype.js
Viewed 80880 times by 23640 viewers
Google Analytics gets new interface
Seams that Google is experimenting with new Analytics features. Few moments ago I logged into my analytics account, and noticed some new stuff.
Most of new features comes down to the possibility to compare two graph at the same time, like page views vs visits (picture 1), or page views of some section on site vs total site page views (picture 2)
And all of the sudden, they switched back to old interface, probably they still have some bugs in new interface.
Here are some screen shots from new interface:


Viewed 73842 times by 23377 viewers
Canvas Gallery with reflections
Canvas gallery with thumb reflection. Based oin Prototype and reflection.js
Coding time (6-8 hours, done in two days)
For last two days I was playing with canvas (again
).
This time i decided to build Gallery, but i wanted to add reflection to images, and to make them scroll left and right, instead of usual scrolling.
First task was to extend Prototype and add 3 new functions: scrollLeft, scrollRight, and stopScroll.
This may not seams completley necessary but it makes code a lot cleaner. Take scroll buttons for example:
//Add event listeners on scroll buttons
$('md').observe('mouseover',function(event){
$('img-holder').scrolRight();
});
$('md').observe('mouseout',function(event){
$('img-holder').stopScroll();
});
// as simple as that :]
I really learned a lot from this project, mostly about prototype.
Prototype really have awesome possibilities, all that you need is good plan and some coding skills.
Even if you are not top-notch ajax programmer there is a lot of examples and resources on the Internet.
Future of this project and usage
This project is still in deep beta, and if someone wants to use this gallery i advise to take demo page and modify it to your needs.
Otherwise you risk to loose some css or javascript dependency.
I will try to make new version of this as soon as possible.
If you have any comments or ideas please let me know.
Viewed 90383 times by 26868 viewers




