WordPress的3.0推出:的wpdb :: get_blog_prefix()错误

出版日期:2010年07月07,
标签: WordPress的,

自动- WordPress的创造者公布第十三届命名为“Thelonious”,否则称为WordPress的3.0发布代码。

这的确是值得的升级和升级的选项应该已经在您的博客管理页面。 那么,什么是 WordPress 3.0中的新增功能,让我们在快速浏览一下 -

  1. 新的默认主题(二十年):最令人耳目一新的变化之一是,库布里克消失,并有一个新的默认主题,呼吁二十十大主题。 这是一起去新的主题API。 二十年,是一个更现代和更灵活的主题,采取了很多的新功能的优势。
  2. 一个较新的和打火机的管理介面 :WordPress的3.0附带了一个新的管理界面。 新界面在每一页上的上下文帮助,并有轻的感觉。
  3. WordPress MU的合并:WordPress MU的现在已经被设计成在WordPress 3.0 WordPress管理。 这将让用户从一个单一的安装创建多个博客。
  4. WordPress的URL缩短网址缩短,现在可以从您的博客内完成WordPress的3.0集成了支持,包括自己的网址shorteners wp.me.
  5. 管理员名称的选择:现在你可以选择当你安装一个新的博客,将不必依赖于默认的“admin”的用户名的任何一个管理员的名字。

我升级到新版本后发现的重大缺陷之一是“插件数据库缓存重装上阵”。 WordPress现在已经集成了几个新的插件,这可能与数据库缓存冲突并产生下面的错误 -

呼叫未定义的方法wpdb :: get_blog_prefix()在/ home / XXXX / XXXX / xxxxx.com /,/ WP / user.php就行XXX”

最简单的解决这个错误是停用的“DB缓存重装上阵”插件。

总之,我应该说,WordPress 3.0将改变人们的博客。 这是一个可喜的变化 - 在管理界面和上下文相关的帮助和一切。 升级和享受。

由于dkspeaks文章

有关的WordPress 3.0的更多信息,请在此视频

 

Web开发的主机文件

出版日期:2010年07月03,
标签:

我们的目标

我们要我们的PC上编辑hosts文件,使我们的服务器的IP地址(如174.120.31.21)解析到rockyrasonable.com的,就像一台DNS服务器时已改为指向example.com的域名服务器新的托管。

配置服务器

所有的服务器配置不同,但原理是大致相同,我们需要找出/设置我们的example.com出现在网页浏览器,当我们访问我们的例子174.120.31.219 IP。 对于这个例子,我要解释的cPanel驱动服务器(从这个你应该能够得到一个想法,这将如何实现通过其他管理软件包)的过程。

  • 为rockyrasonable.com配置你的网络空间,并上传所有文件
  • 登录到交友
  • 从左侧菜单选择服务器
  • 去到的IP地址 -这应该分配给您的服务器的IP地址列表,你example.com的配置,当您的托管你会选择了一个IP地址(你甚至可以只有一个IP地址,在此名单)
  • 对于每一个IP地址,还有题为“ 托管与链接显示分配到该IP地址的域名数量列,单击与您所选择的IP地址对应的链接的网页空间
  • 选择的rockyrasonable.com并单击“ 设为默认值 -您只能选择一个默认域将显示在浏览器中,如果您访问的IP地址
  • 使IP地址的说明(如174.120.31.219)
  • 在网页浏览器访问174.120.31.219 - 您应与您的新为rockyrasonable.com上传网站

编辑hosts文件

电脑的hosts文件,我们可以编辑使174.120.31.219解决,就像rockyrasonable.com为rockyrasonable.com域名服务器已经改变的。

  • 打开hosts文件
  • 编辑和保存hosts文件
  1. 转到“开始”菜单,选择运行,在运行对话框中键入以下。
    1. 对于Windows NT和Windows 2000
      1. C:\ WINNT \ SYSTEM32 \ DRIVERS \ ETC
    2. Windows XP中,Windows Vista或Windows 7
      1. C:\ WINDOWS \ SYSTEM32 \ DRIVERS \ ETC
  2. 点击 OK按钮(这应该打开几个文件,它的一个窗口。)
  3. 发现被称为“主机”并双击它的文件。 如果出现提示,指定你想选择一个程序来打开文件,从程序列表中。
    1. 从可用程序列表中选择 “记事本”。
  1. 开始键入新线在文件的底部。
    1. 这样做,把你的光标在最后一行的结束, 按下“Enter”键开始一个新行。
  2. 这两行文本输入类似这样的例子:
    (在下面的默认使用您的服务器的IP地址和您的网站域名)

    174.120.31.219  rockyrasonable.com
    174.120.31.219  www.rockyrasonable.com
    
  3. Close the hosts file and save it when prompted.

PLEASE NOTE: At this point you should be able to view and publish to your web site using your domain name. After 3–4 days, you will want to undo this change to your hosts file so that you can check to see that your domain name is now resolving without assistance over the internet.

  • Undo the Hosts file change (after you have confirmed that it is resolving properly)
  1. Open the hosts file as described above.
  2. Delete the information that you added previously and close the file.
  3. Choose to save the changes to the hosts file when asked.

 

Web Programming Languages – Your Options

Published: Jul 03, 2010
Tags: , , , , , , , , , , ,

Over the years several programming languages have appeared on the scene and some have stayed the course. The first programming language to hit it big commercially with business applications was COBOL in the Mainframe days. This was followed by C and C++ ; when the client server era came briefly, Microsoft launched VB , VC++ . The arrival of the web spawned several new languages such as ASP , Perl , Java , Cold Fusio n, Ruby , C# .

COBOL still has its forte thanks to legacy applications and IBM. C/C++ has always retained its stronghold – engineering and embedded systems.

On the web front, which has seen enormous applications and innovation, a few languages stand out in terms of popularity – Java, Microsoft .Net (C#/VB.net), PHP , Ruby (on Rails).

How does one decide which language to use? A lot of factors come into play, some of the key ones being:

  • Legacy
  • Cost – development, tools, products
  • Community – popularity, size of user base, developer base
  • Support – product vendors, user groups, proprietary/open source
  • Development – speed, simplicity, ease
  • Performance
  • Platform – Enterprise, Internet, Mobile, Device etc..
  • Application type – Content, Transactional, Collaboration….

If you are an established enterprise, a lot of times this is dictated by existing environment, if you are an IBM/Sun/Oracle shop you are probably going the Java/J2EE way. Most large enterprises have chosen to go the J2EE route mainly because of its non-proprietary nature, the support from several vendors and its first mover advantage as a robust enterprise platform for the web. If you have been a Microsoft factory, the choice is obvious. Microsoft does particularly well with mid sized companies and in several non-US markets. PHP and Ruby seem to be going head-on and competing in similar segments. Startups and newer companies do not have legacy overheads and hence are free to choose any platform. Also when the hunt is for the best fit COTS product or solution rather than a bespoke application, programming language becomes secondary and more a consequence than choice.

In summary, the field has narrowed down to a few languages, each of which has its niche and application areas. The consumer now has some stable choices to pick from; it is a good time and setting to be in!

 

Top Web Trends for 2010

Published: Apr 22, 2010
Tags: , , , , , , ,

10 Top Programming Trends for 2010

More Control over Flash Apps

Anyone that knows a little bit of SEO will surely tell you that Flash is not a search engine’s best friend. Often, Flash sites and applications are built in one big compiled block, impenetrable to any indexing script or web spider. Hence their low ranking on all search engine results pages.

While this limited Flash in the past, in recent years, Flash CMS (content management systems) have been under constant development to help regular users and developers alike in building modular websites, with lots of SEO-friendly content.

This is also possible because of the ever more present interaction between ActionScript and other scripting languages. There are many scripts and AS3 classes out there especially built to facilitate the interaction between JavaScript and Flash. Doing so, it indirectly provides access between the Flash app and other content on the web; here including the search crawlers as well. Not being offered anymore in a single block of binary data, Flash websites are moving away from niche and brand sectors and into a category of deep and searchable content authoring tools.
Flash applications will evolve with the release of Adobe Flash Player 10
Enlarge picture

Besides some successful programs like F lashMoto CMS, SILEX, fCMSPro, FlashNuke, XOT Flash CMS and others, Flash in general has some big events coming up this year too. Already released in a beta version, Adobe Flash Player 10.1 has included NVIDIA support, delivering enhanced rich Web content to NVIDIA GPU owners.

Alongside NVIDIA support, Flash 10 will also bring support for multi-touch and mobile devices, expanding its horizons to more than the average PCs.

Aside from Flash Player, another beta version of a piece of software revolving around Flash has sparked some genuine interest in the world of Flash developers as well. Adobe AIR 2.0 will surely capitalize on the success of its predecessor, AIR 1, with a much hyped release. The newer version will bring some exciting features such as API for accessing microphone raw data, HTML5 support, CSS3 support, global error handling, very much improved cross-platform printing, UDP support, secure sockets, socket listening capabilities, mass storage device detection, native code integration, multi-touch and gesture support, the ability to open a file with its native program, etc.

HTML5 & CSS3 Tutorials Will Flood the Web

While an official date for HTML5 or CSS3 hasn’t been announced, developers have already jumped on the available standard drafts, and are constantly pouring tutorials and articles about the soon to be released languages.

HTML coders and slicers should be more than happy this year, with lots of tutorials and tips & tricks articles being published on any respectable tutorial-content website network. Actually, I think I’m one of those editors that couldn’t wait for the official version and got ahead of myself in this article here.

These newer versions of HTML and CSS will be better adopted and accepted much faster compared to the fiasco with the previous release of ActionScript 3, which saw many programmers stick to AS2 because of hard to read documentation and the lack of online tutorials. The Internet is full of them now, but at the time of AS3′s release, they were kind of scarce, denting the success and features of AS3.

Compared to the huge mass of HTML5 and CSS3 tutorials currently available on major search engines, we surely are in a better position to transition to the new standard pretty fast.

Touch Technology

As mentioned above, touch technology has been on the rise since the iPhone made it available outside security departments and high-tech gadgets. Now, it is the number one topic of development and integration at Microsoft, but the Redmond-based giant is not the only one leading the way on this wave. Through Flash10, Adobe has joined the current alongside Apple, Microsoft and Google.

Look no further than a couple of years when this will be standard in any newly released hardware gadget or software.

Do-it-yourself Applications

eople with no programming knowledge that use “coded” products generally do not want to know how their product basically works. This is why WYSIWYG editors, CMSs and GUIs have been so successful. These do-it-yourself (DIY) applications will continue to grow, expand and conquer new markets, changing the way general purpose applications need not only to be operated, but built.

These days, programmers have not only to bullet-proof a website against hackers and virus attacks, they have to also “dumb it down” for their administrators and users. While frameworks basically build other applications, CMS have entered the common day-to-day vocabulary, being considered a must in any coding project.

People want to build their own website, create their own blogs, put together their own form validation process, manage their own user pool, create and administrate their own ad campaigns, and the list goes on. For an application to have success in 2010, it must allow the user to do everything and not depend on any company support or complicated FAQ page. In other words, programmers should not alienate form the KISS rules and the proper success will follow. If you don’t believe me, just take a look at the most successful tools out there: WordPress, Joomla, Drupal, Coppermine, LimeSurvey, XOOPS, etc.

Ruby Closing the Gap on PHP

While PHP was still dominant  on the Elance Online Work Index, that didn’t mean anything on the quality and performances of the two scripting languages. While PHP owes its #1 spot to its widely spread community, Ruby has managed to go under the radar and insert itself through various Ruby-powered platforms like Rails and Sinatra on very big and popular websites.

Currently, if someone is tempted to build a social network, any big consulting agency will recommend using Ruby as its code base. Just take a look at some sites running Ruby these days and see how much it has spread, shadowing PHP in performance and code re-usability. Some examples of sites running Ruby code are: Twitter, Google, Justin.TV, YellowPages, Scribd, Hulu, Github, BaseCamp, Jobster, CrunchBase, Identi.ca, Shopify, Urban Dictionary, Lighthouse, XING, Campfire, Odeo, iLike and many more.

Also, besides Ruby, look out for Python and other scripting languages to emerge from the pack and bite from PHP’s market share.

More JavaScript, AJAX and Flash than Ever

Imagination levels are at an all-time high on the web. The ones to blame for this aren’t designers, project managers or art directors. The guilty ones are only code developers. While earlier versions of JavaScript, AJAX and Flash were doing some basic animations (move slow or fast from here to here), these days, the same languages have become standards in the hiring process. What do I mean by that? Well, if a developer or designer wants to get a job, they must know all of them, or at least have a clue of what they can do.

With the rise of JavaScript libraries like jQuery, MooTools, YUI, Dojo, Prototype and many more, developers were given a tool not only to write faster and more intelligible JS code, but powerful tools to go after the user interactivity and design that only Flash applications were providing. With a plugin database as big as Joomla ‘s module repositories, jQuery is surely the leader of the pack, influencing every part of the web. Its success is so great that, recently, W3Schools, a very famous tutorial website for learning programming and scripting languages has included a course for learning jQuery, something it did not do in the past for other similar JS libraries.

At the same pace with jQuery, AJAX has been keeping up with the rhythm of modern day designs, being more and more used to animate and load remote and local content. Just check out the AJAX-based scripts indexed on Softpedia or other resources like Ajax Rain, Solutoire, MiniAjax, AjaxDaddy and DZone Snippets .

Online Work Gets More Profitable

We have already talked about this trend in Part I of this editorial, and wanted to advise all the developers and programmers still reading this editorial to take advantage of the recent trend in companies and businesses around the world that choose to give freelancers more work opportunities on their projects hoping to achieve lower total costs in code developing. We recommend online work marketplaces like Jobster, Guru, Elance, Rent-A-Coder, ODesk, GetAFreelancer and much more.

Cloud Computing

The 2009 success of this topic has been built mainly on the quality provided by companies like Amazon, RackSpace and GoGrid. While it still has its naysayers, cloud computing seems to have at least slid a foot in the door for later discussions.


Silverlight Continues Growth

Still not as known and used as Flash, Silverlight has been quietly building a user base by slowly getting itself installed on as many computers as possible. While the biggest web user of Silverlight (besides Microsoft sites) remains NBC, developers taking a look into Silverlight apps have been praising it for its fast development pace.

Personally, I think it artificially considered the stage of evolution it’s in. Also, I heard many opinions on the web from much more Silverlight and Flash knowledgeable personas stating that Microsoft’s Flash-clone had surpassed Adobe’s product in many areas, while still implementing new features at a rapid pace. Even so, Silverlight has a long way to go, being still behind Adobe in terms of reachability.

.NET 4

Microsoft’s new product will be released alongside Visual Studio 2010 in the coming months, but the buzz surrounding the event is getting as big in the programming world as the Windows 7 release had on regular PC users.

With the new versions of these products come fresh features like after install ready-to-use ASP.NET MVC , inclusion of F# in the .NET Framework , C# and VB.NET feature improvements, Visual Studio 2010 to fully support all of .NET 4 environments, and much more.

From Softpedia.com

 

You made it Mhine!!!

Published: Jan 31, 2010

Roll of Successful Examinees in the
NURSE LICENSURE EXAMINATION
Held on NOVEMBER 29 & 30, 2009
Released on JANUARY 30, 2010
Seq. No. N a m e
AMERKHAN, SANDRA JANE RAMOS

 

Translator

English flagItalian flagKorean flagChinese (Simplified) flagChinese (Traditional) flagPortuguese flagGerman flagFrench flagSpanish flagJapanese flag
Arabic flagGreek flagDutch flagBulgarian flagCzech flagCroatian flagDanish flagFinnish flagHindi flagPolish flag
Romanian flagSwedish flagNorwegian flagCatalan flagFilipino flagHebrew flagIndonesian flagLatvian flagLithuanian flagSerbian flag
Slovak flagSlovenian flagUkrainian flagVietnamese flagAlbanian flagEstonian flagGalician flagMaltese flagThai flagTurkish flag
Hungarian flag         

My Partners

审查rockyrasonable.com在alexa.com

HostGator的
HostGator的 templateplazza elegantthemes rockettheme TopPhilippineWebsites.com 网志串连中心编程

Tags

获取Adobe Flash Player Plugin by wpburn.com wordpress themes

Powered by WP Robot