WordPress permalinks and passing custom Variables to it

WordPress
Sometimes we need a simple way of passing a custom variable(s) to WordPress. WordPress has a organised way in this respect as it passes a lot of arguments in URL, so unless you want to grub around directly with the $_GET array, then this solution is a little more elegant. First look at the code: function add_query_vars($aVars) { $aVars[] = "myVar"; // represents the name of the custom variable you want to add in URL return $aVars; } add_filter('query_vars', 'add_query_vars'); function add_rewrite_rules($aRules) { $aNewRules = array('mypage/([^/]+)/?$' => 'index.php?pagename=mypage&myVar=$matches[1]'); $aRules = $aNewRules + $aRules; return $aRules; } add_filter('rewrite_rules_array', 'add_rewrite_rules'); Explanation: function add_query_vars($aVars) { $aVars[] = "myVar"; // represents the name of the custom variable you want to add in URL return $aVars; } add_filter('query_vars', 'add_query_vars'); This function tells wordpress that we…
Read More

Facebook Ads will show on third-party mobile Apps

Blog
Facebook is to start serving ads to third-party mobile apps via a new advertising network.It announced the move at the start of its F8 developers conference, which is being held in San Francisco.The decision to launch the Audience Network has the potential to disrupt the ad sector thanks to the depth of knowledge the firm has about its users.But one company watcher said the social network would need to be wary of privacy concerns."Facebook will have to make sure from the outset that it sets some stringent guidelines as to exactly the type of data that it shares with advertisers," Lara O'Reilly, senior reporter at MarketingWeek magazine, told the BBC.Facebook suggested it would deliver better click-through rates than its rivals because it had a better chance of delivering "relevant and…
Read More

Nokia CEO “Rajeev Suri”

Blog
APART from having taken over at the helm of two iconic bluechip tech firms, both of which are now past their prime, newly-named Nokia CEO Rajeev Suri and Microsoft chief Satya Nadella have more in common — both were just a year apart at the Manipal Institute of Technology near Mangalore in Karnataka.Both Suri and Nadella  taught by the same faculty and both were students of electronics and communications — Nadella graduated in 1988 while Suri was in the 1989 batch.Suri, 46, will start in his new role on May 1, Nokia said on Tuesday. Having been picked as the head of its networks division to spearhead the company’s future and revive growth after selling its mobile phone business to Microsoft Corp., 149-year-old Nokia is intensifying its focus on wireless-network equipment…
Read More

“Heartbleed” bug uncovering cyber-criminals

Internet and Media, News
The Heartbleed bug has turned cyber criminals from attackers into victims as researchers use it to grab material from chatrooms where they trade data. Discovered in early April, Heartbleed lets attackers steal data from computers using vulnerable versions of some widely used security programs.   Now it has given anti-malware researchers access to forums that would otherwise be very hard to penetrate. The news comes as others warn that the bug will be a threat for many years. French anti-malware researcher Steven K told the BBC: "The potential of this vulnerability affecting black-hat services (where hackers use their skills for criminal ends) is just enormous." Heartbleed had put many such forums in a "critical" position, he said, leaving them vulnerable to attack using tools that exploit the bug. Source: BBcNews
Read More

Microsoft will launch “Xbox One” game console in China

Blog
Microsoft has said that Xbox One will go on sale in China in September.It is the first foreign company to announce the sale of its consoles in China after the country lifted a 14-year old ban in January this year.Microsoft will launch the console in collaboration with BesTV New Media Co, a subsidiary of Shanghai Media Group.China's gaming market, which is currently dominated by PC, mobile and online games, is seen as a key growth area for console makers."Launching Xbox One in China is a significant milestone for us and for the industry," said Yusuf Mehdi, corporate vice-president at Microsoft.Source: BBCNews
Read More

“Project Naptha” – A Chrome Extension to Copy Texts from Images

Blog
Project Naptha, a free Google Chrome browser extension developed by Kevin Kwok. Now you can copy and even translate texts inside images you find on the Internet.Project Naptha uses a series of optical character recognition (OCR) algorithms that include libraries developed by Microsoft and Google. These algorithms and libraries quickly build a model of text regions, words and letters in nearly any image there is.You can download Natpha in the Google Chrome Web Store and install it like any other extension. Once successful, you just hover your cursor over any available image that has text in it and select what you want to copy. You can copy the selection. This is amazing for graphic designers who want to copy texts from images sent to them by clients. Regular users can also…
Read More

Microsoft browser`s flaw

Blog
In the PC browser market, Microsoft’s Internet Explorer (IE) still dominates with a 58 per cent market share across the globe, as per tech research firm netmarketshare.com data.While, in India, the IE is the favoured browser of government agencies as well as the banking sector, gs.statcounter.com, which uses page views to study Internet traffic movement, ranks the browser at number 3 with just over 10 per cent market share in March in the country, way below Google’s Chrome and Mozilla’s Firefox. Incidentally, gs.statcounter.com puts IE’s global market share at 21.4 per cent, less than half of Chrome.As per the data from India, it could be assumed that Indians use the browser only when they have no other option. However, that is not good news because if they are forced to…
Read More
Best WordPress Framework to Use?

Best WordPress Framework to Use?

WordPress
WordPress theme developers have created some schemes and processes to make theme development faster and easier. Some develop  an HTML pages first and then develop the WordPress theme of it. This way they have to re-write all codes from HTML to PHP. This time of developing WordPress theme can be reduced by a other way. You can start with the WordPress codes and develop your design around that. This increases the speed of the coding process because you just type in a language that WordPress understands. A Theme Framework is a code library that can be used to speed up the process of Wordpress Theme Development. It can be Another Theme that act as a Starter or a Parent Theme. Theme Frameworks are those tools that make the process of creating WordPress function. A Developer need not to re-write the…
Read More

Vic Gundotra quits from Google+

Blog
Vic Gundotra had been at Google since 2007, and was the company's vice-president for social media.While boasting a large number of users, Google+ is still considered to be very much in the shadow of other networks - particularly Facebook and Twitter.Chief executive Larry Page thanked Mr Gundotra for "all his hard work and passion" at the company.Mr Gundotra, who previously worked at Microsoft, will be replaced by David Besbris, who is currently vice-president of engineering on the network.Google+ was launched in June 2011, and the latest figures released by the firm suggest it has 540 million users.
Read More
Twitter AutoPost WordPress Plugin

Twitter AutoPost WordPress Plugin

Free WordPress Plugins, Plugins
WP Twitter Autopost allows WordPress Authors to set their twitter status be updated whenever a new post is published,keeping your content alive and drive traffic to your site. It allows wordpress publishers to automatically post their new posts to their Twitter account. It will take the title of a new post and will submit it to the Twitter account specified that is connected in the options. It will also add the link back to the post, allowing your twitter followers to access the post details. Rate Us / Feedback Please take the time to let us and others know about your experiences by leaving a review, so that we can improve the plugin for you and other users. Want More? If You Want more functionality or some modifications, just drop…
Read More

Got Project on mind? Let's ConnectContact Us

Secured By miniOrange