Category: FromSitesTree.com

Purchasing a Projector

Just checked a bit on Projector Prices…sure also checked for prices for laptops, game consoles, headphones, cameras, external HDD drives, and …similar… Just 2 cents on Projectors and projector prices Apparently, BENQ is a good and cost-effective brand for general purpose use such as Classroom [k-12], Home Theatre. They also have high price models. Sony, …

Continue reading

Help for SEO (Search Engine Optimization)

Help for SEO (Search Engine Optimization) Structured Data Testing Tool Use the Structured Data Testing Tool to check that Google can correctly parse your structured data markup and display it in search results. Structured Data Markup Helper Not sure how to start with adding structured data markup to your HTML? Try this point-and-click tool. Email …

Continue reading

.Net CMSes

Looks like DotNetNuke is the most popular. It is around for long… Umbraco is another one – cloud supported Orchard is by Microsoft   http://webmasterformat.com/blog/top-asp-net-cmss http://voices.yahoo.com/cms-3-most-popular-aspnet-options-9064531.html?cat=15 http://www.ingeniux.com/web-cms/asp-net-platform https://sites.google.com/site/cmsdevelopmenthelp/home/dotnetnuke-vs-umbraco-fight-the-more-popular-asp-net-cms-war http://informationalworld.com/the-top-rated-asp-net-cms-of-2013/ From: http://sitestree.com/?p=632 Categories:Web Development, Root, By Sayed AhmedTags: Post Data:2013-12-25 00:12:36

Some SEO stuff

Some more SEO First : Structured Data and Data Highlighter of Google Webmaster Tool Under Google webmaster tool -> for your site -> on the left menu -> site appearance : there are two options such as Structured Data and Data Highlighter. Using Data Highlighter tool, you can create Structured Data and Tag your web-site …

Continue reading

Benstalkd Queue and Email Sending in Laravel using SendGrid and Laravel Go Mailer

From: http://sitestree.com/?p=622 Categories:Web Development, Root, By Sayed AhmedTags: Post Data:2013-12-22 18:43:51

Software Testing, Development, Random Thoughts

Happened to write this for a reason; so just pasting it here I watched a Talk probably Google Talk.. One developer from Adobe mentioned that they have 20 developers but 30 testers in their group….They must be terrible developers with all the terrible programmers’ taxonomy characteristics….Probably, I am slightly terrible in that way, my understanding …

Continue reading

Make Your Web-site Faster : Make WordPress Faster

Recommended Links and Plugins Caching is only one part of making a website faster. Here are some other plugins that will help WPSCMin, a Supercache plugin that minifies cached pages by removing whitespaces and extra characters [the link does not work, did not find any other alternative link] Yahoo! Yslow is an extension for the …

Continue reading

Learn Math and Check your Math Skills

And if you are from Bangladesh, why don’t you make such or better stuff in Bengali and help the Students in Bangladesh? You can also check if there is a market for it in Bangladesh, if you want to do it as a business? or can you think of any game idea that can teach …

Continue reading

Code Generator for Laravel Framework

JeffreyWay/Laravel-4-Generators is a tool that can generate code for you for Laravel based applications. You can download it from: https://github.com/JeffreyWay/Laravel-4-Generators It needs php >= 5.3.3 You will need to install Composer before you install this generator. Composer is a dependency management tool; it will download and install all the pre-requisite tools/packages for you. Configuration changes: …

Continue reading

Scraping HTML Content

HTML DOM Parser Works well: http://net.tutsplus.com/tutorials/php/html-parsing-and-screen-scraping-with-the-simple-html-dom-library/ http://sourceforge.net/projects/simplehtmldom/ PHP XML parsers will work though the HTML needs to be perfect (XHTML) : http://www.php.net/manual/en/refs.xml.php Example: http://www.php.net/manual/en/simplexml.examples.php   To grab HTML from a URL, you can use CURL // create a new cURL resource $ch = curl_init(); // set URL and other appropriate options curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, …

Continue reading