::::Facebook Style Scroll Fixed Header in JQuery::::

<![[While doing some UI changes of a website, we had to implement a FIX header which remains fix on top of screen while scrolling. Facebook has a similar header which remains on top of content. Now for this, there are number of jQuery plugins available out there! But in our case we weren&#8217;t allowed to [...]'

<a href='http://feedproxy.google.com/~r/viralpatelnet/~3/cOY94fGq6xE/scroll-fix-header-jquery-facebook.html'>View More</a>

::::Create ZIP Files in JavaScript::::

<![[Zip is a very useful file type if I must say most used. It is the most used file format for data compression and archiving. There are number utilities available to create/generate Zip file. Also most of the programming languages comes up with API supporting to generate Zip files. I have written a couple of [...]'

<a href='http://feedproxy.google.com/~r/viralpatelnet/~3/soWjnAFW7Qw/create-zip-file-javascript.html'>View More</a>

::::Play Framework Modules: Divide and Conquer::::

<![[It&#8217;s usually the case that you start developing an application and go on fulfilling requirements. When your application grows bigger you start to realize the convenience of separating it into different components. Moreover, when you develop your second or third application, your begin to recognize certain features that could be reused across different applications. These [...]'

<a href='http://feedproxy.google.com/~r/viralpatelnet/~3/MOqfgJqUWIY/play-framework-modules.html'>View More</a>

::::Hibernate Inheritance: Table Per Concrete Class (Annotation & XML mapping)::::

<![[Welcome to Hibernate Tutorial Series. In previous tutorials we saw how to implement Inheritance in Hibernate: One Table per Subclass. Today we will see how to implement Hibernate Inheritance: One Table per Concrete Class scheme. You may want to look at previous tutorials. Here is the complete list for you. Introduction to Inheritance in Hibernate [...]'

<a href='http://feedproxy.google.com/~r/viralpatelnet/~3/gidRbLvPaQQ/hibernate-inheritance-table-per-concrete-class-annotation-xml-mapping.html'>View More</a>

::::Hibernate Inheritance: Table Per Subclass (Annotation & XML mapping)::::

<![[Welcome to Hibernate Tutorial Series. In previous tutorials we saw how to implement Inheritance in Hibernate: One Table Per Hierarchy. Today we will see how to implement Hibernate Inheritance: One Table per Subclass scheme. You may want to look at previous tutorials. Here is the complete list for you. Introduction to Inheritance in Hibernate Java [...]'

<a href='http://feedproxy.google.com/~r/viralpatelnet/~3/nNCp4v1nUsE/hibernate-inheritance-table-per-subclass-annotation-xml-mapping.html'>View More</a>

::::How To Reset MySQL Autoincrement Column::::

<![[MySQL database provides a wonderful feature of Autoincrement Column index. Your database table can define its primary key as Autoincrement number and MySQL will take care of its unique value while inserting new rows. Each time you add a new row, MySQL increments the value automatically and persist it to table. But sometime you may [...]'

<a href='http://feedproxy.google.com/~r/viralpatelnet/~3/OCBWqmW2p6o/reseting-mysql-autoincrement-column.html'>View More</a>

::::Notepad++ 6.1::::

Notepad++ is a free source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL Licence.

<a href='http://www.filehippo.com/download_notepad/'>View More</a>

[Tip] Force Windows 10/11 to Stick With Old Feature Update Version

If you are using Windows 10 or Windows 11 operating system in your computer and you want to force Windows to stay locked on the existing ins...