37603 all results found.

Request time (Page generated in 0.1075 seconds.)

Dealing with RxJava's never-ending Observables | by Alberto Ballano | New Work Development

https://tech.xing.com/dealing-with-rxjavas-never-e...-5------3---------------------

Dealing with RxJava's never-ending Observables Never-ending Observables are those that observe some data indefinitely until you unsubscribe from them. They're quite useful in many situations … ..SitemapOpen in appSign upSign inMedium LogoWriteSearchSign upSign inNew Work Development·Follow publicationStories about building a better working worldFollow publicationPress enter or click to view image in full sizeDealing with RxJava's never ..

Visits : 509 Last Update : 2025-10-27 19:24:28

Office breakfast and team building | by Rocio Garcia Sanchez | New Work Development

https://tech.xing.com/office-breakfast-and-team-bu...-5------2---------------------

Office breakfast and team building One of the challenges managing a project is how to transform a group of people into a team, how to get from a collection of individuals ..SitemapOpen in appSign upSign inMedium LogoWriteSearchSign upSign inNew Work Development·Follow publicationStories about building a better working worldFollow publicationOffice breakfast and team buildingRocio Garcia Sanchez4 min read·Jun 7, 2018-- ..

Visits : 383 Last Update : 2025-10-27 12:06:55

A Quality Mindset — Part 2: Cornerstones with (un)expected Similarities | by Marcel Stieber | New Work Development

https://tech.xing.com/a-quality-mindset-part-2-cor...-5------1---------------------

A Quality Mindset — Part 2: Cornerstones with (un)expected Similarities In the first part of this article I described how quality is defined by deficiency symptoms. Our today’s understanding of … ..SitemapOpen in appSign upSign inMedium LogoWriteSearchSign upSign inNew Work Development·Follow publicationStories about building a better working worldFollow publicationA Quality Mindset — Part 2: Cornerstones with (un)expected SimilaritiesMarcel ..

Visits : 386 Last Update : 2025-10-27 23:30:03

Using Docker for running Android Tests on your CI | by Daniel Hartwich | New Work Development

https://tech.xing.com/using-docker-for-running-and...-5------0---------------------

Using Docker for running Android Tests on your CI At XING we are around 30 Android developers that are contributing to the same app. In the past six months, we invested ..SitemapOpen in appSign upSign inMedium LogoWriteSearchSign upSign inNew Work Development·Follow publicationStories about building a better working worldFollow publicationUsing Docker for running Android Tests on your CIDaniel Hartwich5 min read·Sep ..

Visits : 526 Last Update : 2025-10-27 14:04:13

Using Ruby on Rails 5.2 Active Storage | by Rafael Almeida | New Work Development

https://tech.xing.com/using-ruby-on-rails-5-2-acti...-4------2---------------------

Using Ruby on Rails 5.2 Active Storage I’m currently working for the Premium team at XING and we decided to choose a feature from the new Ruby on Rails 5.2 version ..SitemapOpen in appSign upSign inMedium LogoWriteSearchSign upSign inNew Work Development·Follow publicationStories about building a better working worldFollow publicationUsing Ruby on Rails 5.2 Active StorageRafael Almeida4 min read·Oct 5, 2018--1L ..

Visits : 568 Last Update : 2025-10-27 23:23:05

Coaching remotely. Learnings from my first experiences | by Cátia Sul | New Work Development

https://tech.xing.com/coaching-remotely-c7aa43b095...-4------1---------------------

Coaching remotely Learnings from my first experiences How people meet, socialize, communicate, work, collaborate and express themselves has completely changed in the past 20 years. We use our mobile … ..SitemapOpen in appSign upSign inMedium LogoWriteSearchSign upSign inNew Work Development·Follow publicationStories about building a better working worldFollow publicationPress enter or click to view image in full sizeCoaching remotelyCátia Sul6 min ..

Visits : 511 Last Update : 2025-10-27 14:29:48

Sebastian Röbke – Medium

https://tech.xing.com/@boosty

Read writing from Sebastian Röbke on Medium. Team Lead Backend Architecture at @xingdevs ..SitemapOpen in appSign upSign inMedium LogoWriteSearchSign upSign inSebastian Röbke8 followersHomeAboutPublished inNew Work DevelopmentXING Kubernetes components published as Open SourceWe recently published some of the custom components we develope ..

Visits : 457 Last Update : 2025-10-28 00:58:47

XING Kubernetes components published as Open Source | by Sebastian Röbke | New Work Development

https://tech.xing.com/xing-kubernetes-components-p...-4------0---------------------

XING Kubernetes components published as Open Source Introduction Kubernetes is an amazing container orchestration system with a lot of functionality provided out of the box. We use it as the basis ..SitemapOpen in appSign upSign inMedium LogoWriteSearchSign upSign inNew Work Development·Follow publicationStories about building a better working worldFollow publicationXING Kubernetes components published as Open SourceSebastian Röbke4 min read· ..

Visits : 524 Last Update : 2025-10-28 06:30:55

Problems remain with the EU's copyright reform – Wikimedia Foundation

https://wikimediafoundation.org/2019/02/07/problem...with-the-eus-copyright-reform/

.. Skip to content Who we are We are the non-profit organization behind Wikipedia. Get to know us People Board of Trustees Executive team Staff Reports Annual reports Financial reports Transparency ..

Visits : 283 Last Update : 2025-10-27 21:04:53

A bunch of media just entered the public domain. Here’s why that matters. – Wikimedia Foundation

https://wikimediafoundation.org/2019/02/11/a-bunch...domain-heres-why-that-matters/

.. Skip to content Who we are We are the non-profit organization behind Wikipedia. Get to know us People Board of Trustees Executive team Staff Reports Annual reports Financial reports Transparency ..

Visits : 238 Last Update : 2025-10-27 21:04:49


Easy Web Search is engine to use inside a web site. Simple Crawling System is available to submit URLs and Links from submitted URL will be automatically added to search database when admin run crawling. Once crawling is done the links with their contents (Plain text from web link) will be available to search. If the total web site is linked to it's home page, you need jut give home page url to the sytem and run crawling once. You do not need to much work to implement a search system inside your web site.

Discover great features.


  • Responsive Search Page
  • Crawl Unlimited Pages
  • Link Submit for Crawling
  • Admin Area to Manage Links
  • Easy to Use in your web
  • Installation Documentatio Available
  • Full Page Search and Quick Search
  • Start Search from html Page
  • PHP / MySQL Based
  • Simple to Install
  • PHP 5 and PHP 7

Usage

PHP Code (Put This Code before <html> tag or at very begining of the page

<?php require_once('Connections/saha.php'); ?>
<?php require_once('inc-main.php'); ?>
<?php require_once('inc.search.php'); ?>

HTML Header (Put this code within <head> to </head>)

<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="fonts/font-awesome/css/font-awesome.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">

HTML Body (with PHP embeded)

<div class="wrapper wrapper-content animated fadeInRight"> <div class="row"> <div class="col-lg-12"> <div class="inqbox float-e-margins"> <div class="inqbox-content"> <div class="search-form"> <form action="" method="get"> <div class="input-group"> <input type="text" placeholder="Search Web" name="q" class="form-control input-lg" value="<?php echo @$cid; ?>"> <div class="input-group-btn"> <button class="btn btn-lg btn-primary" type="submit"> Search </button> </div> </div> </form> </div>...
.... Copy and Paste Entire Body from sample1.php ....