All posts by aackose

A Sitecore & SharePoint Consultant with over 11 years of extensive technical experience in UI/UX Designing, Requirements Analysis, Designing, Developing, Testing, Deployment, Infrastructure Setup for web/enterprise-based applications using Microsoft Technologies (SharePoint, Sitecore & .NET) across all phases of SDLC

j

jQuery Plugin: Page Size Analyzer for Page Performance Monitoring

One of my senior Technical Architect asked me if i could come up with some useful widget that could help him display the page size of the current page. I thought of writing a jQuery plugin that could do this job. I am sharing it here. Do read the notes carefully before using it. Screenshot: ...

H

How to remove “Open” button from File Download Dialog options you get in your browser?

I received one client requirement sometime back asking for removing the "Open" button from the File Download popup you get when you are trying to download any file which cannot be viewed directly on the browser. Inorder to remove the "Open" button, you can make use of one of the  "meta" tags HTML has given ...

B

Bat file to rename .js file to another format and back to .js

I faced a lot of issues with my mail exchange server quarantining my js files when i mail it my client. The way out of it was by renaming the .js file to .bak. But as the number of js files increased, it became a tedious process. So I thought of creating a bat file which ...

&

‘Add to Favourites’ button javascript

Here is a simple code, that i found useful from dynamicdrive. You can use for 'Add to Favourites' button in HTML. Add them in your head tag: <script type="text/javascript"> /*********************************************** * Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ ...

G

Grouping inside dropdown

Grouping inside the dropdown list is normally misunderstood by developers for a long time. The required outcome is shown below: To get an output like this on a dropdown, it is not good to add a new item in the dropdown and then add validations for not selecting that option. The solution to this problem ...

d

div with 100% height

With div design catching up, we end up having issues with the stretching div to the max height. Most of the time this is noticed in the footer section, which has to always stretch to the edge of the browser scroll. I came across of a browser compatible solution to this problem and thought of ...

P

Pixel by Pixel Testing

Recently one of my clients came up with a wonderful spec that really held me speechless. Each and every minute details were so crisp and clear that both the developers and testers had to do graveyard shifts. One of them was the Pixel level testing that was requested. I am sharing some of my thoughts ...

3

3D Carousel jQuery

One of the widely used and personally, i too recommend this one. the Cloud Carousel. Thought of attaching a sample here. Try it out. Its pretty simple and effective. The main site: Professor Cloud You can download the source code here: 3d Carousel [Please rename the .pdf to .zip... WordPress complications.. :P]