Contact Me
Resources
Development Tips & Code Library
-
Recent Entries
Blogroll
Author Archives: eSearing
HTML 5 and frameworks
In rebuilding my site I have been brushing up on HTML5 and CSS3 and looking into the future to determine how I can best serve my clients with modern code that is also backwards compatible. In the process I stumbled … Continue reading
Posted in CSS, Javascript, JQuery, News, Web Development
Comments Off on HTML 5 and frameworks
SQL Server – Reset Identity Column
How to reset the identity counter in SQL SERVER DBCC CHECKIDENT(‘tablename’, RESEED, 0) The zero can be any positive value. I often use the year as numbering system like 2012000001
Learning Adobe Flash Builder
Since subscribing to the adobe cloud products I decided to relearn flash. But I noticed they have a new flash builder based on the Eclipse framework. So I started taking the 5 day tutorials. After day 1 I was able … Continue reading
Responsive web design
Web 2.0 is out, Responsive web design is in. Users are visiting your sites from an increasing array of devices and browsers. Does your site scale down for smaller screens? Does it need to? Have you ever considered how your … Continue reading
Posted in News, Web Development
Comments Off on Responsive web design
Coldfusion AJAX updating a database from any page link
I had an interesting situation where I needed to Tag orders as “Reviewed” in a database so they could be filtered out in future queries. I wrote my standard query form form to limit results as usual, added filter (reviewed, … Continue reading
Posted in Code, Coldfusion
Tagged AjaxLink
Comments Off on Coldfusion AJAX updating a database from any page link