图片框 CSS3 Image Gallery with a 3D Lightbox Effect A CSS3 presentation demonstrating how to take advantage of modern browser...
                            
                            
                                分类:
Web程序   时间:
2014-08-19 18:15:55   
                                阅读次数:
491
                             
                    
                        
                            
                            
                                最近公司弄新项目需要用 MVC,就把 IDE 升级到了 Visual Studio 2013,在开发的时候发现有好多请求一个本地49925的端口 。很奇怪,一开始以为是 Visual Studio 2013 在创建项目的时候默认加进去的 JavaScript 文件或者是视图文件导致的,找了半天也没找...
                            
                            
                                分类:
其他好文   时间:
2014-08-19 10:34:23   
                                阅读次数:
174
                             
                    
                        
                            
                            
                                var browser={ ie6:function(){ return((window.XMLHttpRequest==undefined)&&(ActiveXObject!=undefined)) }, getWindow:function(){ v...
                            
                            
                                分类:
其他好文   时间:
2014-08-18 18:30:32   
                                阅读次数:
239
                             
                    
                        
                            
                            
                                Q311 How do I disable the "Back" button of a browser?You are here:irt.org|FAQ|JavaScript|History| Q311 [previousnext]Easy answer - you can't.Longer an...
                            
                            
                                分类:
其他好文   时间:
2014-08-18 16:07:22   
                                阅读次数:
206
                             
                    
                        
                            
                            
                                Preloading images is a great way to improve the user experience. When images are preloaded in the browser, the visitor can surf around your site and e...
                            
                            
                                分类:
编程语言   时间:
2014-08-18 15:56:32   
                                阅读次数:
362
                             
                    
                        
                            
                            
                                代码:ProgressDialog dialog = null;/** * 嵌入浏览器 */private void embedBrowser(String url) { Log.i(TAG, url); WebView browser = (WebView) this.findView...
                            
                            
                                分类:
移动开发   时间:
2014-08-13 17:54:46   
                                阅读次数:
250
                             
                    
                        
                            
                            
                                一、$.browser对象属性 属性列表 说明 webkit webkit相关浏览器则返回true,否则返回false,如google,傲游。 mozilla mozilla相关浏览器则返回true,否则返回false,如火狐 saf...
                            
                            
                                分类:
Web程序   时间:
2014-08-13 14:48:26   
                                阅读次数:
423
                             
                    
                        
                            
                            
                                本文出自:http://blog.csdn.net/feelig/article/details/8499614最大的特点:1. 数据库的 database, 就是 index2. 数据库的 table, 就是 tag3. 不要使用browser, 使用curl来进行客户端操作. 否则会出现 jav...
                            
                            
                                分类:
其他好文   时间:
2014-08-13 01:03:45   
                                阅读次数:
306
                             
                    
                        
                            
                            
                                浏览器内核标识,依据 navigator.userAgent 判断。mozilla 此属性在 DOM 树加载完成前即有效,可用于为特定浏览器设置 ready 事件。 参考文档:http://api.jquery.com/jQuery.browser/待验证代码: 1 37 38
                            
                            
                                分类:
Web程序   时间:
2014-08-12 18:45:24   
                                阅读次数:
228
                             
                    
                        
                            
                            
                                1、如果访问的页面中有Javascript,则webview必须设置支持Javascript。mWebView.getSettings().setJavaScriptEnabled(true);2、如果页面中链接,如果希望点击链接继续在当前browser中响应,而不是新开Android的系统brow...
                            
                            
                                分类:
移动开发   时间:
2014-08-12 16:19:34   
                                阅读次数:
250